Reference
6 min read

Requirements for listing an integration

Learn about all the requirements and guidelines needed when creating your Integration.
Table of Contents

Defining the content specs helps you create the main cover page of your integration. On the marketplace listing, the cover page looks like this.

Integration overview page.
Integration overview page.

The following requirements are located in the integrations console.

  • Character Limit: 64
  • Required: Yes

This is the integration title which appears on Integration overview. This title should be unique.

  • Character Limit: 32
  • Required: Yes

This will create the URL for your integration. It will be located at:

example-url
https://vercel.com/integrations/<slug>
  • Character Limit: 64
  • Required: Yes

The name of the integration owner, generally a legal name.

  • Required: Yes

There are two types of email that you must provide:

  • Contact email: This is the contact email for the owner of the integration. It will not be publicly visible and will only be used by Vercel to contact you.
  • Support contact email: The support email for the integration. This email will be publicly listed and used by developers to contact you about any issues.

As an integration creator, you are responsible for the support of integration developed and listed on Vercel. For more information, refer to Section 3.2 of Vercel Integrations Marketplace Agreement .

  • Character Limit: 40
  • Required: Yes

The integration tagline on the Marketplace card, and the Integrations overview in the dashboard.

  • Required: Yes

The image displayed in a circle, that appears throughout the dashboard and marketing pages. Like all assets, it will appear in both light and dark mode.

You must make sure that the images adhere to the following dimensions and aspect ratios:

Spec NameRatioSizeNotes
Icon1:120-80pxHigh resolution bitmap image, non-transparent PNG, minimum 256px
  • Required: Yes

The category of your integration is used to help developers find your integration in the marketplace. You can choose from the following categories:

  • Commerce
  • Logging
  • Databases
  • CMS
  • Monitoring
  • Dev Tools
  • Performance
  • Analytics
  • Experiments
  • Security
  • Searching
  • Messaging
  • Productivity
  • Testing
  • Observability
  • Checks
  • Required: Yes

The following URLs must be submitted as part of your application:

  • Website: A URL to the website related to your integration
  • Documentation URL: A URL for users to learn how to use your integration
  • EULA URL: The URL to your End User License Agreement (EULA) for your integration. For more information about your required EULA, see the Integrations Marketplace Agreement, section 2.4.
  • Privacy Policy URL: The URL to your Privacy Policy for your integration. For more information about your required privacy policy, see the Integrations Marketplace Agreement, section 2.4.
  • Character Limit: 768
  • Required: Yes

This is a long description about the integration. It should describe why and when a user may want to use this integration. Markdown is supported.

  • Character Limit: 1024
  • Required: No

Additional steps to install or configure your integrations. Include environment variables and their purpose. Markdown is supported.

  • Required: Yes

These are a collection of images displayed on the carousel at the top of your marketplace listing. We require at least 1 image, but you can add up to 5. The images and text must be of high quality.

These gallery images will appear in both light and dark mode. Avoid long text, as it may not be legible on smaller screens.

Also consider the 20% safe zone around the edges of the image by placing the most important content of your images within the bounds. This will ensure that no information is cut when cropped.

Your media should adhere to the following dimensions and aspect ratios:

Spec NameRatioSizeNotes
Gallery Images3:21440x960pxHigh resolution bitmap image, non-transparent PNG. Minimum 3 images, up to 5 can be uploaded. You can upload 1 video link too
  • Required: No

API Scopes define the level of access your integration will have to the Vercel REST API. When setting up a new integration, you need to:

  • Select only the API Scopes that are essential for your integration to function
  • Choose the appropriate permission level for each scope: None, Read, or Read/Write

After activation, your integration may collect specific user data based on the selected scopes. You are accountable for:

Select API Scopes for your integration.
Select API Scopes for your integration.

Learn more about API scope permissions in the Extending Vercel documentation.

  • Required: No

With your integration, you can listen for events on the Vercel platform through Webhooks. The following events are available:

The following events are available for deployments:

The following events are available for configurations:

The following events are available for domains:

The following events are available for projects:

The following events are available for checks:

See the Webhooks documentation to learn more.

  • Required: No

To allow the developer to configure an installed integration, you can specify a Configuration URL. This URL is used for the Configure button on each configuration page. Selecting this button will redirect the developer to your specified URL with a configurationId query parameter. See Interacting with Configurations to learn more.

If you leave the Configuration URL field empty, the Configure button will default to a Website button that links to the website URL you specified on integration settings.

  • Required: Yes

You must agree to the Vercel Integrations Marketplace Agreement before your integration can be published.

  • Required: Yes

The Redirect URL is an HTTP endpoint that handles the installation process by exchanging a code for an API token, serving a user interface, and managing project connections:

  • Token Exchange: Exchanges a provided code for a Vercel REST API access token
  • User Interface: Displays a responsive UI in a popup window during the installation
  • Project Provisioning: Allows users to create new projects or connect existing ones in your system to their Vercel Projects
  • Completion: Redirects the user back to Vercel upon successful installation

For local development and testing, you can specify a URL on localhost.

Usage Scenario: For installations initiated from the Vercel Marketplace.

  • Post-Installation: After installation, the user is redirected to a page on your side to complete the setup
  • Completion: Redirect the user to the provided next URL to close the popup and continue
NameDefinitionExample
codeThe code you received.jMIukZ1DBCKXHje3X14BCkU0
teamIdThe ID of the team (only if a team is selected).team_LLHUOMOoDlqOp8wPE4kFo9pE
configurationIdThe ID of the configuration.icfg_6uKSUQ359QCbPfECTAY9murE
nextEncoded URL to redirect to, once the installation process on your side is finished.https%3A%2F%2Fvercel.com%2F...
sourceSource defines where the integration was installed from.marketplace

Usage Scenario: When you're initiating the installation from your application.

  • Starting Point: Use this URL to start the process: https://vercel.com/integrations/:slug/new - :slug is the name you added in the Create Integration form
NameDefinitionExample
codeThe code you received.jMIukZ1DBCKXHje3X14BCkU0
teamIdThe ID of the team (only if a team is selected).team_LLHUOMOoDlqOp8wPE4kFo9pE
configurationIdThe ID of the configuration.icfg_6uKSUQ359QCbPfECTAY9murE
nextEncoded URL to redirect to, once the installation process on your side is finished.https%3A%2F%2Fvercel.com%2F...
stateRandom string to be passed back upon completion. It is used to protect against CSRF attacks.xyzABC123
sourceSource defines where the integration was installed from.external

Usage Scenario: For installations using the Vercel deploy button.

  • Post-Installation: The user will complete the setup on your side
  • Completion: Redirect the user to the provided next URL to proceed
NameDefinitionExample
codeThe code you received.jMIukZ1DBCKXHje3X14BCkU0
teamIdThe ID of the team (only if a team is selected).team_LLHUOMOoDlqOp8wPE4kFo9pE
configurationIdThe ID of the configuration.icfg_6uKSUQ359QCbPfECTAY9murE
nextEncoded URL to redirect to, once the installation process on your side is finished.https%3A%2F%2Fvercel.com%2F...
currentProjectIdThe ID of the created project.QmXGTs7mvAMMC7WW5ebrM33qKG32QK3h4vmQMjmY
external-idReference of your choice. See External ID for more details.1284210
sourceSource defines where the integration was installed from.deploy-button

If the integration is already installed in the selected scope during the deploy button flow, the redirect URL will be called with the most recent configurationId.

Make sure to store configurationId along with an access token such that if an existing configurationId was passed, you could retrieve the corresponding access token.

Last updated on February 6, 2023