write_file
Writes text content to a file in a sandbox, automatically creating any missing parent directories.
Instructions
Write text content to a file in a sandbox. Creates parent directories automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute file path to write | |
| content | Yes | File content to write | |
| sandbox_id | Yes | Sandbox ID |