Understand API call limits, overage pricing, and fair use policies by plan tier.
Aptly enforces API usage limits to ensure reliability and fairness across all tenants. These limits vary by subscription tier and are monitored on a per-tenant basis.
Plan | Monthly API Call Limit | Rate Limit (per Minute) | Description |
---|---|---|---|
Essential | 25,000 | 60 calls/minute | Intended for basic integrations. |
Premium | 100,000 | 300 calls/minute | Ideal for mid-sized organizations. |
Enterprise | 250,000 | 600 calls/minute | Scalable for enterprise integrations. |
Plan | Overage Fee (per API Call) | Notes |
---|---|---|
Essential | $0.005 | Hard cap at 50,000 calls/month. Upgrade required to exceed this. |
Premium | $0.005 | Billed in 1,000-call blocks once 100k calls/month is exceeded. |
Enterprise | $0.003 | Billed in 1,000-call blocks after 250k calls/month. |
Example: If a tenant on an Enterprise plan makes 300,000 calls in a month:
- Included: 250,000 calls
- Overage: 50,000 Γ 150/month** β $1,800/year
429 Too Many Requests
response, with a Retry-After
header indicating when to retry.When receiving a 429 Too Many Requests
response:
Retry-After
header (in seconds).429
response body:If you require a non-production environment for development or testing, contact support to request a sandbox tenant. Usage in development environments is isolated and does not count toward production API quotas. For questions about rate limits or to discuss higher-tier options, contact your Aptly account representative or support.