🎉 AdCP 3.0 is now GA — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/registry/operator{
"domain": "pubmatic.com",
"member": {
"slug": "<string>",
"display_name": "<string>"
},
"agents": [
{
"url": "<string>",
"name": "<string>",
"type": "brand",
"authorized_by": [
{
"publisher_domain": "<string>",
"source": "adagents_json",
"authorized_for": "<string>"
}
]
}
]
}Given a domain, returns the agents this entity operates and which publishers trust them.
Response shape is auth-aware. Anonymous callers see only public agents. Authenticated callers on an AAO membership tier with API access also see members_only agents. Profile owners (callers whose org owns the queried domain) additionally see private agents. This is the primary mechanism by which AAO membership unlocks deeper registry visibility.
curl --request GET \
--url https://agenticadvertising.org/api/registry/operator{
"domain": "pubmatic.com",
"member": {
"slug": "<string>",
"display_name": "<string>"
},
"agents": [
{
"url": "<string>",
"name": "<string>",
"type": "brand",
"authorized_by": [
{
"publisher_domain": "<string>",
"source": "adagents_json",
"authorized_for": "<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.
Was this page helpful?