Skip to main content
Airtable
33 actions · 2 auth methods
DatabasesIAM

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · Personal Access Token

Best for single-user integrations and scripts. Scoped tokens let you limit access to specific bases and actions.

Connector Profile · OAuth 2.0

Requires registering an OAuth app. Uses PKCE with granular scopes per base.
3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · Personal Access Token

Link Account · OAuth 2.0

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

|
33 actions
Action
Description
Required scopes
List Bases
Lists all bases the user has access to.
Create Base
Creates a new base in a workspace with tables and fields.
Get Base Schema
Retrieves the schema of tables in a base.
List Comments
Lists comments on a record.
Create Comment
Creates a comment on a record.
Update Comment
Updates an existing comment.
Delete Comment
Deletes a comment from a record.
Create Field
Creates a new field in a table.
Update Field
Updates a field’s name or description.
Get Unified Credentials
Get the current Airtable connection’s unified credentials and identity.
List Unified Groups
List unified groups in Airtable via the SCIM API.
Get Unified Group
Get a unified Airtable group by ID via the SCIM API.
List Unified Resource Types
List unified resource types in Airtable.
List Unified Resource Users
List unified resource users in Airtable.
List Unified Roles
List unified roles in Airtable.
Get Unified Role
Get a unified Airtable role by ID.
List Unified Users
List unified users in Airtable via the SCIM API.
Get Unified User
Get a unified Airtable user by ID via the SCIM API.
List Records
Lists records in a table with filtering and sorting options.
Get Record
Retrieves a single record by ID.
Create Records
Creates one or more records in a table.
Update Record
Updates a single record (partial update).
Replace Record
Replaces a record (destructive update clearing unspecified fields).
Update Multiple Records
Updates multiple records in a single request.
Delete Record
Deletes a single record from a table.
Create Table
Creates a new table in a base.
Update Table
Updates a table’s name or description.
Get Current User
Retrieves the authenticated user’s ID and email address.
List Webhooks
Lists all webhooks registered for a base.
Create Webhook
Creates a new webhook for a base.
Refresh Webhook
Refreshes a webhook to extend its expiration time.
Delete Webhook
Deletes a webhook from a base.
List Webhook Payloads
Lists payloads for a webhook.