API Keys Management

Manage API keys for external integrations

API Key Security

Keep your API keys secure and never share them publicly. Use environment variables in production. Regenerate keys immediately if compromised.

Total API Keys

3

Active Keys

2

API Calls (30d)

45.2K

Your API Keys

Key Name Key Created Date Last Used Status Actions
Production API Key
Main production environment
sk_live_••••••••1234
Oct 15, 2024 2 hours ago
Development API Key
Testing and development
sk_test_••••••••5678
Sep 28, 2024 1 day ago
Legacy API Key
Deprecated - migrate soon
sk_live_••••••••9012
Jan 10, 2024 30 days ago

API Key Best Practices

Store Securely

Never commit API keys to version control. Use environment variables or secure vaults.

Rotate Regularly

Regenerate API keys periodically and when team members leave.

Monitor Usage

Track API key usage patterns to detect unauthorized access.

Limit Permissions

Use separate keys for different environments and limit their scope.