For the complete documentation index, see llms.txt. This page is also available as Markdown.

Airtable Enterprise

Connection Requirements

1 - Domain

The domain of the Airtable Enterprise instance.

Default: api.airtable.com

2 - API Token

The API Token of the Airtable Enterprise API.

To get API Token for Airtable Enterprise API:

  1. From /create/tokens, click the “Create new token” button to create a new personal access token.

  2. Give your token a unique name. This name will be visible in record revision history.

  3. Choose the scopes to grant to your token. This controls what API endpoints the token will be able to use.

  4. Click ‘add a base’ to grant the token access to a base or workspace.

  5. Once your token is created, we will only show it to you once, so we encourage you to copy it to your clipboard and store it somewhere safe.

3 - Enterprise Account ID

The Enterprise Account ID of the Airtable Enterprise account.

You can find your Airtable Enterprise account ID in the admin panel under the "Account ID" information, which is available to enterprise administrators.

4 - Is Secure?

Choose this if your connection is going to be over HTTPS (optional, default: True).

5 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

6 - Proxy

Proxy URL (optional).

Last updated