🎉 AdCP 3.0 is now GA — see what's new
curl --request PUT \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/monitoring/interval \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"interval_hours": 87
}
'{
"monitoring_paused": true,
"check_interval_hours": 123,
"monitoring_paused_at": "<string>"
}Set the check interval for automated compliance monitoring (6–168 hours). Requires authentication and ownership.
curl --request PUT \
--url https://agenticadvertising.org/api/registry/agents/{encodedUrl}/monitoring/interval \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"interval_hours": 87
}
'{
"monitoring_paused": true,
"check_interval_hours": 123,
"monitoring_paused_at": "<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
6 <= x <= 168Was this page helpful?