Discover agent
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>"
}Agent Probing
Discover agent
Probe an agent URL to discover its name, type, supported protocols, and basic statistics.
GET
/
api
/
public
/
discover-agent
Discover agent
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://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
⌘I