🎉 AdCP 3.0 is now GA — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/badge/{role}/{version}/embed{
"agent_url": "<string>",
"role": "<string>",
"verified": true,
"badge_svg_url": "<string>",
"registry_url": "<string>",
"html": "<string>",
"markdown": "<string>",
"adcp_version": "<string>"
}Returns HTML and Markdown embed snippets that point at the version-pinned SVG. Alt text includes the version (e.g. ‘AAO Verified Media Buy Agent 3.0’). Buyers who want to freeze on a specific AdCP release embed these instead of the legacy /badge/{role}/embed.
curl --request GET \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/badge/{role}/{version}/embed{
"agent_url": "<string>",
"role": "<string>",
"verified": true,
"badge_svg_url": "<string>",
"registry_url": "<string>",
"html": "<string>",
"markdown": "<string>",
"adcp_version": "<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.
URL-encoded agent URL
Badge role
AdCP release as MAJOR.MINOR
Was this page helpful?