Skip to main content

What is Airtable?

Airtable is like a spreadsheet and database combined. It’s super easy to use - you can see your data in a visual table, add attachments, and organize everything beautifully. Perfect for:
  • Visual content management
  • Product catalogs
  • Customer databases
  • Project management
  • Anything where you want to see data in a table

What You’ll Need

1

Airtable Account

Sign up at airtable.com - free plan available!
2

Create a Base

Like a database with tables
3

API Key

Get your personal access token
4

A good initial prompt

A concise prompt goes a long way in minimizing iterations to implement the feature

Step 1: Set Up Airtable

Create Account

  1. Go to airtable.com
  2. Click Sign up
  3. Create your account (free)

Create a Base (Database)

  1. Click Create a base
  2. Choose Start from scratch
  3. Name it (like “My App Data”)
  4. You’ll see a spreadsheet-like table

Design Your Tables

Example: Product Catalog
  1. Rename the table to “Products”
  2. Add columns:
    • Name (text)
    • Description (long text)
    • Price (number)
    • Image (attachment)
    • In Stock (checkbox)
    • Category (single select)
  3. Add some sample data by clicking in cells
Visual and Easy! Airtable shows your data like a spreadsheet. You can see everything at a glance.

Get Your API Credentials

  1. Click your profile icon (top right)
  2. Go to Developer hub
  3. Click Create new token
  4. Give it a name (like “My App”)
  5. Add scopes:
    • data.records:read
    • data.records:write
    • schema.bases:read
  6. Choose which bases to access
  7. Click Create token
  8. Copy the token immediately!
**Save your token - **It’s shown only once.

Get Your Base ID

  1. Go to airtable.com/api
  2. Click on your base
  3. Copy the Base ID (starts with app)

Step 2: Tell the Agent What You Want

Describe your use case:

Example 1: Product Catalog

Example 2: Content Management

Example 3: Customer Database

That’s it! The agent will connect to Airtable and sync your data.

Step 3: Test the Connection

After setup:
1

Click Preview

In Emergent, click Preview
2

Check Data Display

You should see data from your Airtable
3

Add Test Record

Try adding something in your app
4

Check Airtable

Go to Airtable - see the new record!
5

Update in Airtable

Change something in Airtable
6

Refresh App

Should see the changes

Common Questions

Free plan:
  • 1,000 records per base
  • Unlimited bases
  • 2 GB attachments
  • Great for small projects!
Plus: $10/user/month
  • 5,000 records per base
  • More features
Pro: $20/user/month
  • 50,000 records per base
  • Advanced features
Yes! In Airtable:
  1. Add an “Attachment” column
  2. Upload images/files
  3. Your app will access them
Tell the agent:
Yes! Tell the agent:
Use Airtable if:
  • Want visual data management
  • Need to manually edit data often
  • Like spreadsheet interface
  • Small to medium data (under 50k records)
Use traditional database if:
  • Very large data
  • Complex queries
  • High performance needs

Something Not Working?

Can’t Connect

Tell the agent:

Data Not Showing

Tell the agent:

Can’t Add Records

Tell the agent:

Real Examples

Example 1: Restaurant Menu

Example 2: Team Directory

Advanced Features

Once basics work:

Linked Records

Formulas

Views

Quick Checklist

Before going live:
  • Data displays correctly
  • Images/attachments show up
  • Can add new records (if needed)
  • Can edit records (if needed)
  • Filters work properly
  • Tested with real data
  • Check Airtable record limits

Remember

Super visual - See your data like a spreadsheet Easy to manage - Edit data directly in Airtable Free tier is good - 1,000 records per base Great for non-technical teams - Anyone can update content Perfect for small to medium data - Not for huge datasets
Stuck? Tell the agent: “I need help with Airtable integration” and describe the issue.