Connect your AI to Airtable

Airtable is a database with a spreadsheet's manners, which makes it a comfortable place for an agent to file structured rows without anyone provisioning a real database. A personal access token held server-side authorizes the write, scoped to the bases you pick. Field names in the API are the visible column names, so renaming a column in the UI quietly breaks a pipe that writes to it.

The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.

Auth model
static_header
Suggested secret
AIRTABLE_PAT
Scopes
PAT with data.records:write on the target base.
Provider docs
https://airtable.com/developers/web/api

Recipes for Airtable

flurryport:airtable-adddelivery

Let your AI add records to an Airtable table; the token stays server-side.

More in Docs & Notes