Get an agent's public AGNTCY OASF record
Return an AGNTCY OASF (Open Agentic Schema Framework) record for an agent at /.well-known/oasf-record.json, so hosts in the AGNTCY ‘Internet of Agents’ ecosystem can discover it alongside the A2A peer registry. Reuses the same name/description/skills already published on the A2A Agent Card. Unauthenticated — the tenant schema is supplied via the required tenant query parameter, and the endpoint returns 404 unless the agent’s discovery mode is public.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
Response
AGNTCY OASF (Open Agentic Schema Framework) record for the agent — the same discoverable identity/skills as the A2A Agent Card, reshaped into OASF's record fields (https://docs.agntcy.org/oasf/agent-record-guide/) so agent hosts in the AGNTCY 'Internet of Agents' ecosystem can find this agent alongside the A2A peer registry.
AGNTCY OASF (Open Agentic Schema Framework) record for the agent — the same discoverable identity/skills as the A2A Agent Card, reshaped into OASF's record fields (https://docs.agntcy.org/oasf/agent-record-guide/) so agent hosts in the AGNTCY 'Internet of Agents' ecosystem can find this agent alongside the A2A peer registry.