Skip to content

SCC CLI

Sandbox Claude Code in Docker with a team-managed coding CLI and guardrails

If you are searching for a Claude Code sandbox or a sandboxed coding CLI, start here.

Isolated Execution

Code runs in Docker sandboxes. Your host system stays protected from AI-generated commands.

Standardized Configs

Organization-managed profiles distributed via a single URL. No manual setup for developers.

Git Guardrails

Block destructive commands like push --force and reset --hard automatically with safety-net policies.

Parallel Development

Isolated git worktrees per feature branch. Multiple Claude sessions without conflicts.

  1. Install SCC CLI

    Terminal window
    uv tool install scc-cli
  2. Verify your environment

    Terminal window
    scc doctor
  3. Configure and launch

    Terminal window
    scc setup # Paste your org config URL
    scc start # Launch in current directory
SettingOrg AdminTeam LeadDeveloper
Block dangerous plugins✅ Sets❌ Cannot override❌ Cannot override
Default plugins for all teams✅ Sets
Team-specific plugins✅ Approves✅ Chooses
Project-local config (.scc.yaml)✅ Can restrict✅ Can restrict✅ Extends
Safety-net policy✅ Sets❌ Cannot override❌ Cannot override