Set up credentials
Airtable deprecated legacy API keys on February 1, 2024. You now authenticate with a personal access token that you create with specific scopes and base access.Open the token page
Go to airtable.com/create/tokens in
the Builder Hub and click Create new token.
Add scopes
Click Add a scope and add the read scopes Adapt needs, such as:
data.records:readschema.bases:read
Add base access
Click Add a base and select the specific bases (or workspaces) you want
Adapt to access.
A personal access token acts as your Airtable user and is limited to the scopes
and bases you grant. Add only the read scopes and bases Adapt needs.
Connect to Adapt
Add your credentials
Enter the values you gathered above, then click Add connection:
You can rename the connection and choose whether it is shared with your
organization or kept personal to you.
| Secret Name | Value |
|---|---|
AIRTABLE_API_KEY | Your Airtable personal access token |
Security
- Credentials are encrypted at rest with AES-256
- Grant only read scopes (
data.records:read,schema.bases:read) and limit the token to the specific bases Adapt needs - Regenerate or delete the token in the Builder Hub if it is ever exposed
- Never share your token publicly or commit it to source control