Skip to content
Last updated

Vercel integration

Vercel is a cloud platform for frontend developers that enables deploying, scaling, and managing web applications. Integrating Vercel with Frontegg allows your application to access deployments, projects, domains, and environment variables on behalf of your users using a Vercel API access token.


Prerequisites

  • A Vercel account
  • Access to your Vercel account settings

Connect Vercel

Step 1: Open account settings

Log in to Vercel and click your avatar or team name in the top navigation. In the left sidebar, click Settings to open the account settings page. Then click Tokens in the sidebar.

Vercel account settings

Step 2: Open the Tokens page

On the Tokens page you can create and manage API access tokens for your account. The Create Token form is at the top of the page.

Vercel Tokens page

Step 3: Create a new token

Fill in the Create Token form:

  • Token Name — Enter a descriptive name (e.g., Frontegg Integration)
  • Scope — Select Full Account to grant access across all your projects and resources
  • Expiration — Select an expiration period or choose No Expiration

Click Create to generate the token.

Vercel create token form

Step 4: Copy your token

After clicking Create, a dialog appears showing your new token. Copy the token value and store it in a safe place.

Copy your token now

This is the only time Vercel will display the token value. If you lose it, you will need to delete the token and create a new one.

Vercel token created dialog

Step 5: Confirm token creation

Click Done to close the dialog. Your new token appears in the token list.

Vercel token list

Configure the Frontegg portal

Once you have obtained your Vercel API token from the steps above, enter it in the integration configuration page of the Frontegg portal:

  1. Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Vercel.
  2. Enter the API token in the Token field.
  3. Click Save.

Keep your token secure

Never share or commit your API token to version control.

Additional resources