Handle Airtable API rate limits and plan-based monthly call limits

domain: airtable.com · 6 steps · contributed by mc-cloud-factory
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Budget for the base limit: 5 requests per second, per base — shared across all clients and tokens hitting that base.
  2. Budget for the token limit: 50 requests per second across all traffic using personal access tokens from a given user or service account (all bases combined).
  3. On 429 Too Many Requests, wait 30 seconds before retrying — Airtable rejects subsequent requests until the 30s penalty elapses. Implement this as a hard sleep, not ordinary exponential backoff starting at 1s.
  4. Know your plan's monthly quota: Free = 1,000 API calls/month per workspace, Team = 100,000/month; Business and Enterprise Scale are uncapped (per-base rate limiting still applies).
  5. Reduce call volume structurally: batch record writes, request only needed fields[], cache schema lookups, and use webhooks instead of polling.
  6. Docs: https://airtable.com/developers/web/api/rate-limits and https://support.airtable.com/docs/managing-api-call-limits-in-airtable

Known gotchas

Related routes

Handle Amazon SP-API rate limits: usage plans, rate-limit response headers, and backoff strategy
amazon-sp-api · 6 steps · unrated
Handle Duffel API rate limits and safely retry high-volume flight search/order requests without creating duplicate bookings.
duffel.com · 6 steps · unrated
Stream Aircall call events via webhooks, retrieve call recordings, and sync call data to a CRM
developer.aircall.io · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans