🎉 AdCP 3.0 is now GA — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/storyboard-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_urls": [
"<string>"
]
}
'{
"agents": {},
"invalid_urls": 123
}Returns per-storyboard test results for multiple agents in a single request.
Members only — requires authentication and an active membership. Maximum 100 agent URLs per request.
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/storyboard-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_urls": [
"<string>"
]
}
'{
"agents": {},
"invalid_urls": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token in the Authorization header. Two token types are accepted:
sk_...) issued via the dashboard. Org-scoped, long-lived, for server-to-server use./.well-known/oauth-authorization-server and the protected-resource metadata at /.well-known/oauth-protected-resource/api.Agent URLs to fetch storyboard status for
100Was this page helpful?