Skip to main content

Documentation Index

Fetch the complete documentation index at: https://u22a8-police-sweep-2026-06-01.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Every /v1 endpoint requires an API key, sent as a bearer token:
Authorization: Bearer <U22A8_API_KEY>
Issue keys in the console. A key’s secret is shown once, at creation.

Scopes

A key carries a scope, chosen when you issue it:
ScopePermits
scoringRead models and traits; score and compare.
authoringEverything in scoring, plus create models, add samples and traits, train, and manage versions.
Choose the narrowest scope a caller needs. A scoring integration never needs an authoring key.

Namespaces

Models live in namespaces. A key authors only in namespaces it owns, and reads its own namespaces plus the public catalog (u22a8, live, bench). A write to a namespace the key does not own is refused.

MCP

The MCP server at https://u22a8.ai/mcp authenticates with OAuth through your AI client rather than a static key. Once connected, a session reaches the same models and respects the same namespace ownership as a REST key.

Next

REST API

Base URL, conventions, and failure modes.

Quickstart

Score your first text.