Skip to main content

Overview

API keys are required to access the ZKScore API. This guide covers creating, managing, rotating, and securing your API keys.

Creating API Keys

Best Practices

  1. Never Commit Keys: Keep API keys out of version control
  2. Use Environment Variables: Store keys in .env files
  3. Rotate Regularly: Change keys periodically
  4. Monitor Usage: Track API key usage
  5. Revoke Unused: Remove unused keys

Key Security

Secure Storage