Documentation Index
Fetch the complete documentation index at: https://docs.athenahq.ai/llms.txt
Use this file to discover all available pages before exploring further.
Rate Limits
The AthenaHQ API enforces the following rate limits:- 60 requests per minute per organization
- No limit on total number of requests
Response Headers
All authenticated API responses include rate limit headers:| Header | Description |
|---|---|
x-rate-limit-limit | Maximum requests allowed per minute (60) |
x-rate-limit-remaining | Requests remaining in the current window |
x-rate-limit-reset | Unix timestamp (seconds) when the rate limit resets |
| Header | Description |
|---|---|
retry-after | Seconds to wait before retrying |