C

CrbonFree API

REST discovered

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
CrbonFree session JWT (Clerk-issued) jwt Get key ↗

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.

CrbonFree API key api_key Get 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_….

CrbonFree session JWT (Clerk-issued) jwt discovered Get key ↗
Authorization: Bearer <credential>
CrbonFree API key api_key discovered Get key ↗
X-API-Key: <credential>