Airtable
Airtable is a cloud-based collaboration service that combines the simplicity of a spreadsheet with the complexity of a database. It provides APIs for managing bases, tables, records, and more.
APIs
Airtable API
The Airtable API can be used to integrate your data in Airtable with any external system. The API closely follows REST semantics, uses JSON to encode objects, and relies on stan...
Airtable Metadata API
The Airtable Metadata API provides access to base and schema management operations. You can list bases, retrieve base schemas with table and field definitions, create new bases,...
Airtable Enterprise API
The Airtable Enterprise API allows enterprise teams to manage their account programmatically outside of the Admin panel. It supports managing users, updating access permissions,...
Airtable SCIM API
The Airtable SCIM API supports the System for Cross-domain Identity Management specification for automated user and group provisioning. It enables identity providers like Okta a...
Airtable Audit Logs API
The Airtable Audit Logs API provides programmatic access to enterprise audit logs for compliance monitoring and security tracking. It supports creating and retrieving audit log ...
Airtable Shares API
The Airtable Shares API allows enterprise administrators to list, manage, and delete share links across an organization. It provides programmatic control over base sharing and a...
Agent Skills
Collections
Airtable API
POSTMANAirtable Audit Logs API
POSTMANAirtable Enterprise API
POSTMANAirtable Metadata API
POSTMANAirtable SCIM API
POSTMANAirtable Shares API
POSTMANAirtable API
OPENAirtable SCIM API
OPENAirtable Shares API
OPENArazzo Workflows
Airtable Add a Table with Fields
Add a new table to an existing base and then add a field to that table.
ARAZZOAirtable Audit Base Schemas
Enumerate accessible bases and inspect the schema of one of them.
ARAZZOAirtable Audit Enterprise Users
Read an enterprise account and then list its users for auditing.
ARAZZOAirtable Bulk Import Records
Create a batch of records in a table and verify the import landed.
ARAZZOAirtable Consume Webhook Payloads
Discover a webhook and drain its payloads using cursor pagination.
ARAZZOAirtable Evolve a Table Schema
Rename a table and update one of its fields within an existing base.
ARAZZOAirtable Export Audit Logs
Request an audit log export, poll until it is ready, then read the events.
ARAZZOAirtable Manage Share Links
List a base's share links, then enable or disable a specific share.
ARAZZOAirtable Offboard an Enterprise User
Revoke a user's admin access and then remove them from the enterprise.
ARAZZOAirtable Onboard an Enterprise User
Claim a user into the enterprise, set their membership, and grant admin access.
ARAZZOAirtable Provision a Base
Create a new base with its initial tables and read back the resulting schema.
ARAZZOAirtable Provision a Workspace
Create a new enterprise workspace and read back its collaborators.
ARAZZOAirtable Upsert a Record
Find a record by a key field and update it if it exists, otherwise create it.
ARAZZOAirtable Verify Token Access
Confirm the token's identity and scopes, then list the bases it can reach.
ARAZZOGraphQL
Airtable GraphQL
Airtable does not expose a native public GraphQL endpoint. Its developer platform is built exclusively on REST semantics: the core Records API, Metadata API, Webhooks API, Enter...
GRAPHQLPricing Plans
Rate Limits
FinOps
Airtable Finops
FINOPSFeatures
Use Cases
Track tasks, milestones, and team assignments in structured databases.
Build custom CRM systems for tracking contacts, deals, and pipelines.
Manage editorial calendars, content assets, and publishing workflows.
Track inventory, orders, and supply chain data.
Coordinate event logistics, attendees, and schedules.
Manage job applicants, employee records, and onboarding processes.
Event Specifications
Airtable Webhooks API
The Airtable Webhooks API delivers lightweight change notifications to a subscriber's notification URL whenever data within a base or table changes. Airtable sends a small "ping...
ASYNCAPI