Skip to main content

Base URL

Authentication

All API requests require authentication via one of:
  • API Key: X-API-Key: cg_your_key header (for agents and CI/CD)
  • Bearer Token: Authorization: Bearer TOKEN header (for dashboard/user sessions)

Endpoints

Agent Endpoints (API Key required)

Dashboard Endpoints (Bearer Token required)

Public Endpoints (No auth)

Response Format

All responses are JSON. Errors return:

Rate Limits

No rate limits are currently enforced for authenticated requests. The WAF rate-limits unauthenticated requests to 2000/5min per IP.