integrations

Create Vercel Project

Links a Vercel project to an existing v0 project. Enables Vercel-related features and deployment integration within the v0 workspace.

post/integrations/vercel/projects

Request body

projectIdstring required

The ID of the v0 project to link to the new Vercel project.

namestring required

The name to assign to the new Vercel project.

Response

Success

idstring required

A unique identifier for the linked Vercel project.

object'vercel_project' required

Fixed value identifying this object as a Vercel project.

namestring required

The name of the Vercel project.

Changes