vibekit_write_file
Write or update files in a VibeKit app workspace to edit source code directly. Specify app ID, path, and content to automate code changes.
Instructions
Write or update a file in an app's workspace. Use this to edit code directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to workspace root, e.g. 'src/index.ts' | |
| appId | Yes | App ID or subdomain slug | |
| content | Yes | Full file content to write |