---
title: "Deploy Chat"
method: POST
path: "/chats/{chatId}/deploy"
tags: ["Chats"]
---

# Deploy Chat

`POST /chats/{chatId}/deploy`

Triggers a Vercel deployment for a chat. Creates a Vercel project if one does not exist.

## Path parameters

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

## Response `200`

A deployment created for a chat. The deployment build runs asynchronously on Vercel - use the Vercel API with the returned deploymentId to track status, fetch logs, or read build errors.

- object — A deployment created for a chat. The deployment build runs asynchronously on Vercel - use the Vercel API with the returned deploymentId to track status, fetch logs, or read build errors.
  - `deploymentId` string, required — Unique identifier of the Vercel deployment.
  - `vercelProjectId` string, required — The Vercel project that the deployment belongs to.

## 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)
