Sandboxes
Filesystem
Read and write files inside a running sandbox
The filesystem API lets you read, write, and manage files inside a sandbox without mounting volumes or SSH. It uses the same channel as command execution, so it doesn’t touch the sandbox’s network.
Handy for pushing generated code into a sandbox, pulling back results, or inspecting logs without having to pre-mount a shared directory.