Airtable Integration
Use Airtable as a database in your Rofy applications.
Airtable Integration
Use Airtable as your database inside Rofy applications.
What is Airtable?
Airtable combines the simplicity of a spreadsheet with the power of a database.
It lets you organize and manage data visually using tables, attachments, and flexible field types.
Airtable is perfect for:
- Visual content management
- Product catalogs
- Customer databases
- Project management
- Any workflow where data is easier to manage in a table format
What You'll Need
1. Airtable Account
Create an account at https://airtable.com (a free plan is available).
2. Create a Base
A base is similar to a database that contains tables.
3. API Key
Generate a Personal Access Token from Airtable.
4. A Good Initial Prompt
A clear and concise prompt helps the Rofy agent implement your integration quickly and with fewer iterations.
Step 1: Set Up Airtable
Create an Account
- Go to airtable.com
- Click Sign Up
- Create your account
Create a Base (Database)
- Click Create a Base
- Select Start from Scratch
- Name the base (for example: My App Data)
- You will see a spreadsheet-style table interface
Design Your Tables
Example: Product Catalog
Rename the table to Products and add the following columns:
- Name (text)
- Description (long text)
- Price (number)
- Image (attachment)
- In Stock (checkbox)
- Category (single select)
You can add sample data by simply clicking inside the table cells.
Get Your API Credentials
- Click your profile icon (top right)
- Open Developer Hub
- Click Create New Token
- Give the token a name (example: My App)
- Add scopes:
data.records:readdata.records:writeschema.bases:read
- Select the base you want to allow access to
- Click Create Token
- Copy the token immediately
Get Your Base ID
- Go to https://airtable.com/api
- Select your base
- Copy the Base ID (starts with
app)
Step 2: Tell the Agent What You Want
Describe your use case clearly so the Rofy agent can implement the integration.