Managing API keys requires admin or owner permissions.
View your keys
Go to Settings → API keys to see every key on your account. Each row shows:- Name and the key prefix (the first characters of the key — the full value is never shown again)
- Status —
ActiveorRevoked - Permission —
View,Edit, orFull - Created date
- Last used — when the key last authenticated a request, or
Never
Manage keys
From the list you can:- Create key — generate a new key. See Add API key.
- Revoke an active key — immediately stops it from authenticating requests. See Revoke API key.
- Delete a revoked key — permanently removes it from your account. See Delete API key.
Revoking is immediate. Update any tools or scripts that use a key before you revoke it to avoid downtime.
Security best practices
- Give each key a descriptive name so you can identify and revoke individual integrations.
- Use the lowest permission a tool needs — choose View or Edit instead of Full where possible.
- Never commit API keys to version control.
- Use one key per integration so you can revoke a single key without affecting others.
- Rotate keys periodically, or immediately if you suspect a key has been exposed.