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

# Airtable

## What's Supported

### Supported Actions

This connector supports:

* **Proxy Actions**, using the base URL `https://api.airtable.com`.

## Before You Get Started

To integrate Airtable with Ampersand, you will need an [Airtable](https://airtable.com) Account.

Once your account is created, you'll need to register an OAuth app and obtain the following credentials:

* Client ID
* Client Secret
* Scopes

You will then use these credentials to connect your application to Ampersand.

### Create an Airtable Account

Here's how you can sign up for a Airtable account:

* Go to the [Airtable Site](https://airtable.com/signup) and sign up for a free account.
* Sign up using your preferred method and complete any necessary verification.

### Creating an Airtable OAuth App

Follow the steps below to create an Airtable OAuth app:

1. Login to [Airtable](https://airtable.com/login) using your credentials.

2. Go to the [Airtable's Builders Hub](https://airtable.com/create/oauth).

3. Click on **Register New Oauth Integration**.

4. Enter the following details:

   1. **Name:** Choose a name for your application.
   2. **OAuth Redirect URL:** Enter `https://api.withampersand.com/callbacks/v1/oauth`.
   3. Click on **Register Integration**.

5. You will see the **Client ID** here. Click on **Generate client secret** to generate the client secret. Keep these credentials handy to connect your app to Ampersand later.

6. Select the appropriate scopes for your application.

7. Complete the rest of the setup & click on **Save changes**.

<img src="https://mintcdn.com/ampersand-24eb5c1a/i4a56x-Fmj6u7jdE/images/provider-guides/OAuth-airtable.gif?s=f7e7898666982275026919aaa28dccc4" alt="Alt text" width="2442" height="888" data-path="images/provider-guides/OAuth-airtable.gif" />

## Add Your Airtable App Info to Ampersand

1. Log in to your [Ampersand Dashboard](https://dashboard.withampersand.com).
2. Select the project where you want to create an *Airtable* integration.
3. Select **Provider Apps**.
4. Select *Airtable* from the **Provider** list.
5. Enter the previously obtained **Client ID** in the **Client ID** field and the **Client Secret** in the **Client Secret** field.
6. Enter the scopes set for your application in *Airtable*.

<img src="https://mintcdn.com/ampersand-24eb5c1a/i4a56x-Fmj6u7jdE/images/provider-guides/airtable-amp.gif?s=2c9edcdcfb3453b833ddabd022e631f1" alt="Alt text" width="1428" height="1104" data-path="images/provider-guides/airtable-amp.gif" />

7. Click **Save Changes**.
