One change
Choose a sandbox environment
sandbox-environments
Nearest release: v2.1.236, published 3 hours after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
sandbox-environments Changed · +2 / -2 lines
from line 157
## Enforce isolation across an organization -Individual developers can opt into any approach above. What an organization can enforce, and with which tools, depends on the approach: +Individual developers can opt into any of the sandboxing approaches on this page. What an organization can enforce, and with which tools, depends on the approach: * **Built-in Bash sandbox**: the only approach Claude Code enforces itself. Deliver the `sandbox` settings keys through [managed settings](/docs/en/settings#settings-files), either as a file managed by your MDM or through [server-managed settings](/docs/en/server-managed-settings) on Claude.ai. See [Enforce sandboxing with managed settings](/docs/en/sandboxing#enforce-sandboxing-with-managed-settings) for the keys to deploy and how to keep developers from widening the policy. * **Dev containers**: commit the [example dev container](/docs/en/devcontainer) to your repositories to standardize the environment across a team. This is a convention rather than an enforcement boundary, because Claude Code does not require a container. If developers should not be able to run Claude Code outside it, enforce that with your organization's device management or software allowlisting tools.
from line 165
## See also -These pages cover configuration and policy details for the approaches above. +These pages cover configuration and policy details for the sandboxing approaches on this page. * [Sandboxing](/docs/en/sandboxing): configure the built-in sandboxed Bash tool * [Dev container](/docs/en/devcontainer): the preconfigured Docker development container