Skip to main content
The SDK embeds the microsandbox runtime directly into 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.

Installation

For explicit runtime installation, verification, custom install locations, and environment overrides, see Runtime setup.

Small example

Create a sandbox from a container image, run a command, print the output, and stop it.

Reference

Choose the SDK for your language: For low-level protocol integrations, see the Agent Client references for Rust, TypeScript, Python, and Go. See also error handling.