Public endpoints
These endpoints do not require a key:GET /v1/botsGET /v1/audio/voices
Workspace-scoped keys
API keys belong to a workspace. Usage is billed to that workspace.- credits are shared at the workspace level
- usage reporting is shared at the workspace level
- revoking a key cuts off access for anything using that key
Creating and rotating keys
Create keys inSettings -> API Access.
- keys are only shown once
- store them somewhere secure
- rotate them if a service changes hands
- revoke old keys instead of leaving them around
Common auth failures
401means the key is missing or invalid403usually means the key is valid but not allowed to call that endpoint
