Getting Started
Overview
Install the SDK and create your first sandbox
The SDK runs microsandbox directly from your application. Running locally, creating a sandbox spawns a VM as a child process; there is no daemon to install and no server to connect to. With an API key set, the same SDK runs sandboxes on microsandbox cloud instead.
Prefer to provision the runtime separately? Node supports external runtime paths but still bundles its runtime and native addon together; Rust lets you disable Cargo-time downloads and leave embedding off. See Runtime setup for installer and SDK setup options.