---
title: "Create Vercel Project"
method: POST
path: "/chats/{chatId}/vercel-project"
tags: ["Chats"]
---

# Create Vercel Project

`POST /chats/{chatId}/vercel-project`

Creates a Vercel project and attaches it to the chat.

## Path parameters

- `chatId` string, required — The unique identifier of the chat.

## Request body

- object
  - `name` string — Name for the Vercel project. When omitted, the chat's title is used.

## Response `201`

Response for status 201

- object
  - `vercelProjectId` string, required — Created Vercel project ID.

## Other responses

- `401` — Response for status 401
- `403` — Response for status 403
- `404` — Response for status 404
- `409` — Response for status 409
- `422` — Response for status 422
- `500` — Response for status 500

---

[API](https://skmtc.net/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.net/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/versions/7c7a496f8022/schema)
