π AdCP 3.0 is now GA β see what's new
curl --request GET \
--url https://agenticadvertising.org/api/me/agents \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"url": "https://agent.example.com/mcp",
"visibility": "private",
"name": "<string>",
"type": "brand",
"health_check_url": "<string>"
}
]
}List the agents registered on the callerβs organization member profile. Returns the same agents[] array stored on the profile, in the order members registered them.
curl --request GET \
--url https://agenticadvertising.org/api/me/agents \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"url": "https://agent.example.com/mcp",
"visibility": "private",
"name": "<string>",
"type": "brand",
"health_check_url": "<string>"
}
]
}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.WorkOS organization id to act on. Defaults to the caller's primary organization. Use this from a multi-org session (or when shelling with a user JWT) to target a non-primary org. Verification goes through WorkOS membership lookup; non-members get 403.
"org_01HXZAB123"
Registered agents
Show child attributes
Was this page helpful?