π AdCP 3.0 is now GA β see what's new
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/monitoring/requeue \
--header 'Authorization: Bearer <token>'{
"requeued": true
}Clears the agentβs last_checked_at timestamp so it is picked up on the next heartbeat cycle (within ~1 hour). Requires authentication and ownership.
curl --request POST \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/monitoring/requeue \
--header 'Authorization: Bearer <token>'{
"requeued": true
}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
Agent requeued
Was this page helpful?