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
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.

