API Keys
Manage your API keys for accessing Savvy services.
Create New API Key
Your API Keys
| Name | Key | Created | Last Used | Status | Actions |
|---|---|---|---|---|---|
| Loading... | |||||
Security Best Practices
-
🔒
Never expose keys in client-side code
Always make API calls from your backend server, not from browser JavaScript.
-
🔄
Rotate keys regularly
Create new keys periodically and delete old ones to minimize risk.
-
🏷️
Use separate keys for different environments
Create dedicated keys for development, staging, and production.