API key authentication
API keys are the recommended way to authenticate programmatic requests. Pass your key in theX-API-Key request header.
Create an API key
Create keys in the dashboard under Settings → API Keys. The full key is shown only once at creation time — store it immediately in a secrets manager or environment variable.Sign in to the dashboard, then create an API key there before making API calls.
Manage API keys
Archiving a key immediately revokes it. All subsequent requests using that key return
401.