Carbn uses API keys to authenticate your requests. You can generate them from the dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.carbn.xyz/llms.txt
Use this file to discover all available pages before exploring further.
How Authentication Works
- Pass your API key in the
x-api-keyheader using HTTP Basic Auth. - No username or password is required, just the API key.
- All requests must be made over HTTPS; requests over plain HTTP are rejected.
- Invalid or missing keys will return a 401 Unauthorized.
Keep your API keys secure. They grant full access to your account and should never be shared publicly or within internal tools like Slack or Dashboards.