Pull every vendor in our supplier base whose contract is up for renewal in the next 60 days.
Airtable · Live
Ask the base instead of asking who maintains the base.
Read Airtable bases, tables, and views so the agent can pull from product roadmaps, vendor lists, and other ops databases on the fly.
- Auth
- OAuth
- Access
- Read-only by default
- Plan
- Every plan
- Freshness
- Live — every call hits Airtable's API
- Available on
- Every plan
Examples
Questions teams actually ask.
The tools it pulls from are shown inline — every answer in Lumen cites the underlying records it read.
Show our roadmap base, grouped by quarter and team, with last-updated date per item.
Pivot the campaign-tracker base by channel and quarter, with total budget and spend.
Scope
What Lumen sees. What it can change.
Read is on by default. Every write is a separate toggle, capped per user, and logged.
What Lumen reads
Lumen calls the Airtable REST API with the OAuth token you grant at install. Read scope only by default. Tokens are scoped to the bases you select at connect time.
- Bases & schemas
List bases, get table and field schema with types and options
- Records
List with filterByFormula / sort / pageSize; fetch by ID; respect view filters
- Views
List of views per table, the implicit filter / sort each applies
- Comments
Read comments on records (where the API exposes them)
- Webhooks
List configured webhooks for change-tracking flows
What Lumen can write
Lumen does not write to Airtable by default. Record creation and updates can be admin-enabled per base.
Every call is logged with user, base ID, operation, table, view, and date. Exportable as CSV.
Install
Connect in under a minute.
No keys, no call, no app marketplace fine print.
- Authorize01
Connect with Airtable OAuth
In Settings → Integrations → Airtable, click Connect. Sign in and pick which bases the integration can access — Airtable enforces the scope per token.
- Pick bases02
Choose which bases to expose
Select only the bases the agent should query. You can add more later by re-running the OAuth flow.
- Ask03
Try a warm-up question
Start with "Vendors with renewals in the next 60 days from our supplier base" — the agent will read the schema, build the right filterByFormula, and return the records.
Connect Airtable. Stop hunting for the right base.
OAuth. Per-base scoping. Read-only by default.