Your API Keys
Manage and monitor your API keys. Keep these secure and never share them publicly.
Name | Key | Created | Last Used | Status | Actions |
---|---|---|---|---|---|
Production API Key | ••••••••••••••••1000 | Apr 10, 2025 | 2 hours ago | Active | |
Development API Key | ••••••••••••••••1001 | Mar 25, 2025 | 1 day ago | Active | |
Testing API Key | ••••••••••••••••1002 | Feb 15, 2025 | 1 week ago | Active | |
Legacy API Key | ••••••••••••••••1003 | Jan 05, 2025 | 1 month ago | Expired |
API Key Security
Best practices for keeping your API keys secure.
Never share your API keys
Your API keys are sensitive credentials. Never share them in public repositories, client-side code, or with unauthorized individuals.
Rotate keys regularly
Regularly generate new API keys and deprecate old ones to minimize the risk of unauthorized access.
Use environment variables
Store your API keys in environment variables or secure vaults, never hardcode them in your application.