v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Change Feed

Per-agent authorization pull

Default endpoint for verification consumers (DSPs, sales houses, agencies). Returns the rows where the requested agent appears as agent_url — typically ≤ a few hundred. Pair with /api/registry/feed?entity_type=authorization to tail subsequent changes via the X-Sync-Cursor header.

evidence defaults to adagents_json only. agent_claim is opt-in (?evidence=adagents_json,agent_claim) to prevent buy-side trust misuse — see specs/registry-authorization-model.md.

get/api/registry/authorizations

Query parameters

agent_urlstring required

Agent URL to look up. Canonicalized server-side (lowercased, trailing slashes trimmed).

Agent URL to look up. Canonicalized server-side (lowercased, trailing slashes trimmed).

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

Authorization rows for the agent.

agent_urlstring required
evidencestring[] required
include'raw' | 'effective' required
countinteger required