TerragonTerragon Docs
Configuration/Environment Setup

Sandbox Environment

Learn about the cloud sandbox environments that Terragon provides for running your code.

Sandbox Specifications

When Terragon runs your code, it uses cloud sandboxes with:

2 CPU cores

4 GB RAM

20 GB disk space

Ubuntu 24.04

Latest version of Claude Code CLI

Latest version of Codex CLI

Pre-installed Tools

The sandbox environment includes a comprehensive set of development tools:

Languages

  • Python 3
  • Node.js 22
  • PHP
  • Bun
  • Rust

Package Managers

  • npm
  • pnpm
  • bun
  • pip
  • Composer (PHP)
  • cargo

Development Tools

  • GCC compiler
  • Docker CE (with docker-compose and buildx)
  • GitHub CLI (gh)
  • curl, unzip, gnupg, and other utilities

Customizing Your Sandbox

You can customize the tools available in your sandbox by configuring custom setup scripts.