OMA does not require a single hosted image. Runtime availability on this page depends on the E2B or compatible Environment Runner configured by the operator; verify packages and capacity in the target image before deployment.
cloud environments. Self-hosted sandboxes run on your infrastructure with whatever your worker provides.
Managed Agents API requests require the
managed-agents-2026-04-01 beta header, except memory store endpoints, which use agent-memory-2026-07-22 instead. The SDK sets the correct beta header automatically. See Beta headers.Programming languages
Databases
Database servers (such as PostgreSQL and Redis) are not running in the sandbox by default. The sandbox includes client tools for connecting to external database instances. SQLite is fully available for local use.
Utilities
System tools
git- Version controlcurl,wget- HTTP clientsjq- JSON processingtar,zip,unzip- Archive toolsssh,scp- Remote access (requires a networking mode that allows the destination host)tmux,screen- Terminal multiplexers
Development tools
make,cmake- Build systemsdocker- Container management (limited availability)ripgrep(rg) - Fast file searchtree- Directory visualizationhtop- Process monitoring
Text processing
sed,awk,grep- Stream editorsvim,nano- Text editorsdiff,patch- File comparison