C
Circleback CLI
Details
- Command
-
cb - Docs
- https://circleback.ai/docs/cli
Authentication
OAuth 2.0 oauth2 discovered
$ cb auth login Acquired by the CLI — running cb auth login opens the auth flow and stores the credential.
$ cb auth login --api-key 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.