Write file
file_writeCreate or overwrite a UTF-8 file within an open workspace, enabling controlled file operations for coding agents.
Instructions
Create or overwrite a UTF-8 file inside an open workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | ||
| path | Yes | ||
| content | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| bytes | Yes | ||
| created | Yes |