— Authentication
API keys, scopes, rotation.
How to authenticate API calls, what each key scope grants, and how to rotate safely with zero downtime.
This page is being written.
We’re prioritising docs alongside the private-beta launch — see the roadmap on /changelog. Need this now? Email us and we’ll answer directly while the page ships.
— What this page will cover
- Key format (vx_<env>_<random>) and environments
- Header shape: Authorization: Bearer vx_...
- Scopes per endpoint + least-privilege guidance
- Rotation windows + dual-key support
- Dashboard vs programmatic key management