Foundations Module 4 · Cheat Sheets

Cloud Sandbox Cheat Sheet

Last reviewed

What you'll learn

~5 min
  • Compare cloud sandbox options by cost, capabilities, and limitations
  • Identify which sandboxes support CLI tool installation
  • Understand persistence, timeouts, and gotchas for each option
  • Know where to check for current pricing and quotas

A single reference for every cloud sandbox option. Bookmark this page — prices and quotas change frequently.

💡Not sure where to start?

Recommended for beginners: Start with Claude Code Web (claude.ai/code) for zero-setup project editing, or Codespaces if you want a full terminal. Both work on any machine with a browser. Codex Cloud is available at chatgpt.com/codex.

Last verified: May 2026

Cloud sandbox pricing, free tiers, and quotas change regularly. Always check the provider’s official pricing page before making a decision. Links to official docs are included in each row below.

Pricing & Access

Pricing & Access

Cost, free tiers, and authentication for each cloud sandbox

SandboxProviderCostFree TierAuth Method
Claude Code WebAnthropicPro $20/mo, Max 5x $100/mo, Max 20x $200/moNone — paid plan required (Pro/Max/Team Premium/Enterprise)Anthropic account + GitHub
Codex CloudOpenAIGo $8/mo, Plus $20/mo, Pro $100/mo, Pro (max) $200/moTrial-only on FreeOpenAI account (token-credit model since Apr 2026)
GitHub CodespacesGitHubFree tier + paid overage; underlying quota is 120 core-hours/mo60 hrs/mo on a 2-core machine, 15 GB storageGitHub account + Copilot Free
Google Cloud ShellGoogleFree50 hrs/week, 5 GB persistent storage; idle timeout 40 minGoogle account
CursorCursorHobby (free), Pro $20/mo, Business $40/user/moHobby tier — no credit cardCursor account
BoltStackBlitzFree tier + paid plans1M tokens/mo on freeStackBlitz/GitHub account
v0VercelFree tier + paid plans$5 starter credits, ~7 messages/dayVercel account
Replit AgentReplitEffort-based pricing ($0.25/Agent checkpoint, $0.05/Assistant checkpoint)Starter (limited)Replit account
ChatGPT InterpreterOpenAIPlus $20/mo, Pro $100/mo, Pro (max) $200/moLimited free accessOpenAI account
Gemini WebGoogleFree tier availableGenerous daily usageGoogle account

Capabilities

Capabilities

What each sandbox can and cannot do

CapabilityClaude Code WebCodex CloudCodespacesCloud ShellChatGPT InterpreterGemini Web
Multi-file projectsYes (via GitHub)YesYesYesUpload/download onlyUpload/download only
Install CLI toolsNoNoYesPartial (session only)NoNo
Shell commandsSandboxedSandboxedFullFullSandboxedNo
Persistent storageVia GitHubVia ChatGPTYes (30-day idle limit)5 GB home dirNoNo
Offline useNoNoNoNoNoNo
Chromebook supportYesYesYesYesYesYes
Network accessLimitedLimitedFullFullNoNo

Persistence & Gotchas

Persistence & Gotchas

What survives between sessions and key limitations

SandboxWhat PersistsWhat Doesn’tIdle TimeoutKey Gotcha
Claude Code WebCommits pushed to GitHubUncommitted work, environment stateSession-basedMust connect a GitHub repo — no standalone file editing
Codex CloudTask history in ChatGPTEnvironment state between tasksTask-basedEach task runs in a fresh environment
CodespacesEverything in the codespaceCodespaces auto-delete after 30 days of inactivity30 min defaultFree tier hours deplete faster on 4-core machines
Cloud ShellFiles in ~/ (5 GB), tools installed via nvm in ~/System-level packages outside ~/40 min inactive, 12 hr maxInstall CLI tools yourself via nvm + npm (Node lives in ~/). Pre-installed tooling varies — verify with which gemini before assuming. Also see the Vertex AI Express 90-day trial for additional capacity.
ChatGPT InterpreterNothingEverythingSession-basedUpload/download only — no persistent file tree
Gemini WebNothingEverythingSession-basedCannot run shell commands or install packages
💡Choosing your sandbox?

This cheat sheet is your reference for specs. For help deciding which sandbox to use, see Choosing Your Cloud Sandbox. For hands-on setup, see Your First Sandbox.

🏛️In Your Field: Government / State Devclick to expand

Data sovereignty warning: All cloud sandboxes process your code and data on external servers. Do not paste sensitive, PII, CUI, or classified agency data into public cloud sandboxes without explicit authorization from your security office. Verify that your agency’s firewall allows connections to claude.ai, github.com, chatgpt.com, shell.cloud.google.com, or gemini.google.com. Codespaces and Cloud Shell often work on networks that block direct software installation, since they run entirely in the browser. Check with your IT security team for approved cloud development environments.

📊In Your Field: MIS / Businessclick to expand

University computer labs typically block software installation but allow web access. Codespaces is the strongest option for class projects — the free tier is usually sufficient for coursework, and your professor may provide a template repository through GitHub Classroom. If your lab network blocks GitHub, Cloud Shell is a fallback for terminal practice.

🧬In Your Field: Biotechclick to expand

Shared lab workstations where you cannot install software are common in research environments. For bioinformatics scripting, Codespaces provides a full Linux environment with pre-installed Node.js and Python. For quick data processing tasks (parsing CSVs, reformatting FASTA files), ChatGPT Interpreter works well — upload the file, describe the transformation, download the result.

Key Takeaways

  • Codespaces is the most flexible — it is a real Linux machine where you can install any CLI tool from this course
  • Claude Code Web is the closest to the terminal CLI experience — but it’s a paid-plan-only research preview (no free tier)
  • Cloud Shell is the fastest zero-setup terminal — good for practicing commands, limited for full development
  • Codex Cloud now bills by token credits — even Plus subscribers can hit a hard wall mid-task; treat it like a project budget
  • Replit Agent’s effort-based billing can produce surprise charges — set a spend cap before long agent runs
  • Prices and quotas change frequently — always check the provider’s official page before committing
  • All cloud sandboxes require internet access — none work offline