The Table
The API Keys page lists all your active keys with the following information:- Name — a human-readable label you assign at creation
- Key — the actual key value, truncated for security; click the copy button to copy the full value to your clipboard
- Created — the date the key was generated
Actions
Create a Key
- Click “New API Key” in the top-right corner.
- Enter a name for the key (e.g.
production,staging,personal). - Click Create — the key is generated and displayed.
The raw key value is only shown once, immediately after creation. Copy it and store it somewhere safe (a password manager,
.env file, etc.). You cannot retrieve the full key again after closing the dialog.Rename a Key
- Click the
⋯menu on the key row. - Select Rename.
- Enter a new label and confirm.
Revoke a Key
- Click the
⋯menu on the key row. - Select Revoke.
- Confirm the deletion.