deploy_prototype
Deploy React/Next.js code directly to VibeSharing as a prototype, combining Vercel deployment and registration in one step. Confirm the target collection and name with resolve_target before deploying.
Instructions
Deploy code directly to VibeSharing. This deploys your code to Vercel and registers it as a prototype in one step. IMPORTANT: Before calling this, use resolve_target to confirm the collection, project name, and deploy name with the user. Do not deploy without user confirmation on where it should go.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The React/Next.js page code to deploy (typically a page.tsx file) | |
| name | Yes | Name for the prototype (e.g., 'Checkout Flow v2') | |
| prototype_id | No | Optional: existing prototype ID to update (creates new if not provided) |