API keys
All endpoints (except/v1/health and webhooks) require a Bearer token.
Key types
Read keys are safe to use in client-side applications. Admin keys should only be used server-side.
Rate limiting
Each API key gets 100 requests per 60-second sliding window. Every response carries the current state in headers, and exceeding the limit returns429 Too Many Requests.