Airtable
Airtable
This connector enables AI agents and RAG systems to retrieve context from Airtable through Airweave’s unified search layer.
Configuration
Airtable source connector — syncs bases, tables, records, comments, attachments.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- OAuth Token (for programmatic access)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
AirtableUserEntity
The authenticated user (from /meta/whoami endpoint).
AirtableBaseEntity
Metadata for an Airtable base.
AirtableTableEntity
Metadata for an Airtable table (schema-level info).
AirtableRecordEntity
One Airtable record (row) as a searchable chunk.
AirtableCommentEntity
A comment on an Airtable record.
AirtableAttachmentEntity
Attachment file from an Airtable record.