Skip to content
Documentation menu

Account

Managing API keys

Creating, storing and revoking keys in the dashboard.

Create a key

  1. Open Dashboard → API keys.
  2. Choose Create key and name it after where it will be used, for example staging-worker.
  3. Copy the key from the confirmation screen. It is shown only once.
  4. Store it in an environment variable or a secrets manager.

Revoke a key

Revoking is permanent. Apps still using the key start receiving 401 errors. When rotating, create the new key and deploy it before revoking the old one.

What the dashboard shows

ColumnMeaning
NameThe label you chose.
KeyThe first characters of the key, for identification.
CreatedWhen the key was created.
Last usedThe most recent request made with the key.
StatusActive or revoked.

Why a key can't be shown twice

The account service is designed to store a hash of each key rather than the key itself. It can check a key you send, but it cannot display it again.