C
Circleback API
Details
- URL
-
https://circleback.ai/api - Docs
- https://circleback.ai/docs/api
Authentication
Authorization: Bearer <credential> In the Circleback web app, open Settings → API keys and create an API key. The docs say keys look like cb_<secret> and are shown once at creation, so copy and store it securely. You can then send it as Authorization: Bearer <key> to the API, use cb auth login --api-key in the CLI, or set CIRCLEBACK_API_KEY for non-interactive CLI use.