Getting an API key
- Sign up at agentscore.sh
- Go to the dashboard
- Copy your API key (starts with
as_live_)
Using your API key
Include the key in theX-API-Key header on every request:
Error responses
Missing or invalid key (401)
Paid-only endpoint on free tier (402)
Rate limits and quotas
| Tier | Per-second limit | Request quota |
|---|---|---|
| Free | 1 req/sec | 50 lifetime |
| Paid ($100/mo) | 5 req/sec | 1,000/month |
| Enterprise | Unlimited | Unlimited |
429 with code: "rate_limited". When you exceed your monthly or lifetime quota, you’ll receive a 429 with code: "quota_exceeded".
Rate limit headers are included in every response:
| Header | Description |
|---|---|
X-RateLimit-Limit | Requests per second allowed (e.g., 5/s or unlimited) |
X-RateLimit-Remaining | Requests remaining in current window |
X-RateLimit-Reset | Seconds until the rate limit window resets |
X-Quota-Limit | Total request quota for your tier |
X-Quota-Used | Requests used in current quota period |
X-Quota-Reset | Date when quota resets, e.g. 2026-05-01 (paid) or never (free). Omitted for enterprise. |
X-RateLimit-Limit: unlimited with no remaining, reset, or quota headers.
Key management
- Keys can be regenerated from the dashboard
- Each account gets one active key
- Enterprise accounts can request multiple keys