Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Airtable for database and spreadsheet management, record access, and schema operations.
PropertyValue
Provider IDairtable
CategoryProductivity
PKCERequired
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create an Airtable OAuth Integration

1

Go to the Airtable Developer Hub

Navigate to airtable.com/create/oauth and sign in.
2

Create a new OAuth integration

Enter your integration name and description.
3

Add the redirect URL

Add the Redirect URI from the Developer Portal to the Redirect URLs field.
4

Select scopes

Select the scopes your application needs (e.g., data.records:read, schema.bases:read).
5

Get your credentials

Copy the Client ID and generate a Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Airtable provider

Go to OAuth Providers > Add Provider > Airtable.
3

Enter credentials

  • Client ID: Paste your Airtable Client ID
  • Client Secret: Paste your Airtable Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
data.records:readRead records in bases
data.records:writeCreate, update, and delete records
schema.bases:readRead base schema
schema.bases:writeCreate and modify base schema
webhook:manageCreate and manage webhooks

Notes

  • Airtable requires PKCE for all OAuth flows. Alter Vault handles this automatically.
  • Scopes are colon-separated (e.g., data.records:read).
  • See the Airtable OAuth documentation for more details.