🚀 AdCP 3.1 beta is now available — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/public/discover-agent{
"name": "<string>",
"protocols": [
"<string>"
],
"type": "<string>",
"tools_count": 123,
"tools": [
{
"name": "<string>",
"description": "<string>"
}
],
"stats": {
"format_count": 123,
"product_count": 123,
"publisher_count": 123
},
"description": "<string>"
}Probe an agent URL to discover its name, type, supported protocols, and basic statistics.
curl --request GET \
--url https://agenticadvertising.org/api/public/discover-agent{
"name": "<string>",
"protocols": [
"<string>"
],
"type": "<string>",
"tools_count": 123,
"tools": [
{
"name": "<string>",
"description": "<string>"
}
],
"stats": {
"format_count": 123,
"product_count": 123,
"publisher_count": 123
},
"description": "<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?