Spawning an agent can now carry an 'isolation' setting through to its configuration
The list of settings recognized when serializing an agent's spawn configuration (for example, for the SDK) now includes isolation, alongside existing settings like background and omitClaudeMd. Separately, the schema validating spawn options for isolation, observer, and observer message was refactored to use shared helper definitions instead of separate inline ones.
This lets an agent's isolation setting actually be carried through when its configuration is passed along, rather than being dropped during serialization.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
The session temp directory is writable inside the sandbox by default, alongside the working directory. Unless you [disable filesystem isolation](#disable-filesystem-isolation), Claude Code sets `$TMPDIR` to this directory for sandboxed com…sandboxing see the edit
MCP connectors you enable on a session or routine work without adding their hosts to **Allowed domains**, because connector traffic travels through Anthropic's servers rather than the session's network. This relies on the same Anthropic-bo…cloud-environments see the edit
A small documentation edit on Configure cloud environments touched a line naming isolation after this was published.