sandbox_file_write
Write content to a file in a sandbox, automatically creating parent directories and overwriting existing files.
Instructions
Write content to a file in a sandbox. Creates parent directories automatically. Overwrites if file exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sandboxId | Yes | The sandbox ID. | |
| path | Yes | Absolute path to the file inside the sandbox. | |
| content | Yes | The content to write to the file. |