> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/integrations/vercel-integration.md).

# Vercel Integration

## Resmo + Vercel Integration Fundamentals

<figure><img src="/files/bk8s1beK65s4gx3t5EoR" alt=""><figcaption></figcaption></figure>

Resmo integrates with Vercel to provide asset visibility, security, and compliance for your environment.

### What does Resmo offer to Vercel users?

* Collect your directory assets like members, teams, and projects from your Vercel account.
* Query your Vercel members, teams, projects, and more using SQL or free text search.
* Set up security rules to continuously evaluate your resource security.
* Understand resource relationships in context with graph maps.

### How does the integration work?

Resmo uses API to do the initial polling and collect existing resources. Following the initial polling, it receives updates and changes in real-time through webhook and regular polling.

#### Available resources

Resources you can collect with your Resmo Vercel integration include domains, checks, members, projects, and more.

**See the complete list:**

{% embed url="<https://resources.resmo.com/vercel>" %}

## Integration walkthrough

### How to install

1. Select Vercel on the Intagrations page.
2. Click the Add Integration button at the bottom right corner of the opening modal.
3. Log in to your Vercel account on a new tab.
4. Go to the [Tokens Page](https://vercel.com/account/tokens) on your Vercel account. This page can be found by clicking your avatar and then clicking on Settings.

<figure><img src="/files/F9FHJNlxRGmm8a69Oqog" alt=""><figcaption></figcaption></figure>

5\. Click Create and select the full access scope.

<figure><img src="/files/pkN4VvZAwclWzfL98EUu" alt=""><figcaption></figcaption></figure>

6\. Select the desired expiration time for your token.

<figure><img src="/files/z3GifKly9lkNyuPvPFI1" alt=""><figcaption></figcaption></figure>

7\. Click "Create Token".

<figure><img src="/files/67JuN2bPzPyMph5UgcbU" alt=""><figcaption></figcaption></figure>

8\. Copy your token.

9\. Paste it to the Token field on the setup page.

<figure><img src="/files/AbSN6BkNuUpKnH0I0z5n" alt=""><figcaption></figcaption></figure>

10\. Hit the Create button.

11\. All set! Now you can start running queries on your Vercel resources.

### How to uninstall

1. Select Vercel on your Integrations page.
2. Navigate to the Connected Integrations tab on the opening modal.
3. Click the Vercel integration you want to uninstall.
4. To temporarily pause the integration, click the Disable button. This way, you'll be able to enable it back later. To permanently uninstall it, click the Delete button. This action cannot be undone.

<figure><img src="/files/Nw4S1Eg0HsQfgFPlWr5O" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resmocom.gitbook.io/product/integrations/vercel-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
