Skip to main content
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 Anything

Add your API key to Anything’s secrets

Account Creation

1

Visit Airtable Website

Go to airtable.com and click “Sign up” in the top right corner
2

Choose Signup Method

  • Sign up with email/password
  • Or continue with Google, Apple, or other authentication options

Generate API Key

1

Access Account Settings

2

Create Personal Access Token

  1. Navigate to the “Personal Access Token” section
  2. Click “Create new token”
  3. Name your key (e.g., “Anything Integration”)
  4. Add read and write data scopes
  5. Add your workspace table
3

Copy Your PAT Token

  1. Copy the generated PAT Token
  2. Store it securely.
Keep your PAT Token secure - it grants access to your Airtable data

Get Base and Table ID

1

Open Your Airtable Base

  1. Navigate to the Airtable base you want to connect to
  2. Look at the URL in your browser
2

Extract Base and Table ID

  1. The Base and Table ID is in the URL after “airtable.com/” and typically starts with “app”
  2. Copy this ID - you’ll need it when connecting to your base
The Base and Table ID format looks like: app12345abcdef/tb12345abcdef

Add to Anything project

1

Add the integration

  1. In your Anything project, type / in the chat
  2. Select “Airtable” from the menu
2

Add your API key

  1. Paste your Airtable API key into the “AIRTABLE_TOKEN” field
  2. Add your Base ID to the “AIRTABLE_BASE_ID” field
  3. Add your Table ID to the “AIRTABLE_TABLE_ID” field
Need a new token? Generate one in your Airtable account settings.
3

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
The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn’t re-fetch every time.
Example prompt for optimization:
When using /Airtable, save the data so my app doesn't have to fetch it again
Your Airtable integration is now ready! Use the /Airtable command in chat to manage your data.