Skip to content

Use Cases

SCC CLI addresses specific challenges teams face when adopting AI coding agents. This section explores the most common use cases.

Organizations adopting AI coding agents across multiple teams need:

  • Consistent configurations (team profiles across providers)
  • Security policies (plugin governance, network control)
  • Provider management (Claude Code, Codex, or both)
  • Diagnostics and audit surfaces (scc config explain, dry runs, scc support launch-audit)

Teams working with sensitive code want:

  • Container isolation (OCI sandboxing)
  • Built-in safety engine (fail-closed git and network command interception)
  • Topology-enforced network egress (proxy sidecar, not just env vars)
  • Protected git history (safety engine + optional safety-net plugin)

Developers running multiple AI experiments need:

  • Branch isolation (git worktrees with protected branch prompts)
  • Session management (resume, list, stop, prune)
  • Provider flexibility (different providers for different tasks)
  • Clean separation from main development