Credentials
1. Create a Personal Access Token
- Go to airtable.com/create/tokens
- Create a token with the scopes
data.records:readandschema.bases:read - For the airtable CLI’s writes, add
data.records:write, and for commentsdata.recordComments:readanddata.recordComments:write - Under Access, add the bases the mount should see
- Copy the token (it starts with
pat)
schema.bases:read cannot list tables, and a base left out of the token’s
access list is invisible to it.