write_file
Create or update a file in an app. Parent directories are created automatically. Maximum content size: 1MB. The app will auto-restart when files change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain | |
| path | Yes | File path to write (e.g. "index.js", "src/app.ts") | |
| content | Yes | File content to write |