write_file
Write content to files in Replit workspaces to manage code, configurations, or documentation directly from AI assistants.
Instructions
Write content to a file in a Replit workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to write | |
| content | Yes | Content to write to the file | |
| replId | No | Optional repl ID (uses active repl if not specified) |