Connecting apps
Connect Airtable
Create an Airtable personal access token with the right scopes and paste it into Tyrbo to read and write records.
Airtable connections use a personal access token scoped to the bases your automations touch.
Create the token
- Log in to your Airtable account.
- Go to airtable.com/create/tokens and click Create new token.
- Under Access, click + Add a base and pick the base(s) your automation uses — or all bases if you prefer one token for everything.
- Under Scopes, click + Add a scope and select:
data.records:readdata.records:writeschema.bases:read
- Click Create token and copy it (it is shown only once).
Paste it into Tyrbo
In the step editor, choose an Airtable action (Create Record, Update Record, Get Record by ID) or trigger (New Record, New or Updated Record), click New connection, and paste the token into the Personal Access Token field. Tyrbo validates it against Airtable before saving.
Notes
- Tokens only see the bases you granted them. If a step can't find your base or table, re-open the token at airtable.com/create/tokens and add the base to its access list.
- Triggers watch a specific base + table, so have the base id (
app…) and table name handy.