API
Create, rotate, and revoke API keys for secure programmatic access to status resources.
Create and manage keys that let scripts and backend services access the Status API.
Create a Key
- Click “Create API Key”.
- (If supported) Add a label describing its purpose (e.g. “CI Deployment Monitor Sync”).
- Copy the value immediately—shown only once.
- Store in a secure secrets manager (not plain text repos).
Manage Existing Keys
For each key you can:
- See creation date.
- Revoke (delete) compromised or unused keys.
- Rotate by creating a new key, updating consumers, then deleting the old one.
Treat keys like passwords. Revoke immediately if exposed.
Next Steps
Start exploring endpoints in the API Introduction section.