Two distinct mechanisms throttle traffic:Documentation Index
Fetch the complete documentation index at: https://docs-attestly.code4source.com/llms.txt
Use this file to discover all available pages before exploring further.
- Monthly quota — a per-Organization cap aligned to your contractual billing period.
- Rate limit — a short-window per-key burst limit.
429, with different codes and recovery semantics.
Monthly quota
Counted in billable requests since the start of your current billing period. The period boundaries come from your contract — typically the day of the month you signed up. When exceeded:period_ends_at, or contact us to bump the cap.
Rate limit
Per-API-key burst protection. Short-window — typically tens of requests per second.Retry-After seconds and retry. Use
exponential backoff with jitter on persistent 429s.
What counts as a billable request
| Counts | Does not count |
|---|---|
POST /v1/evaluate | GET /v1/sources |
POST /v1/intersections | GET /v1/rulesets (list/get) |
POST /v1/distance | POST /v1/rulesets (create) |
POST /v1/subjects |