vibekit_submit_task
Submit a coding task to have AI write code, commit to GitHub, and optionally deploy. Returns a task ID to poll for results.
Instructions
Submit an async coding task to VibeKit. The AI will write code, commit to GitHub, and optionally deploy. Returns a task ID to poll for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | GitHub repo in format 'owner/repo' | |
| task | Yes | What you want built or changed. Be specific. | |
| branch | No | Git branch to work on (default: main) | |
| deploy | No | Auto-deploy when done (default: true) | |
| callbackUrl | No | Webhook URL to receive completion notification |