Skip to main content
Get started with preconfigured sandbox images. Base images are available for every team and you can start building immediately.

Quick Start

Available Images

Runtime Defaults

All current base images share a few defaults:
  • Ubuntu 24.04 as the base OS.
  • A default ubuntu sudo user with home directory at /home/ubuntu.
  • Default working directory set to /home/ubuntu.

Which Image To Choose

  • Choose node when you want a minimal JavaScript or TypeScript runtime.
  • Choose openclaw when you want a Node runtime with the OpenClaw CLI preinstalled.
  • Choose claude-code when you want a Node runtime with the Claude Code CLI preinstalled.
  • Choose codex when you want a Node runtime with the Codex CLI preinstalled.
  • Choose python when your workload is Python-first and you want pip and venv ready out of the box.
  • Choose node-chromium when you need a browser-capable image with Chromium already installed and want the best starting point for browser automation or desktop-style workflows.

Next Steps