API Key Management
Your API key is the credential that authorizes your requests to subscribed APIs.
Viewing Your Keys
- Sign in to the URAPIS Dashboard
- Navigate to API Keys in the sidebar
- View your active keys per API product
Rotating Keys
Regular key rotation improves security. To rotate:
- Go to API Keys
- Click Rotate Key for the target API
- Confirm the rotation
- Update your application with the new key immediately
Key Security Best Practices
- Never share your API key publicly
- Do not include keys in client-side code or git repositories
- Use environment variables (
URAPIS_API_KEY) in production - Rotate keys every 90 days
- Revoke unused keys immediately