Overview
The 2026-05-01 API authenticates requests via the standardAuthorization header with a bearer token. You can view and manage your API keys in the Augustus Dashboard.
API keys
Set your API key in theAuthorization header on every request:
Key format
API keys are prefixed with their environment (e.g.sandbox., prod.) so you can immediately identify which environment a key belongs to. Keys are otherwise opaque. Treat them as a single string.
Environments
Sandbox and production are isolated. API keys and resources created in one environment are not accessible in the other.