Create Deployment
Create a new deployment for a specific chat and version. This will trigger a deployment to Vercel.
Usage
API Signature
Request
Body
Response
A unique identifier for the deployment.
Fixed value identifying this object as a deployment.
URL to the deployment inspector.
The ID of the chat that this deployment is scoped to.
The ID of the project that this deployment is scoped to.
The ID of the version that this deployment is scoped to.
The API endpoint URL for accessing this deployment programmatically.
The web URL where the deployment can be viewed or managed.
Download version files
Download all files for a specific chat version as a zip or tarball archive. Use includeDefaultFiles=true to include all deployment files (package.json, configuration files, etc.) or false/omitted to return only the generated source files.
Find Deployments
Find deployments by project and chat IDs. This will return a list of deployments for the given project and chat IDs.