crbonfree.com
CrbonFree by Crbon Labs tracks the carbon footprint of AI workloads, aggregating usage, costs, emissions, and carbon retirement receipts across AI providers. It offers tooling for teams to measure, analyze, and offset AI-related emissions.
crbonfree.com exposes one documented REST API at https://api.crbonfree.com with an OpenAPI spec, plus three package-delivered CLIs: the npm MCP CLI, npm SDK CLI, and Python CLI; all require CrbonFree-issued credentials.
- CrbonFree APIdiscovered
- CrbonFree MCP server CLIdiscovered
- CrbonFree SDK CLIdiscovered
- CrbonFree Python CLIdiscovered
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_….
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.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing