vibekit_submit_task
Submit a coding task to build or change features. The AI writes code, commits to GitHub, and deploys to a live URL, returning a task ID to track progress.
Instructions
Submit a coding task to VibeKit. The AI will write code, commit to GitHub, and deploy to {subdomain}.vibekit.bot. Returns a task ID to poll for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | GitHub repo in format 'owner/repo'. Optional — will use user's current repo if not specified. | |
| task | Yes | What you want built or changed. Be specific about features, design, and behavior. | |
| branch | No | Git branch to work on. Default: main | |
| deploy | No | Auto-deploy to Vercel when done. Default: true | |
| callbackUrl | No | Webhook URL to receive task completion notification. |