Create Project
Creates a new v0 project with an optional description, icon, environment variables, and instructions. Projects help organize chats and manage context.
Request body
The name of the project.
A brief summary of the project’s purpose.
An icon identifier to visually represent the project.
Guidance or goals that provide context for the model when working within the project.
The ID of an existing Vercel project to link to. If not provided, a new Vercel project will be created.
The privacy setting for the project. For user accounts, this is always "private". For team/enterprise accounts, this can be either "private" or "team".
Response
Success
A unique identifier for the project.
Fixed value identifying this object as a project.
The name of the project as defined by the user.
The privacy setting for the project - either private or team.
Optional ID of the linked Vercel project, if connected.
The ISO timestamp representing when the project was created.
The ISO timestamp of the most recent update, if available.
The API endpoint URL for accessing this project programmatically.
The web URL where the project can be viewed or managed.
The description of the project.
The instructions for the project.