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
- Click Regenerate next to your API key
- Confirm the action in the dialog
- 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(aftercueapi login) - Worker: In your
cueapi-worker.yamlconfig orCUEAPI_API_KEYenv var - Direct API calls: As a Bearer token in the
Authorizationheader