Authorization header as a Bearer token:
Creating an API Key
Open Settings
Navigate to Settings → API Keys in your Hado SEO dashboard.
Create a key
Click Create API Key and give it a descriptive name (e.g., “CI/CD Pipeline” or “CMS Webhook”).
Key Format
API keys use the prefixhado_sk_ followed by 48 hex characters:
Plan Limits
The number of API keys and monthly API calls depends on your plan:| Plan | API Keys | Calls / Month | Rate Limit |
|---|---|---|---|
| Starter | 1 | 300 | 60 req/min |
| Pro | 2 | 1,500 | 60 req/min |
| Growth | 3 | 5,000 | 60 req/min |
| Agency | 5 | 12,000 | 60 req/min |
Need a higher monthly limit? Contact us at [email protected].
Revoking a Key
You can revoke an API key at any time from your dashboard. Revoked keys immediately stop working and cannot be restored. Create a new key if you need to replace one.Security Best Practices
- Never commit API keys to source control. Use environment variables or a secrets manager.
- Use descriptive key names so you can identify which integration uses each key.
- Rotate keys periodically — revoke old keys and create fresh ones.
- Use one key per integration so you can revoke a single key without disrupting other workflows.