Airtable
Integrate and manage your data with Airtable
Airtable lets you create powerful databases, organize your information, and connect it to your applications.
Overview
Create Account
Sign up for an Airtable account
Get API Key
Generate your Airtable API key
Copy into Create
Add your API key to Create’s secrets
Account Creation
Visit Airtable Website
Go to airtable.com and click “Sign up” in the top right corner
Choose Signup Method
- Sign up with email/password
- Or continue with Google, Apple, or other authentication options
Generate API Key
Access Account Settings
Go to airtable.com/create/token.
Create Personal Access Token
- Navigate to the “Personal Access Token” section
- Click “Create new token”
- Name your key (e.g., “Create Integration”)
- Add read and write data scopes
- Add your workspace table
Copy Your PAT Token
- Copy the generated PAT Token
- Store it securely.
Keep your PAT Token secure - it grants access to your Airtable data
Get Base and Table ID
Open Your Airtable Base
- Navigate to the Airtable base you want to connect to
- Look at the URL in your browser
Extract Base and Table ID
- The Base and Table ID is in the URL after “airtable.com/” and typically starts with “app”
- Copy this ID - you’ll need it when connecting to your base
The Base and Table ID format looks like: app12345abcdef/tb12345abcdef
Add to Create Project
Add the integration
- In your Create project, type
/
in the chat - Select “Airtable” from the menu
Add your API key
- Paste your Airtable API key into the “AIRTABLE_TOKEN” field
- Add your Base ID to the “AIRTABLE_BASE_ID” field
- Add your Table ID to the “AIRTABLE_TABLE_ID” field
Need a new token? Generate one in your Airtable account settings.
Use it
You can now use prompts with the integration to manage your Airtable data.
Some examples:
Create a new record in my Airtable base with /Airtable
Fetch data from my Products table using /Airtable
Update customer information with /Airtable
Airtable has API rate limits - implement caching for frequently accessed data.
Example prompt for optimization:
Your Airtable integration is now ready! Use the /Airtable
command in chat to manage your data.
Was this page helpful?