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
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.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.)
Connect in Nora
Paste the token, optionally set a default base ID, and click Connect. Nora callsGET /v0/meta/whoami and reports the email tied to the PAT.
MCP server
No official Airtable MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
AIRTABLE_API_KEY | Personal Access Token |
AIRTABLE_BASE_ID | Default Base ID (if set) |

