Skip to main content

Airtable

Where to issue an Airtable Personal Access Token (PAT) and connect it to Nora.
Airtable integrations let your agents read/write records, list bases and tables, and inspect schemas. Nora authenticates with a PAT (Bearer auth).

Where to apply for credentials

Airtable — Personal Access Tokens

1

Create a PAT

Click Create new token. Name it (e.g. “Nora”).
2

Pick the scopes

Recommended for full CRUD agents: data.records:read, data.records:write, schema.bases:read. Add data.recordComments:write if your agent leaves comments.
3

Add base access

Under Access, click Add a base and pick the bases the agent should reach. (PATs default to no access — you have to opt in per base.)
4

Copy the token

Starts with pat....

Connect in Nora

Paste the token, optionally set a default base ID, and click Connect. Nora calls GET /v0/meta/whoami and reports the email tied to the PAT.

MCP server

No official Airtable MCP server today.

Environment variables Nora injects

VariableSource
AIRTABLE_API_KEYPersonal Access Token
AIRTABLE_BASE_IDDefault Base ID (if set)