This guide takes you from no account to a successful API call.Documentation Index
Fetch the complete documentation index at: https://docs.ceibo.me/llms.txt
Use this file to discover all available pages before exploring further.
1. Create a developer account
Sign up at developer.ceibo.me. Anonymous sessions can browse the dashboard, but minting and managing API keys requires a real account — keys are tied to a user for billing, attribution, and revocation.2. Mint an API key
Create a key
Give the key a memorable name (e.g.
local-dev, staging-api).
Names are unique per account.3. Make your first request
The public API lives athttps://api.ceibo.me/v1. Authenticate every
request with an x-api-key header.
Next steps
Authentication
Header format, JWT vs. API keys, rotation, and tier model.
API reference
Pagination, filtering, error envelope, and every endpoint.
Manage keys
Revoke compromised keys, view usage, change tier.
Status
Health endpoint — returns 200 when the API is up.