Chats
Deploy Chat
Triggers a Vercel deployment for a chat. Creates a Vercel project if one does not exist.
post/chats/{chatId}/deploy
Path parameters
chatIdstring required
The unique identifier of the chat.
Response
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.