Documentation Index
Fetch the complete documentation index at: https://docs.croma.run/llms.txt
Use this file to discover all available pages before exploring further.
1. Get an API key
Croma keys are issued per organization from your Croma dashboard. A key looks likecroma_live_… (or croma_test_… outside production). Treat it as a
secret. It carries your org’s full API access.
Personal keys are rejected. The API only accepts organization-scoped keys.
See Authentication for details.
2. Make a request
Every data endpoint is aPOST to https://api.croma.run, with the key in
an Authorization: Bearer header.
3. Read the response
Successful responses wrap the payload underdata:
meta object in the body:
Next: Authentication
How keys, scopes, and the bearer scheme work.