Skip to content

Comparisons

SCC CLI takes a specific approach to running AI coding agents: container-based sandboxing with centralized team governance. This section compares that approach to other common setups.

SCC is purpose-built for running AI coding agents in teams. It combines:

CapabilityWhat SCC Provides
Container IsolationEvery session runs in an OCI container — the agent cannot access host files outside mounted paths
Multi-ProviderRun Claude Code, Codex, or both through the same governed pipeline; switch per session
Team ProfilesOrg admins define plugins, MCP servers, and policies; developers run scc setup once
Built-in SafetyFail-closed safety engine blocks destructive git commands and network tools
Network EnforcementTopology-enforced web egress via proxy sidecar, not just env vars
Git WorktreesCreate isolated branches for each AI task without polluting main
Plugin GovernanceApprove or block plugins at the org level; security blocks are absolute
If you need…Consider
Maximum isolation and team governanceSCC CLI
Simple local development (solo)Local agent (Claude Code or Codex directly)
Containerized IDE experienceDev Containers + SCC or local agent
Full control over Docker configurationManual Docker setup