Managing API Keys

View, copy, and regenerate your API key from the dashboard.

Viewing your API key

In the dashboard, your API key is shown in the Account section:

  • By default, the key is masked: cue_sk_a1b2••••••••
  • Click Reveal to show the full key
  • Click Copy to copy to clipboard

Regenerating your key

  1. Click Regenerate next to your API key
  2. Confirm the action in the dialog
  3. Your new key is displayed — copy it immediately

Warning

Regenerating your key immediately revokes the old one. Update your integrations, worker configs, and any stored credentials before regenerating.

Where your key is used

  • CLI: Stored at ~/.config/cueapi/credentials.json (after cueapi login)
  • Worker: In your cueapi-worker.yaml config or CUEAPI_API_KEY env var
  • Direct API calls: As a Bearer token in the Authorization header