Skip to main content
These examples start with the smallest useful microsandbox workflow. Short commands stay together; longer workflows are split into run, use, and cleanup steps so the important boundary is easy to see.

Start with these

OpenCode

Run a terminal coding agent against an isolated copy of your project.

code-server

Open an isolated VS Code workspace in the browser.

GitHub Actions runner

Operate one production-safe JIT runner in a fresh microVM.

Compose tests

Run a multi-container stack without exposing the host Docker socket.

Warm workers

Snapshot a toolchain once, then launch clean, prepared workers.

Parallel batch jobs

Fan out bounded jobs and collect checked artifacts independently.

Scrapy crawler

Crawl into bounded JSON with robots.txt and network controls.

Media processing

Convert untrusted media without mounting the host directory writable.

Browse by workflow

  • Agents: OpenCode, OpenClaw, Goose, Gemini CLI, Hermes Agent, and Pi.
  • CI/CD: Ephemeral GitHub Actions runners, isolated PR checks, Docker Compose integration tests, and time-limited preview deploys.
  • Automation: Scheduled dependency audits and parallel batch dispatch.
  • Tool isolation: Vet native Terraform providers in constrained workers.
  • Web Automation: Playwright browser jobs and bounded Scrapy crawls.
  • Systems and data: Docker, systemd, VNC, PostgreSQL, Redis, migrations, metrics backends, and file processing.