Accessing API Keys
To manage your API keys, go to Settings > API Keys in the side menu.
- Key: Partially hidden identifier of the key
- Creation date: When it was generated
- Actions: Available options for each key

Create an API key
1
Start the creation
Click the Create button located in the upper right corner of the page.
2
Confirm the creation
A confirmation dialog will appear. Click Create to generate the new key.

3
Copy your key
The generated key will be displayed on screen. Use the copy button to save it to your clipboard.

Delete an API key
To delete a key you no longer need, click the delete icon (trash can) in the Actions column of the corresponding key. A confirmation dialog will be shown before proceeding.
Use your API key
Include the API key in thex-api-key header of your HTTP requests:
Best practices
- Do not share keys in public repositories or messages. Use environment variables to store them.
- Rotate your keys periodically. Create a new key, update your integrations, and delete the old one.
- Use one key per integration. If a key is compromised, you can revoke it without affecting other services.