Squadbase logo

Airtable

Steps and required credentials to connect Airtable to Squadbase

Required Information

FieldDescription
Airtable Base IDThe unique identifier of the Airtable base you want to connect to (e.g., appXXXXXXXXXXXXX).
Airtable API KeyA Personal Access Token used to authenticate with the Airtable API. Required scopes: schema.bases:read, data.records:read.

How to Obtain Each Value

Airtable Base ID

  1. Log in to Airtable
  2. Open the base you want to connect
  3. Look at the browser's address bar — the URL contains the base ID
  4. The URL format is: https://airtable.com/{base_id}/...
  5. Copy the value starting with app (e.g., appXXXXXXXXXXXXX)

Alternatively:

  1. Visit the Airtable API documentation page
  2. Select your base from the list
  3. The base ID is displayed at the top of the documentation page

Airtable API Key (Personal Access Token)

Airtable no longer issues traditional API keys. Use a Personal Access Token instead.

  1. Log in to Airtable and click the account icon in the top-right corner
  2. Select Builder hub from the menu

Airtable Builder hub menu

  1. Click + Create token
  2. Enter a name for the token
  3. Under Scopes, add the following:
    • schema.bases:read
    • data.records:read
  4. Under Access, select the bases this token should have access to

Airtable create token screen

  1. Click Create token
  2. Copy the generated token and store it in a safe place

The token is only shown at the time of creation. Make sure to copy it before closing the dialog.