🎉 AdCP 3.0 is now GA — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/storyboard/{storyboardId}/run \
--header 'Authorization: Bearer <token>'{
"storyboard": {
"id": "<string>",
"title": "<string>",
"category": "<string>",
"narrative": "<string>"
},
"agent": {
"url": "<string>",
"profile": "<unknown>"
},
"total_duration_ms": 123,
"phases": "<unknown>",
"summary": "<unknown>",
"observations": "<unknown>",
"test_kit": "<unknown>"
}Execute all steps of a storyboard against an agent and record the compliance result. Requires authentication and ownership.
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/storyboard/{storyboardId}/run \
--header 'Authorization: Bearer <token>'{
"storyboard": {
"id": "<string>",
"title": "<string>",
"category": "<string>",
"narrative": "<string>"
},
"agent": {
"url": "<string>",
"profile": "<unknown>"
},
"total_duration_ms": 123,
"phases": "<unknown>",
"summary": "<unknown>",
"observations": "<unknown>",
"test_kit": "<unknown>"
}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.Was this page helpful?