> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orova.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Airtable

> Manage records and bases from your agent

## Setup

<Steps>
  <Step title="Get a Personal Access Token">
    Go to [airtable.com/create/tokens](https://airtable.com/create/tokens) and create a token with the scopes you need.
  </Step>

  <Step title="Add credentials in Orova">
    **Settings → Integrations → Airtable** → paste your API token.
  </Step>

  <Step title="Create tool and assign">
    **Tools → Create Tool** → select **Airtable** → assign to your agent.
  </Step>
</Steps>

## Available tools

| Tool             | Description                        |
| ---------------- | ---------------------------------- |
| `list_bases`     | List available bases               |
| `list_tables`    | List tables in a base              |
| `list_records`   | List records with optional filters |
| `get_record`     | Get a specific record              |
| `create_record`  | Create a new record                |
| `update_record`  | Update a record                    |
| `delete_record`  | Delete a record                    |
| `search_records` | Search records by field value      |
