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

# Vercel

> Connect Vercel to Adapt with an access token to inspect projects, deployments, and domains

Connect Vercel to Adapt with a personal access token so Adapt can read your
projects, deployments, and domains.

## Set up credentials

<Steps>
  <Step title="Open token settings">
    Sign in to [Vercel](https://vercel.com/), then go to
    **Account Settings > Tokens** (the
    [Account Tokens page](https://vercel.com/account/tokens)). Tokens are created
    from your personal account, not a team.
  </Step>

  <Step title="Create a token">
    Click **Create**, then enter a descriptive name for the token.
  </Step>

  <Step title="Set scope and expiration">
    Choose the **Scope** that matches the account or team whose resources you
    want Adapt to access, and select an **Expiration** (1 day up to 1 year).
  </Step>

  <Step title="Copy the token">
    Click **Create Token** and copy the value immediately. It is shown only once
    and cannot be retrieved later.
  </Step>
</Steps>

## Connect to Adapt

<Steps>
  <Step title="Open Integrations">
    In Adapt, go to **Settings > Integrations**.
  </Step>

  <Step title="Find Vercel">
    Search for **Vercel** and select it from the catalog.
  </Step>

  <Step title="Start the connection">
    Click **Connect** to open the connection form.
  </Step>

  <Step title="Add your credentials">
    Enter the values you gathered above, then click **Add connection**:

    | Secret Name    | Value                    |
    | -------------- | ------------------------ |
    | `VERCEL_TOKEN` | Your Vercel access token |

    You can rename the connection and choose whether it is shared with your
    organization or kept personal to you.
  </Step>

  <Step title="Test the connection">
    Ask Adapt to list your projects.
  </Step>
</Steps>

### Security

* Credentials are encrypted at rest with AES-256
* Scope the token to the specific team or project Adapt needs and set a short expiration to limit exposure if it leaks
* Rotate or revoke tokens you no longer use from the Account Tokens page
* Never share your token or commit it to source control

## Capabilities

Adapt can inspect your Vercel projects, deployments, and domains within the
scope of the access token.

### Examples

```
List my Vercel projects and their production domains.
```

```
Show the most recent deployments and their status.
```

```
Which of my deployments failed in the last week?
```

```
List the custom domains configured across my projects.
```
