API Keys

Send your key in the bearer header on every request.
Authorization: Bearer sk_live_abc123...
You manage keys in Settings -> API Keys in the dashboard.
ScopeWhat it allows
readRead resources
writeCreate and update resources
usage:writeRecord usage events from your server
checkout:writeCreate checkout sessions
Never expose your API key in frontend, mobile, or client-side code. Always call the Accend API from your server.
Create separate keys per environment and per service. A checkout service and a usage service should not share the same key.