Guides
Create and Manage API Keys
Create and rotate API keys for secure programmatic access.
Create and Manage API Keys
API keys provide programmatic access for automation jobs and service clients. Teams should manage keys as lifecycle assets: assign purpose, set ownership, rotate on schedule, and revoke quickly when no longer needed.
What to Click and Do Next
- Open
Settings. - Click
Account > API keys. - Click
Generate Api Key. - In
Create New API Key, provideDescription,API Version, and optionalExpires at. - Click
Create. - Copy the key and store it in an approved secret manager.
Maintain and Rotate Keys
- Use edit (pencil) to update metadata or API version alignment.
- For rotation, create a new key first.
- Update all clients to use the new key.
- Validate successful API calls.
- Revoke the old key.
Validation Checklist
- New key authenticates successfully.
- Intended client can call target endpoint.
- Old key is revoked after migration.
Common Issues
- 401 responses caused by wrong account context or incorrect key copy.
API keyspage missing due to role/feature restrictions.