Skip to content

Examples

These examples are intentionally small. They show the product shape without claiming behavior that is not shipped.

ExampleUse it whenSecurity boundary
AI agent sandboxA model or agent needs to run tools.Deny-by-default network, narrow files, redacted output.
CI/CD ephemeral builderCI needs a disposable Linux build environment.Fresh runtime state, builder VM for image builds, receipts.
Reproducible dev VM from a flakeA project needs a repeatable local Linux runtime.Pinned Nix inputs and explicit runtime sizing.
Code interpreter patternUser code should run outside the host process.Timeout, bounded output, no default secrets.

For SDK-shaped workflows, see SDK overview and Tutorials.