C
CrbonFree API
Details
- URL
-
https://api.crbonfree.com - Spec
- https://ai.crbonfree.com/api/openapi
- Docs
- https://ai.crbonfree.com/docs
Authentication
CrbonFree session JWT (Clerk-issued) + CrbonFree API key discovered
Sign into the CrbonFree web app and obtain a Clerk session token from the browser app as described in the API reference, which states to obtain it via clerk.session.getToken() and send it as Authorization: Bearer <token>. This is a web-session credential rather than a long-lived API key.
Easiest path: run `npx @crbonfree/sdk login`, `npx @crbonfree/mcp login`, or crbonfree login after installing the Python package. The login flow opens a browser, creates/signs into your account, generates an API key, and saves it to ~/.crbonfree/credentials. For manual/API issuance, the API spec says long-lived keys are issued via POST /api/v1/api-keys and look like ck_live_….
Authorization: Bearer <credential> X-API-Key: <credential>