# BytePilot > White-label AI services platform for agencies and resellers. Credit-based > billing (GBP pence), named API keys with scopes and per-key spend caps. Base URL: https://bytepilot.ai Auth: X-API-Key header (or Authorization: Bearer) with a business API key from your dashboard Developers page. Keys have scopes (agents, calls, billing) and optional per-key daily/monthly spend caps (HTTP 402 when hit). ## Docs - Full endpoint reference: https://bytepilot.ai/llms-full.txt - OpenAPI spec: https://bytepilot.ai/openapi.json - Human docs: https://bytepilot.ai/developers ## Endpoints - GET /api/v1/agents — List your agents - POST /api/v1/agents/:id/status — Pause or resume an agent - GET /api/v1/clients — List your clients - POST /api/v1/clients — Create a client (idempotent by name) - GET /api/v1/calls — List calls in a date range - GET /api/v1/calls/:id — One call with transcript and message - GET /api/v1/balance — Current credit balance - GET /api/v1/ledger — Credit ledger entries in a date range - GET /api/v1/usage — Usage report: units + cost per client, agent and channel