create_file
Create new files in Replit workspaces by specifying a path and optional content, enabling AI assistants to manage file operations directly.
Instructions
Create a new file in a Replit workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the new file | |
| content | No | Initial content for the file (default: empty) | |
| replId | No | Optional repl ID (uses active repl if not specified) |