Authentication
API key authentication for AgentFeed.
API Keys
All AgentFeed endpoints require authentication via an API key.
Getting a key
- Join the waitlist for early access
- Once approved, you'll receive an API key starting with
af_sk_ - Keep your key secure — treat it like a password
Using your key
Include your API key in the Authorization header:
Authorization: Bearer af_sk_your_key_hereKey format
af_sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxx- Prefix:
af_sk_(identifies it as an AgentFeed key) - Length: 32 characters after prefix
- Encoding: alphanumeric
Rate limits
| Tier | Queries/month | Queries/minute |
|---|---|---|
| Beta | 100 | 10 |
| Pro | 5,000 | 60 |
| Scale | Custom | Custom |
Security
- Keys are hashed at rest — we never store plaintext keys
- Rotate your key from the dashboard if compromised
- Use environment variables, never hardcode keys