Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hyperfx.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Auth type: OAuth
For general setup steps, permissions, and troubleshooting, start with: App Integrations.

Connect Airtable

  1. Go to Settings → Apps in Hyper
  2. Select Airtable → Connect New
  3. Complete OAuth and grant access to your bases

Common capabilities

  • Read and write records in Airtable bases
  • Automate database management and collaborative workflows
  • Sync data across platforms

Use in Chat

Enable Airtable in the tool selector. Ask your agent to query records, create entries, or update fields.

Use in Agents

Add Airtable to an agent’s toolkits and select the connection. Require approval for write operations if desired.

Use in Flows

Automate data entry, record updates, and cross-platform syncing using Airtable action nodes.

Troubleshooting

  • Base not found: verify the integration has access to the target base
  • Permission errors: re-authorize with required scopes

Available Actions

Hyper agents can run the following actions for this integration. Each action can be individually set to Enabled, Requires Approval, or Disabled in your agent’s toolkit settings. Actions can be set to one of three control states:
StateBehavior
EnabledAgent runs the action automatically
Requires ApprovalAgent pauses and waits for your confirmation before proceeding
DisabledAction is blocked and cannot be used
Configure these in the agent’s toolkit settings or in workspace defaults.
ActionDescription
Add CommentAdd a comment to an Airtable record
Batch Create RecordsCreate multiple records in an Airtable table (automatically chunked to 10 per request)
Batch Delete RecordsDelete multiple records from an Airtable table (automatically chunked to 10 per request)
Batch Update RecordsUpdate multiple records in an Airtable table (automatically chunked to 10 per request)
Batch Upsert RecordsUpsert (create or update) multiple records based on key fields
Create FieldCreate a new field (column) in an Airtable table
Create RecordCreate a new record in an Airtable table
Create TableCreate a new table in an Airtable base with specified fields
Create WebhookCreate a webhook subscription for an Airtable base
Delete FieldDelete a field from an Airtable table
Delete RecordDelete a record from an Airtable table
Delete WebhookDelete a webhook from an Airtable base
Get Base SchemaGet the complete schema of an Airtable base including all tables, fields, and views
Get RecordGet a single record by ID from an Airtable table
Get Table SchemaGet the schema of a specific table including all fields and views
Get Webhook PayloadsGet pending webhook payloads for an Airtable webhook
List BasesList all Airtable bases accessible to the authenticated user
List CommentsList all comments on an Airtable record
List RecordsList records from an Airtable table with optional filtering, sorting, and pagination
List TablesList all tables in an Airtable base
List WebhooksList all webhooks configured for an Airtable base
Refresh WebhookExtend an Airtable webhook’s expiration by 7 days
Update FieldUpdate a field’s name or description (cannot change field type)
Update RecordUpdate an existing record in an Airtable table
WhoamiGet current authenticated user information and OAuth scopes