Write File to Sandbox
sandbox_fs_writeWrite content to files inside a sandbox, automatically creating parent directories as needed.
Instructions
Write content to a file inside the sandbox. Creates parent directories as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Sandbox name | |
| path | Yes | Absolute path inside the sandbox | |
| content | Yes | File content to write |