Garmingo Docs

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

  1. Click “Create API Key”.
  2. (If supported) Add a label describing its purpose (e.g. “CI Deployment Monitor Sync”).
  3. Copy the value immediately—shown only once.
  4. 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.