Documentation Index
Fetch the complete documentation index at: https://docs.microsandbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
New features
- File-level volume mounts. Mounts now target individual files, not just directories. See Sandbox volumes.
fs.readStreamin the TypeScript SDK. Async-iterable file reads instead of buffering whole files in memory.sandbox.metricsStream()in the TypeScript SDK. Async iterable of CPU, memory, and I/O samples, mirroring the Rust SDK.msb shellremoved. Usemsb exec --tty <sandbox> -- bashinstead.
Bug fixes
- The network proxy now recomputes
Content-Lengthafter substituting secrets into request bodies. msb runexecution options (env, cwd, signal handling) only apply when--ttyis set.- Extended attributes on symlinks and
listxattrinitialization now match the underlying VFS.