API Key Management

Your API key is the credential that authorizes your requests to subscribed APIs.

Viewing Your Keys

  1. Sign in to the URAPIS Dashboard
  2. Navigate to API Keys in the sidebar
  3. View your active keys per API product

Rotating Keys

Regular key rotation improves security. To rotate:

  1. Go to API Keys
  2. Click Rotate Key for the target API
  3. Confirm the rotation
  4. 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