Dashboard: API Keys

What It Is

The API Keys page (/account/api-keys) lets you create and revoke API keys used by the CLI and hooks/automation.

Quick Start

  1. Go to /account/api-keys.
  2. Enter a name (for example: laptop, server, ci).
  3. Click Create.
  4. Copy the key immediately. The UI does not show it again.

List and Revoke

The page lists active keys with:

  • Name
  • Prefix
  • Created date
  • Last used date/time (or Never)

Revoking a key removes it from the active list.

Security Notes

  • Treat API keys like passwords.
  • If a key leaks, revoke it and create a new one.

Troubleshooting

  • You lost the key: create a new key and update your CLI config.

See Also