NAWA enforces per-minute rate limits on each API key to ensure fair usage and platform stability.Documentation Index
Fetch the complete documentation index at: https://developers.trynawa.com/llms.txt
Use this file to discover all available pages before exploring further.
Tier table
| Tier | Requests/min | How you get it |
|---|---|---|
| Free | 10 | Free keys (nawa_test_sk_) |
| Growth | 120 | Live keys (nawa_live_sk_) with credits |
| Enterprise | 300 | Contact sales@trynawa.com |
| Enterprise+ | 1,000 | Contact sales@trynawa.com |
Free keys are rate-limited to 10 requests/minute and have a hard cap of 100 lifetime requests. Live keys start at the Growth tier (120/min). Enterprise tiers are available on request — contact sales@trynawa.com.
Rate limit headers
Every API response includes rate limit headers:| Header | Description | Example |
|---|---|---|
X-RateLimit-Limit | Maximum requests allowed per minute for your tier | 120 |
X-RateLimit-Remaining | Requests remaining in the current window | 42 |
X-RateLimit-Reset | When the current window resets (RFC 3339) | 2025-01-15T12:01:00Z |
429 responses, additional headers are included:
| Header | Description | Example |
|---|---|---|
Retry-After | Seconds to wait before retrying | 8 |
X-NAWA-RateLimit-Reason | Which limit was hit | minute_limit or sandbox_exhausted |