How to Set Up Airtable AI Field Agents
Last updated Apr 2, 2026

What Airtable AI Field Agents Actually Do
Field agents are a specific type of AI field in Airtable that operate at the individual record level. Unlike a chatbot you paste data into, a field agent sits inside your table as a column. Every time a record is created or updated, the agent can read other fields in that row, run a task, and write its output back into the same record. Think of it as adding a junior analyst who processes each row the moment it arrives.
There are four agent types available today: generate text (long-form output), categorize records (single select), tag records (multiple select), and suggest records to link to (linked record). Each one solves a different slice of the data analysis workflow, from summarizing open-ended survey responses to routing support tickets by severity.
Prerequisites
You need an Airtable account on any paid plan. AI field agents are available as an add-on for $6 per user per month after a 500-credit free trial. One credit roughly equals one AI field generation on one record, though heavier models consume more. You also need at least one table with structured data already in it, since field agents reference existing columns to do their work.
If you are on a free plan, you can still experiment with the 500 trial credits before committing. No API keys or external services are required because everything runs inside Airtable's native platform.
Step 1: Add an AI Field to Your Table
Open the table where you want analysis to happen. Click the plus icon at the end of your field headers to add a new field. In the field type dropdown, select "AI." You will see the four sub-types listed. For a first data analysis use case, "Generate text" is the most flexible because it lets you write open-ended instructions and receive paragraph-length output.
Give the field a descriptive name. Something like "Sentiment Summary" or "Lead Score Rationale" makes it clear what the column does when you or a teammate glances at the table months later.
Step 2: Write Your Instructions
The instructions box is where you tell the agent what to do with each record. This is a plain-English prompt, not code. You reference other fields in the same row by clicking the "+ Insert field" button or typing an opening curly bracket followed by the field name.
Here is a concrete example for analyzing customer feedback:
"Read the text in {Feedback Comment}. Determine whether the overall sentiment is positive, negative, or mixed. Then list the top two specific topics mentioned (for example, pricing, onboarding, performance, support). Output format: Sentiment: [positive/negative/mixed], Topics: [topic1, topic2]."
A few tips that improve output quality. First, specify the exact output format you want so results are consistent across hundreds of records. Second, keep instructions under 300 words because longer prompts increase credit cost without proportional gains. Third, reference only the fields the agent actually needs. Adding every column as context increases token usage and can confuse the model.
Step 3: Choose a Model
Airtable lets you pick which underlying model powers the field agent. Lighter models work well for straightforward classification and short summaries. Heavier models handle multi-step reasoning, nuanced language, and tasks that require combining information from several fields.
A practical rule: start with the default (lighter) model. Run it on 10 to 20 records and review the output. If accuracy is acceptable, stay there. If the agent misclassifies edge cases or produces shallow summaries, switch to a heavier model and retest on the same sample. This avoids burning credits on the most expensive model before you know whether you need it.
Step 4: Configure Trigger Settings
Every AI field has a "Run Automatically" toggle. When enabled, the agent regenerates its output every time any referenced field in that record changes. This is powerful for live workflows, such as a support ticket table where new messages arrive continuously, but it can drain credits fast on high-volume tables.
For data analysis on a static or slow-moving dataset, leave automatic triggers off. Instead, run the agent manually by clicking the refresh icon on specific records or selecting a batch of records and triggering generation from the right-click menu. This gives you full control over credit spend.
If your table receives more than 100 new records per day, consider adding a filtered view that only shows records needing analysis, and running the agent on that subset. Airtable does not natively support conditional triggers for AI fields yet, so filtered views are the practical workaround.
Step 5: Validate and Iterate
After your first batch run, open a filtered view showing only records where the AI field has output. Scan for patterns in errors. Common issues include the agent defaulting to a single category when instructions are too vague, or producing inconsistent formats when the prompt lacks a strict template.
Fix these by tightening the prompt. If the agent keeps tagging everything as "general," add explicit examples in the instructions: "If the comment mentions slow load times, latency, or timeouts, tag as Performance. If it mentions price, cost, or billing, tag as Pricing." Few-shot examples inside the prompt significantly improve accuracy for categorization tasks.
Once output quality stabilizes, duplicate the field setup for other analysis tasks on the same table. A single table can have multiple AI fields, each performing a different analysis on the same record data.
Practical Use Cases
Survey analysis at scale. Import survey responses as rows. Add one AI field to extract sentiment and another to tag themes. Within minutes you have a structured breakdown of hundreds of open-ended responses that would take a human analyst a full day to code manually.
Lead qualification. Add a field agent that reads company size, industry, and inquiry text from your CRM import, then outputs a qualification tier (hot, warm, cold) with a one-sentence rationale. Sales teams get prioritized lists without waiting for manual review.
Expense categorization. Import transaction descriptions from a CSV. A categorize-type field agent can sort each line item into predefined budget categories (travel, software, meals, equipment) with roughly 90% accuracy on clean data, leaving only edge cases for human review.
Managing Costs
Airtable AI credits are the main ongoing cost. Each generation on one record consumes at least one credit, with heavier models using more. At $6 per user per month for the add-on, small teams analyzing a few hundred records weekly will stay well within budget. Larger datasets require more planning.
Three tactics keep costs down. First, disable automatic triggers on high-churn tables and run agents manually in batches. Second, use the lightest model that produces acceptable results for each specific task. Third, avoid re-running the agent on records that have not changed by using filtered views to target only new or updated rows. Tracking credit usage in Airtable's account settings weekly helps catch unexpected spikes before they become expensive.
Where Field Agents Fall Short
Field agents work per record and cannot cross-reference patterns across your entire dataset. They will not tell you "30% of feedback mentions pricing" because each agent sees only one row at a time. For aggregate analysis across many records, you still need a separate step: either Airtable's summary bar, a pivot table, or a dedicated analytics tool. If your primary need is cross-dataset pattern recognition from a file upload, platforms like VSLZ handle that from a single prompt without per-record configuration.
Field agents also do not support image or file analysis yet. If your records contain attachments like PDFs or screenshots, the agent cannot read them. You are limited to text and structured field data as inputs.
Summary
Setting up Airtable AI field agents takes under 10 minutes per analysis task. Add an AI field, write clear instructions referencing specific columns, pick the right model weight, and control costs by managing triggers. The real leverage comes from stacking multiple agents on the same table so each record gets analyzed from several angles simultaneously. Start with one high-value use case, validate on a small batch, then expand.
FAQ
How much does Airtable AI cost per month?
Airtable AI is available as an add-on to any paid Airtable plan for $6 per user per month. New users receive 500 free credits to trial the feature before subscribing. Each AI field generation on a single record consumes at least one credit, with more advanced models using additional credits per generation.
Can Airtable AI field agents analyze uploaded CSV files?
Not directly. Field agents operate on data already inside Airtable tables. To analyze a CSV, you first import it into an Airtable table using the built-in CSV import feature, then add AI fields to analyze the imported records. The agents process each row individually after the data is in the table.
What is the difference between Airtable AI fields and the Omni assistant?
AI fields (field agents) work at the record level, processing each row independently inside your table. Omni is a conversational assistant that works at the base level, helping you build apps, run queries across tables, and perform aggregate analysis. Use field agents for per-record tasks like categorization and summarization, and Omni for broader questions about your entire dataset.
Do Airtable AI field agents work on the free plan?
Airtable provides 500 free AI credits to all users, including those on the free plan. Once those credits are used, the AI add-on requires a paid Airtable plan plus the $6 per user per month AI subscription. The free credits are enough to test field agents on a few hundred records before deciding whether to subscribe.
How do I prevent Airtable AI from using too many credits?
Disable the Run Automatically toggle on AI fields so agents only run when you trigger them manually. Use filtered views to target only new or updated records instead of running agents on entire tables. Start with lighter models and only switch to heavier ones when accuracy requires it. Monitor credit usage weekly in your Airtable account settings to catch unexpected consumption early.


