deployments

Create Deployment

Create a new deployment for a specific chat and version. This will trigger a deployment to Vercel.

post/deployments

Request body

projectIdstring required
chatIdstring required
versionIdstring required

Response

Success

idstring required

A unique identifier for the deployment.

object'deployment' required

Fixed value identifying this object as a deployment.

inspectorUrlstring required

URL to the deployment inspector.

chatIdstring required

The ID of the chat that this deployment is scoped to.

projectIdstring required

The ID of the project that this deployment is scoped to.

versionIdstring required

The ID of the version that this deployment is scoped to.

apiUrlstring uri required

The API endpoint URL for accessing this deployment programmatically.

webUrlstring uri required

The web URL where the deployment can be viewed or managed.

Changes