A3S Box guides
A3S Box is a local OCI workload runtime, not a hosted Sandbox service or a remote control plane. The CLI, native SDKs, and Agent Skill ultimately operate the same runtime installed on the current machine.
The default execution path uses a MicroVM with a dedicated Linux guest kernel. On a certified Linux host, a shared-kernel Sandbox is an explicit choice; Box never falls back between the two isolation classes.
Start here
This order gets a minimal workload running before explaining the runtime boundary, then moves into durable image, data, and network resources. For one command, go directly to the CLI reference. If the language is already decided, start from the SDK overview.
Choose the execution boundary
A shared-kernel Sandbox does not protect against a host-kernel exploit, a hostile host administrator, hardware side channels, or data deliberately exposed through a bind mount. Use the default MicroVM when those risks matter.
Choose how to use Box
All three entries share one execution manager, image store, volumes, networks, snapshots, logs, and generation fences. None creates a second local state model.