API Key Authentication
All API requests require authentication using an API key.Getting Your API Key
- Log in to Eazybe Workspace
- Navigate to Settings → API
- Click Generate API Key
- Copy and store securely
Using the API Key
Include the API key in the Authorization header:Security Best Practices
- Never expose API keys in client-side code
- Rotate keys periodically
- Use environment variables for storage
- Revoke compromised keys immediately