Skip to main content
The OpenAI Codex agent runtime in Jinzo is configured through in-app settings. These options control sandbox isolation, network access, web search, and structured output behavior.

Sandbox Mode

Controls file and network isolation for the Codex agent during runs.
ModeDescription
Read OnlyAgent cannot modify files
Workspace WriteAgent can write files within the workspace only (default)
Full AccessNo restrictions — agent has full filesystem access
Full Access mode disables all file isolation. Only use this in trusted environments where the agent should have unrestricted access to the filesystem.

Network Access

Toggle network access within workspace-write sandbox mode. When enabled, the agent can make outbound network requests during runs. Disabled by default in read-only mode. Allow the agent to search the web during runs. When enabled, the agent can fetch live search results to inform its responses and code generation.

Skip Git Check

By default, Codex requires the workspace directory to be a Git repository. Enable this option to allow running in non-git directories.