Airtable APIConnect Airtable without building on its API
Airtable has a REST API. Self-serve for any Airtable user on all plans, but monthly API call caps depend on plan (Free: 1,000 calls/workspace/month; Team: 100,000/month; Business and Enterprise: unlimited). If you're reading the docs because you need Airtable to talk to the rest of your stack, Caddi does that without you writing or maintaining integration code: you show it the job once, and it runs it across Airtable and your other tools.
- APIREST (JSON)
- AuthPersonal access token or OAuth 2.0
- AccessSelf-serve
What the Airtable API gives you
- Type
- REST (JSON)
- Authentication
- Personal access token or OAuth 2.0 (for third-party integrations)
- Who can get access
- Self-serve for any Airtable user on all plans, but monthly API call caps depend on plan (Free: 1,000 calls/workspace/month; Team: 100,000/month; Business and Enterprise: unlimited).
- What it covers
- Bases, tables, fields, records, comments, and webhooks.
- Limits
- 5 requests/second per base and 50 requests/second across all personal-access-token traffic per user or service account, with a 30-second wait after a 429.
Official docs: airtable.com. Checked September 2026. Vendors change access terms, so confirm with Airtable before you build.
Building on the Airtable API vs. having Caddi run it
| The job | Build it on the API | With Caddi |
|---|---|---|
| Getting access | Register an app, get Airtable credentials, and manage tokens and refreshes. | Connect your Airtable account once. Caddi holds the connection. |
| Writing the integration | A developer maps fields, handles pagination, retries and rate limits, and writes the sync. | You show Caddi the Airtable task the way you'd train a new hire. It writes verified code for it. |
| Steps the API doesn't cover | Screens with no endpoint stay manual, or need a separate RPA tool. | Caddi uses a secure, audited browser session where there's no API, in the same automation. |
| The other systems in the loop | Each extra tool is another API, another set of credentials, another integration to own. | One automation runs across all the tools the job touches. |
| Keeping it running | Someone owns the code when the API version, fields or your process change. | Every automation is reviewed before it runs in production, and every run is logged. |
Building on the API is the right call when you have engineers and the integration is your product. When the goal is getting Airtable work off someone's desk, the build is the slow part.
What teams usually want the Airtable API for
Inbound request to base row
Caddi turns inbound request emails or form submissions into structured Airtable rows with the right linked records and owner.
CRM ↔ Airtable sync
Caddi keeps the right slice of CRM data mirrored into Airtable for ops dashboards and writes back any updates to the source system.
Status notifications
When an Airtable row changes state, Caddi notifies the right person in Slack or Teams with full context from upstream systems.
Airtable API questions
Does Airtable have an API?
Yes. Airtable has a REST API, authenticated with Personal access token or OAuth 2.0 (for third-party integrations). The official documentation is at https://airtable.com/developers/web/api/introduction.
How do I get access to the Airtable API?
Self-serve for any Airtable user on all plans, but monthly API call caps depend on plan (Free: 1,000 calls/workspace/month; Team: 100,000/month; Business and Enterprise: unlimited).
Does the Airtable API have rate limits?
5 requests/second per base and 50 requests/second across all personal-access-token traffic per user or service account, with a 30-second wait after a 429.
Can I connect Airtable to my other tools without writing code against its API?
Yes. With Caddi you show the Airtable task once, the way you'd train a new hire, and Caddi builds it as verified code that runs across Airtable and the other tools the job touches. Where a step has no API, Caddi uses a secure, audited browser session in the same automation.
Do I need a developer to automate Airtable with Caddi?
No. There is no integration code for you to write or maintain. Every automation Caddi builds for Airtable is reviewed before it runs in production, and every run is logged.
Connect Airtable without the build.
Drop your work email and pick a time. We'll show you Caddi running your Airtable workflow end to end.