v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Change Feed

Bootstrap snapshot for inline verifiers

Streams the full effective authorization set as gzipped NDJSON (one JSON object per line). Consumers persist X-Sync-Cursor and tail /api/registry/feed?entity_type=authorization&cursor=<value> for deltas.

ETag is the hash of the X-Sync-Cursor — clients can If-None-Match to skip a re-pull when nothing has changed. evidence defaults to adagents_json only; long-run wire size ~150 MB gzipped.

get/api/registry/authorizations/snapshot

Query parameters

include'raw' | 'effective'

effective (default) applies override layer; raw reads base table.

effective (default) applies override layer; raw reads base table.

evidencestring

Comma-separated evidence allowlist. Defaults to adagents_json.

Example:adagents_json,agent_claim

Comma-separated evidence allowlist. Defaults to adagents_json.

Response

gzipped NDJSON stream — one authorization row per line.