Write a file
Read a file
List a directory
Stream large files
For files too large to fit in memory, use streaming. Data is transferred in chunks of approximately 3 MiB each.Copy from host
Copy a file from the host machine into the sandbox in a single call.Reference
For exact filesystem APIs, see TypeScript, Rust, Python, or Go. For host-to-sandbox copies, seemsb copy.