Managing your API keys
Updated 25/Jun/2026
API keys
If you build on our API, you authenticate your requests with an API key.
Where to manage keys
Go to Settings -> API Keys.
Creating a key
- Click to create a new key.
- Give it a name so you remember what it is for.
- Copy the key immediately and store it somewhere safe. For your security, the full key is shown only once.
Revoking a key
If a key is ever exposed or no longer needed, revoke it from the same tab. Revoking takes effect immediately, and any request using that key stops working. For your protection, revoking a key may ask you to re-enter your password.
Keep keys secret
Treat an API key like a password. Never commit it to source control or share it in public.
See also: Setting up webhooks.