🎉 AdCP 3.0 is now GA — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/refresh \
--header 'Authorization: Bearer <token>'{
"online": true,
"tools_count": 123,
"response_time_ms": 123,
"inferred_type": "<string>",
"type_promoted": true,
"oauth_required": true,
"checked_at": "<string>",
"error": "<string>"
}Re-probe the agent and update its registry health (online, tools_count, response_time_ms) and capability snapshot (inferred type, discovered tools). Use after fixing your agent so the registry shows fresh data without waiting for the periodic crawl.
Auth: owner of the agent or AAO admin.
Rate limits: 60 seconds per agent URL, 30 requests per user per hour.
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/refresh \
--header 'Authorization: Bearer <token>'{
"online": true,
"tools_count": 123,
"response_time_ms": 123,
"inferred_type": "<string>",
"type_promoted": true,
"oauth_required": true,
"checked_at": "<string>",
"error": "<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.URL-encoded agent URL
"https%3A%2F%2Fvastlint.org%2Fmcp"
Snapshot refreshed
Type inferred from discovered tools (sales, creative, signals, governance, etc.) or 'unknown'
True when registry type was upgraded from unknown to inferred_type
Was this page helpful?