Create the credential
In Airtable, open Developer hub → Personal access tokens, create a token for Platinur, and adddata.records:read and schema.bases:read. Under access, select only the base Platinur should
read. Create and copy the token. From the base URL, copy the base ID (it begins with app); use a
table name or table ID for the table value. Do not grant record-write or base-write scopes.
Connect
- Open Integrations → New Source → Airtable.
- Enter the base ID, table name or ID, and personal access token.
- Test the connection and create the source.
- Discover the table in Schema, then run the first sync.
- Add a schedule if the table should refresh automatically.
Common failures
- 401 unauthorized: create a fresh personal access token and paste it without quotes.
- 403 or base not found: include the target base in the token’s access and add both required read scopes.
- Table not found: use the exact table name, or a table ID, from the intended base.
- 429 rate limit: wait for retries; avoid simultaneous integrations against the same base.