Managing API Keys
To generate an API key
- Go to Settings > API Keys.
- Click Generate API Key (or Generate Your First API Key).
- Enter a Name and an optional Description.
- Click Generate Key.
- Copy the key immediately. It is shown only once — use the copy button and store it securely. You will not be able to retrieve the full key again.
- Click Done.
The API Keys table lists each key by Name, a masked key value, Created date, and Status.
To revoke a key
Click Revoke on the key’s row. Its status changes to Inactive and it can no longer be used. Revoke keys you no longer need or that may have been exposed.
Security tip: treat API keys like passwords — never share them publicly or commit them to source control.