Agent registryRegistry-wide agent counts

Registry-wide agent counts

Registry-wide counts — total, approved, pending, deny rates.

curl -X GET "https://api.autopil.ai/v1/agents/stats/summary" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "total": 42,
  "approved": 42,
  "pending": 42,
  "deny_rate": 3.14
}
GET
/v1/agents/stats/summary
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key with admin, read, or evaluate scope. Missing key → 401; invalid or revoked key → 403.

API key with admin, read, or evaluate scope. Missing key → 401; invalid or revoked key → 403.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. API key with admin, read, or evaluate scope. Missing key → 401; invalid or revoked key → 403.

Responses

totalinteger
approvedinteger
pendinginteger
deny_ratenumber