API Keys Documentation#
Overview#
API keys allow you to programmatically access your account.Creating an API Key#
1.
Navigate to Settings > API Keys
2.
Click the create button to generate a new API key
3.
Copy your API key to use in your applications
Note: You can only create one API key at a time.Managing Your Keys#
From the API Keys page, you can:View your API key anytime
Copy your key to the clipboard
Regenerate your key if compromised
Delete your key when no longer needed
Each key displays its creation date for tracking purposes.Security Best Practices#
Never share your API key publicly
Store keys securely using environment variables or secret management systems
Rotate keys periodically if compromised
Delete unused keys immediately
Modified at 2025-12-29 23:44:15