Back to Microsandbox

Compatibility

docs/cloud/compatibility.mdx

0.6.93.5 KB
Original Source
<Note> microsandbox cloud is in [private beta](/cloud/overview). This page was last reviewed on **August 2, 2026**. Capabilities that are limited or unavailable today are actively being worked on, and will move up this page as they become available on cloud. </Note>

The SDKs and CLI expose one surface for both backends, and almost all of it behaves identically on cloud. This page lists what works today, what is limited, and the recommended alternative for anything not yet available.

Fully supported

The core workflow (create, execute, connect, persist) is identical on both backends.

CapabilitySDKCLI
Backend auto-selection
Sandbox: lifecycle (create, configure, list, inspect, reconnect, start, stop, restart, remove)
Sandbox: execution (exec, shell, streaming, interactive PTY)
Filesystem: guest access⚠️
Filesystem: copy from the host
Networking: policies and profiles
SSH: client sessions
SSH: SFTP (no dedicated CLI command)N/A
Logs: live follow
Volumes: create, mount, tmpfs (named volumes, tmpfs, manage)

Not yet available

CapabilityUse instead
Sandbox: disk snapshotsNamed volumes for state that must survive sandbox replacement
Sandbox: force kill and drainGraceful stop
Sandbox: ping and touchN/A
Sandbox: modify and resizeRecreate with the new configuration
Sandbox: resource metricsExternal monitoring of the workload itself
Logs: historical readsSDK live follow, persisted externally
Images: cache managementSpecify an OCI image on create; cloud pulls it for you
Networking: published portsN/A
Networking: custom nameserversPlatform-managed DNS
Networking: TLS interception and host-CA trustN/A
Volumes: host-side access to unmounted volumesMount the volume, then use the sandbox filesystem

Limited

CapabilitySDKCLIGuidance
Sandbox: duration and idle policies⚠️⚠️Stop and remove sandboxes explicitly
Sandbox: custom hostname⚠️⚠️Cloud assigns the hostname
Images: pull progress⚠️⚠️Use normal create; cloud reports no per-layer progress
SSH: reusable server⚠️SDK works with explicit key material; otherwise use msb ssh
Volumes: bind and disk-image mounts⚠️⚠️Host paths resolve against your org's host volume, not the machine running the SDK or CLI
Volumes: metadataUse the SDK

Legend: ✅ available · ⚠️ limited · ❌ unavailable · N/A not applicable