6 6
7User-level configuration lives in `~/.codex/config.toml`. You can also add project-scoped overrides in `.codex/config.toml` files. Codex loads project-scoped config files only when you trust the project.7User-level configuration lives in `~/.codex/config.toml`. You can also add project-scoped overrides in `.codex/config.toml` files. Codex loads project-scoped config files only when you trust the project.
8 8
9For sandbox and approval keys (`approval_policy`, `sandbox_mode`, and `sandbox_workspace_write.*`), pair this reference with [Sandbox and approvals](https://developers.openai.com/codex/security#sandbox-and-approvals), [Protected paths in writable roots](https://developers.openai.com/codex/security#protected-paths-in-writable-roots), and [Network access](https://developers.openai.com/codex/security#network-access).9Project-scoped config can't override machine-local provider, auth,
10 10notification, profile, or telemetry routing keys. Codex ignores
11| Key | Type / Values | Details |11`openai_base_url`, `chatgpt_base_url`, `model_provider`, `model_providers`,
12| --- | --- | --- |12`notify`, `profile`, `profiles`, `experimental_realtime_ws_base_url`, and
13| `agents.<name>.config_file` | `string (path)` | Path to a TOML config layer for that role; relative paths resolve from the config file that declares the role. |13`otel` when they appear in a project-local `.codex/config.toml`; put those in
14| `agents.<name>.description` | `string` | Role guidance shown to Codex when choosing and spawning that agent type. |14user-level config instead.
15| `agents.max_threads` | `number` | Maximum number of agent threads that can be open concurrently. |15
16| `approval_policy` | `untrusted | on-request | never` | Controls when Codex pauses for approval before executing commands. `on-failure` is deprecated; use `on-request` for interactive runs or `never` for non-interactive runs. |16For sandbox and approval keys (`approval_policy`, `sandbox_mode`, and `sandbox_workspace_write.*`), pair this reference with [Sandbox and approvals](https://developers.openai.com/codex/agent-approvals-security#sandbox-and-approvals), [Protected paths in writable roots](https://developers.openai.com/codex/agent-approvals-security#protected-paths-in-writable-roots), and [Network access](https://developers.openai.com/codex/agent-approvals-security#network-access).
17| `apps.<id>.disabled_reason` | `unknown | user` | Optional reason attached when an app/connector is disabled. |17
18| `apps.<id>.enabled` | `boolean` | Enable or disable a specific app/connector by id (default: true). |18<ConfigTable
19| `chatgpt_base_url` | `string` | Override the base URL used during the ChatGPT login flow. |19 options={[
20| `check_for_update_on_startup` | `boolean` | Check for Codex updates on startup (set to false only when updates are centrally managed). |20 {
21| `cli_auth_credentials_store` | `file | keyring | auto` | Control where the CLI stores cached credentials (file-based auth.json vs OS keychain). |21 key: "model",
22| `compact_prompt` | `string` | Inline override for the history compaction prompt. |22 type: "string",
23| `developer_instructions` | `string` | Additional developer instructions injected into the session (optional). |23 description: "Model to use (e.g., `gpt-5.5`).",
24| `disable_paste_burst` | `boolean` | Disable burst-paste detection in the TUI. |24 },
25| `experimental_compact_prompt_file` | `string (path)` | Load the compaction prompt override from a file (experimental). |25 {
26| `experimental_use_freeform_apply_patch` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform` or `codex --enable apply_patch_freeform`. |26 key: "review_model",
27| `experimental_use_unified_exec_tool` | `boolean` | Legacy name for enabling unified exec; prefer `[features].unified_exec` or `codex --enable unified_exec`. |27 type: "string",
28| `features.apply_patch_freeform` | `boolean` | Expose the freeform `apply_patch` tool (experimental). |28 description:
29| `features.apps` | `boolean` | Enable ChatGPT Apps/connectors support (experimental). |29 "Optional model override used by `/review` (defaults to the current session model).",
30| `features.apps_mcp_gateway` | `boolean` | Route Apps MCP calls through the OpenAI connectors MCP gateway (`https://api.openai.com/v1/connectors/mcp/`) instead of legacy routing (experimental). |30 },
31| `features.child_agents_md` | `boolean` | Append AGENTS.md scope/precedence guidance even when no AGENTS.md is present (experimental). |31 {
32| `features.collaboration_modes` | `boolean` | Enable collaboration modes such as plan mode (stable; on by default). |32 key: "model_provider",
33| `features.elevated_windows_sandbox` | `boolean` | Enable the elevated Windows sandbox pipeline (experimental). |33 type: "string",
34| `features.experimental_windows_sandbox` | `boolean` | Run the Windows restricted-token sandbox (experimental). |34 description: "Provider id from `model_providers` (default: `openai`).",
35| `features.multi_agent` | `boolean` | Enable multi-agent collaboration tools (`spawn\_agent`, `send\_input`, `resume\_agent`, `wait`, and `close\_agent`) (experimental; off by default). |35 },
36| `features.personality` | `boolean` | Enable personality selection controls (stable; on by default). |36 {
37| `features.powershell_utf8` | `boolean` | Force PowerShell UTF-8 output (defaults to true). |37 key: "openai_base_url",
38| `features.remote_models` | `boolean` | Refresh remote model list before showing readiness (experimental). |38 type: "string",
39| `features.request_rule` | `boolean` | Enable Smart approvals (`prefix_rule` suggestions on escalation requests; stable; on by default). |39 description:
40| `features.runtime_metrics` | `boolean` | Show runtime metrics summary in TUI turn separators (experimental). |40 "Base URL override for the built-in `openai` model provider.",
41| `features.search_tool` | `boolean` | Enable `search_tool_bm25` for Apps tool discovery before invoking app MCP tools (experimental). |41 },
42| `features.shell_snapshot` | `boolean` | Snapshot shell environment to speed up repeated commands (beta). |42 {
43| `features.shell_tool` | `boolean` | Enable the default `shell` tool for running commands (stable; on by default). |43 key: "model_context_window",
44| `features.unified_exec` | `boolean` | Use the unified PTY-backed exec tool (beta). |44 type: "number",
45| `features.use_linux_sandbox_bwrap` | `boolean` | Use the bubblewrap-based Linux sandbox pipeline (experimental; off by default). |45 description: "Context window tokens available to the active model.",
46| `features.web_search` | `boolean` | Deprecated legacy toggle; prefer the top-level `web_search` setting. |46 },
47| `features.web_search_cached` | `boolean` | Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "cached"`. |47 {
48| `features.web_search_request` | `boolean` | Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "live"`. |48 key: "model_auto_compact_token_limit",
49| `feedback.enabled` | `boolean` | Enable feedback submission via `/feedback` across Codex surfaces (default: true). |49 type: "number",
50| `file_opener` | `vscode | vscode-insiders | windsurf | cursor | none` | URI scheme used to open citations from Codex output (default: `vscode`). |50 description:
51| `forced_chatgpt_workspace_id` | `string (uuid)` | Limit ChatGPT logins to a specific workspace identifier. |51 "Token threshold that triggers automatic history compaction (unset uses model defaults).",
52| `forced_login_method` | `chatgpt | api` | Restrict Codex to a specific authentication method. |52 },
53| `hide_agent_reasoning` | `boolean` | Suppress reasoning events in both the TUI and `codex exec` output. |53 {
54| `history.max_bytes` | `number` | If set, caps the history file size in bytes by dropping oldest entries. |54 key: "model_catalog_json",
55| `history.persistence` | `save-all | none` | Control whether Codex saves session transcripts to history.jsonl. |55 type: "string (path)",
56| `include_apply_patch_tool` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`. |56 description:
57| `instructions` | `string` | Reserved for future use; prefer `model_instructions_file` or `AGENTS.md`. |57 "Optional path to a JSON model catalog loaded on startup. Profile-level `profiles.<name>.model_catalog_json` can override this per profile.",
58| `log_dir` | `string (path)` | Directory where Codex writes log files (for example `codex-tui.log`); defaults to `$CODEX_HOME/log`. |58 },
59| `mcp_oauth_callback_port` | `integer` | Optional fixed port for the local HTTP callback server used during MCP OAuth login. When unset, Codex binds to an ephemeral port chosen by the OS. |59 {
60| `mcp_oauth_credentials_store` | `auto | file | keyring` | Preferred store for MCP OAuth credentials. |60 key: "oss_provider",
61| `mcp_servers.<id>.args` | `array<string>` | Arguments passed to the MCP stdio server command. |61 type: "lmstudio | ollama",
62| `mcp_servers.<id>.bearer_token_env_var` | `string` | Environment variable sourcing the bearer token for an MCP HTTP server. |62 description:
63| `mcp_servers.<id>.command` | `string` | Launcher command for an MCP stdio server. |63 "Default local provider used when running with `--oss` (defaults to prompting if unset).",
64| `mcp_servers.<id>.cwd` | `string` | Working directory for the MCP stdio server process. |64 },
65| `mcp_servers.<id>.disabled_tools` | `array<string>` | Deny list applied after `enabled_tools` for the MCP server. |65 {
66| `mcp_servers.<id>.enabled` | `boolean` | Disable an MCP server without removing its configuration. |66 key: "approval_policy",
67| `mcp_servers.<id>.enabled_tools` | `array<string>` | Allow list of tool names exposed by the MCP server. |67 type: "untrusted | on-request | never | { granular = { sandbox_approval = bool, rules = bool, mcp_elicitations = bool, request_permissions = bool, skill_approval = bool } }",
68| `mcp_servers.<id>.env` | `map<string,string>` | Environment variables forwarded to the MCP stdio server. |68 description:
69| `mcp_servers.<id>.env_http_headers` | `map<string,string>` | HTTP headers populated from environment variables for an MCP HTTP server. |69 "Controls when Codex pauses for approval before executing commands. You can also use `approval_policy = { granular = { ... } }` to allow or auto-reject specific prompt categories while keeping other prompts interactive. `on-failure` is deprecated; use `on-request` for interactive runs or `never` for non-interactive runs.",
70| `mcp_servers.<id>.env_vars` | `array<string>` | Additional environment variables to whitelist for an MCP stdio server. |70 },
71| `mcp_servers.<id>.http_headers` | `map<string,string>` | Static HTTP headers included with each MCP HTTP request. |71 {
72| `mcp_servers.<id>.required` | `boolean` | When true, fail startup/resume if this enabled MCP server cannot initialize. |72 key: "approval_policy.granular.sandbox_approval",
73| `mcp_servers.<id>.startup_timeout_ms` | `number` | Alias for `startup_timeout_sec` in milliseconds. |73 type: "boolean",
74| `mcp_servers.<id>.startup_timeout_sec` | `number` | Override the default 10s startup timeout for an MCP server. |74 description:
75| `mcp_servers.<id>.tool_timeout_sec` | `number` | Override the default 60s per-tool timeout for an MCP server. |75 "When `true`, sandbox escalation approval prompts are allowed to surface.",
76| `mcp_servers.<id>.url` | `string` | Endpoint for an MCP streamable HTTP server. |76 },
77| `model` | `string` | Model to use (e.g., `gpt-5-codex`). |77 {
78| `model_auto_compact_token_limit` | `number` | Token threshold that triggers automatic history compaction (unset uses model defaults). |78 key: "approval_policy.granular.rules",
79| `model_context_window` | `number` | Context window tokens available to the active model. |79 type: "boolean",
80| `model_instructions_file` | `string (path)` | Replacement for built-in instructions instead of `AGENTS.md`. |80 description:
81| `model_provider` | `string` | Provider id from `model_providers` (default: `openai`). |81 "When `true`, approvals triggered by execpolicy `prompt` rules are allowed to surface.",
82| `model_providers.<id>.base_url` | `string` | API base URL for the model provider. |82 },
83| `model_providers.<id>.env_http_headers` | `map<string,string>` | HTTP headers populated from environment variables when present. |83 {
84| `model_providers.<id>.env_key` | `string` | Environment variable supplying the provider API key. |84 key: "approval_policy.granular.mcp_elicitations",
85| `model_providers.<id>.env_key_instructions` | `string` | Optional setup guidance for the provider API key. |85 type: "boolean",
86| `model_providers.<id>.experimental_bearer_token` | `string` | Direct bearer token for the provider (discouraged; use `env_key`). |86 description:
87| `model_providers.<id>.http_headers` | `map<string,string>` | Static HTTP headers added to provider requests. |87 "When `true`, MCP elicitation prompts are allowed to surface instead of being auto-rejected.",
88| `model_providers.<id>.name` | `string` | Display name for a custom model provider. |88 },
89| `model_providers.<id>.query_params` | `map<string,string>` | Extra query parameters appended to provider requests. |89 {
90| `model_providers.<id>.request_max_retries` | `number` | Retry count for HTTP requests to the provider (default: 4). |90 key: "approval_policy.granular.request_permissions",
91| `model_providers.<id>.requires_openai_auth` | `boolean` | The provider uses OpenAI authentication (defaults to false). |91 type: "boolean",
92| `model_providers.<id>.stream_idle_timeout_ms` | `number` | Idle timeout for SSE streams in milliseconds (default: 300000). |92 description:
93| `model_providers.<id>.stream_max_retries` | `number` | Retry count for SSE streaming interruptions (default: 5). |93 "When `true`, prompts from the `request_permissions` tool are allowed to surface.",
94| `model_providers.<id>.wire_api` | `chat | responses` | Protocol used by the provider (defaults to `chat` if omitted). |94 },
95| `model_reasoning_effort` | `minimal | low | medium | high | xhigh` | Adjust reasoning effort for supported models (Responses API only; `xhigh` is model-dependent). |95 {
96| `model_reasoning_summary` | `auto | concise | detailed | none` | Select reasoning summary detail or disable summaries entirely. |96 key: "approval_policy.granular.skill_approval",
97| `model_supports_reasoning_summaries` | `boolean` | Force Codex to send or not send reasoning metadata. |97 type: "boolean",
98| `model_verbosity` | `low | medium | high` | Control GPT-5 Responses API verbosity (defaults to `medium`). |98 description:
99| `notice.hide_full_access_warning` | `boolean` | Track acknowledgement of the full access warning prompt. |99 "When `true`, skill-script approval prompts are allowed to surface.",
100| `notice.hide_gpt-5.1-codex-max_migration_prompt` | `boolean` | Track acknowledgement of the gpt-5.1-codex-max migration prompt. |100 },
101| `notice.hide_gpt5_1_migration_prompt` | `boolean` | Track acknowledgement of the GPT-5.1 migration prompt. |101 {
102| `notice.hide_rate_limit_model_nudge` | `boolean` | Track opt-out of the rate limit model switch reminder. |102 key: "approvals_reviewer",
103| `notice.hide_world_writable_warning` | `boolean` | Track acknowledgement of the Windows world-writable directories warning. |103 type: "user | auto_review",
104| `notice.model_migrations` | `map<string,string>` | Track acknowledged model migrations as old->new mappings. |104 description:
105| `notify` | `array<string>` | Command invoked for notifications; receives a JSON payload from Codex. |105 "Who reviews eligible approval prompts under `on-request` or granular approval policies. Defaults to `user`; `auto_review` uses the reviewer subagent. This setting doesn't change sandboxing or review actions already allowed inside the sandbox.",
106| `oss_provider` | `lmstudio | ollama` | Default local provider used when running with `--oss` (defaults to prompting if unset). |106 },
107| `otel.environment` | `string` | Environment tag applied to emitted OpenTelemetry events (default: `dev`). |107 {
108| `otel.exporter` | `none | otlp-http | otlp-grpc` | Select the OpenTelemetry exporter and provide any endpoint metadata. |108 key: "auto_review.policy",
109| `otel.exporter.<id>.endpoint` | `string` | Exporter endpoint for OTEL logs. |109 type: "string",
110| `otel.exporter.<id>.headers` | `map<string,string>` | Static headers included with OTEL exporter requests. |110 description:
111| `otel.exporter.<id>.protocol` | `binary | json` | Protocol used by the OTLP/HTTP exporter. |111 "Local Markdown policy instructions for automatic review. Managed `guardian_policy_config` takes precedence. Blank values are ignored.",
112| `otel.exporter.<id>.tls.ca-certificate` | `string` | CA certificate path for OTEL exporter TLS. |112 },
113| `otel.exporter.<id>.tls.client-certificate` | `string` | Client certificate path for OTEL exporter TLS. |113 {
114| `otel.exporter.<id>.tls.client-private-key` | `string` | Client private key path for OTEL exporter TLS. |114 key: "allow_login_shell",
115| `otel.log_user_prompt` | `boolean` | Opt in to exporting raw user prompts with OpenTelemetry logs. |115 type: "boolean",
116| `otel.trace_exporter` | `none | otlp-http | otlp-grpc` | Select the OpenTelemetry trace exporter and provide any endpoint metadata. |116 description:
117| `otel.trace_exporter.<id>.endpoint` | `string` | Trace exporter endpoint for OTEL logs. |117 "Allow shell-based tools to use login-shell semantics. Defaults to `true`; when `false`, `login = true` requests are rejected and omitted `login` defaults to non-login shells.",
118| `otel.trace_exporter.<id>.headers` | `map<string,string>` | Static headers included with OTEL trace exporter requests. |118 },
119| `otel.trace_exporter.<id>.protocol` | `binary | json` | Protocol used by the OTLP/HTTP trace exporter. |119 {
120| `otel.trace_exporter.<id>.tls.ca-certificate` | `string` | CA certificate path for OTEL trace exporter TLS. |120 key: "sandbox_mode",
121| `otel.trace_exporter.<id>.tls.client-certificate` | `string` | Client certificate path for OTEL trace exporter TLS. |121 type: "read-only | workspace-write | danger-full-access",
122| `otel.trace_exporter.<id>.tls.client-private-key` | `string` | Client private key path for OTEL trace exporter TLS. |122 description:
123| `personality` | `none | friendly | pragmatic` | Default communication style for models that advertise `supportsPersonality`; can be overridden per thread/turn or via `/personality`. |123 "Sandbox policy for filesystem and network access during command execution.",
124| `profile` | `string` | Default profile applied at startup (equivalent to `--profile`). |124 },
125| `profiles.<name>.*` | `various` | Profile-scoped overrides for any of the supported configuration keys. |125 {
126| `profiles.<name>.experimental_use_freeform_apply_patch` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`. |126 key: "sandbox_workspace_write.writable_roots",
127| `profiles.<name>.experimental_use_unified_exec_tool` | `boolean` | Legacy name for enabling unified exec; prefer `[features].unified_exec`. |127 type: "array<string>",
128| `profiles.<name>.include_apply_patch_tool` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`. |128 description:
129| `profiles.<name>.oss_provider` | `lmstudio | ollama` | Profile-scoped OSS provider for `--oss` sessions. |129 'Additional writable roots when `sandbox_mode = "workspace-write"`.',
130| `profiles.<name>.personality` | `none | friendly | pragmatic` | Profile-scoped communication style override for supported models. |130 },
131| `profiles.<name>.web_search` | `disabled | cached | live` | Profile-scoped web search mode override (default: `"cached"`). |131 {
132| `project_doc_fallback_filenames` | `array<string>` | Additional filenames to try when `AGENTS.md` is missing. |132 key: "sandbox_workspace_write.network_access",
133| `project_doc_max_bytes` | `number` | Maximum bytes read from `AGENTS.md` when building project instructions. |133 type: "boolean",
134| `project_root_markers` | `array<string>` | List of project root marker filenames; used when searching parent directories for the project root. |134 description:
135| `projects.<path>.trust_level` | `string` | Mark a project or worktree as trusted or untrusted (`"trusted"` | `"untrusted"`). Untrusted projects skip project-scoped `.codex/` layers. |135 "Allow outbound network access inside the workspace-write sandbox.",
136| `review_model` | `string` | Optional model override used by `/review` (defaults to the current session model). |136 },
137| `sandbox_mode` | `read-only | workspace-write | danger-full-access` | Sandbox policy for filesystem and network access during command execution. |137 {
138| `sandbox_workspace_write.exclude_slash_tmp` | `boolean` | Exclude `/tmp` from writable roots in workspace-write mode. |138 key: "sandbox_workspace_write.exclude_tmpdir_env_var",
139| `sandbox_workspace_write.exclude_tmpdir_env_var` | `boolean` | Exclude `$TMPDIR` from writable roots in workspace-write mode. |139 type: "boolean",
140| `sandbox_workspace_write.network_access` | `boolean` | Allow outbound network access inside the workspace-write sandbox. |140 description:
141| `sandbox_workspace_write.writable_roots` | `array<string>` | Additional writable roots when `sandbox_mode = "workspace-write"`. |141 "Exclude `$TMPDIR` from writable roots in workspace-write mode.",
142| `shell_environment_policy.exclude` | `array<string>` | Glob patterns for removing environment variables after the defaults. |142 },
143| `shell_environment_policy.experimental_use_profile` | `boolean` | Use the user shell profile when spawning subprocesses. |143 {
144| `shell_environment_policy.ignore_default_excludes` | `boolean` | Keep variables containing KEY/SECRET/TOKEN before other filters run. |144 key: "sandbox_workspace_write.exclude_slash_tmp",
145| `shell_environment_policy.include_only` | `array<string>` | Whitelist of patterns; when set only matching variables are kept. |145 type: "boolean",
146| `shell_environment_policy.inherit` | `all | core | none` | Baseline environment inheritance when spawning subprocesses. |146 description:
147| `shell_environment_policy.set` | `map<string,string>` | Explicit environment overrides injected into every subprocess. |147 "Exclude `/tmp` from writable roots in workspace-write mode.",
148| `show_raw_agent_reasoning` | `boolean` | Surface raw reasoning content when the active model emits it. |148 },
149| `skills.config` | `array<object>` | Per-skill enablement overrides stored in config.toml. |149 {
150| `skills.config.<index>.enabled` | `boolean` | Enable or disable the referenced skill. |150 key: "windows.sandbox",
151| `skills.config.<index>.path` | `string (path)` | Path to a skill folder containing `SKILL.md`. |151 type: "unelevated | elevated",
152| `suppress_unstable_features_warning` | `boolean` | Suppress the warning that appears when under-development feature flags are enabled. |152 description:
153| `tool_output_token_limit` | `number` | Token budget for storing individual tool/function outputs in history. |153 "Windows-only native sandbox mode when running Codex natively on Windows.",
154| `tools.web_search` | `boolean` | Deprecated legacy toggle for web search; prefer the top-level `web_search` setting. |154 },
155| `tui` | `table` | TUI-specific options such as enabling inline desktop notifications. |155 {
156| `tui.alternate_screen` | `auto | always | never` | Control alternate screen usage for the TUI (default: auto; auto skips it in Zellij to preserve scrollback). |156 key: "windows.sandbox_private_desktop",
157| `tui.animations` | `boolean` | Enable terminal animations (welcome screen, shimmer, spinner) (default: true). |157 type: "boolean",
158| `tui.notification_method` | `auto | osc9 | bel` | Notification method for unfocused terminal notifications (default: auto). |158 description:
159| `tui.notifications` | `boolean | array<string>` | Enable TUI notifications; optionally restrict to specific event types. |159 "Run the final sandboxed child process on a private desktop by default on native Windows. Set `false` only for compatibility with the older `Winsta0\\\\Default` behavior.",
160| `tui.show_tooltips` | `boolean` | Show onboarding tooltips in the TUI welcome screen (default: true). |160 },
161| `tui.status_line` | `array<string> | null` | Ordered list of TUI footer status-line item identifiers. `null` disables the status line. |161 {
162| `web_search` | `disabled | cached | live` | Web search mode (default: `"cached"`; cached uses an OpenAI-maintained index and does not fetch live pages; if you use `--yolo` or another full access sandbox setting, it defaults to `"live"`). Use `"live"` to fetch the most recent data from the web, or `"disabled"` to remove the tool. |162 key: "notify",
163| `windows_wsl_setup_acknowledged` | `boolean` | Track Windows onboarding acknowledgement (Windows only). |163 type: "array<string>",
164 164 description:
165Key165 "Command invoked for notifications; receives a JSON payload from Codex.",
166 166 },
167`agents.<name>.config_file`167 {
168 168 key: "check_for_update_on_startup",
169Type / Values169 type: "boolean",
170 170 description:
171`string (path)`171 "Check for Codex updates on startup (set to false only when updates are centrally managed).",
172 172 },
173Details173 {
174 174 key: "feedback.enabled",
175Path to a TOML config layer for that role; relative paths resolve from the config file that declares the role.175 type: "boolean",
176 176 description:
177Key177 "Enable feedback submission via `/feedback` across Codex surfaces (default: true).",
178 178 },
179`agents.<name>.description`179 {
180 180 key: "analytics.enabled",
181Type / Values181 type: "boolean",
182 182 description:
183`string`183 "Enable or disable analytics for this machine/profile. When unset, the client default applies.",
184 184 },
185Details185 {
186 186 key: "instructions",
187Role guidance shown to Codex when choosing and spawning that agent type.187 type: "string",
188 188 description:
189Key189 "Reserved for future use; prefer `model_instructions_file` or `AGENTS.md`.",
190 190 },
191`agents.max_threads`191 {
192 192 key: "developer_instructions",
193Type / Values193 type: "string",
194 194 description:
195`number`195 "Additional developer instructions injected into the session (optional).",
196 196 },
197Details197 {
198 198 key: "log_dir",
199Maximum number of agent threads that can be open concurrently.199 type: "string (path)",
200 200 description:
201Key201 "Directory where Codex writes log files (for example `codex-tui.log`); defaults to `$CODEX_HOME/log`.",
202 202 },
203`approval_policy`203 {
204 204 key: "sqlite_home",
205Type / Values205 type: "string (path)",
206 206 description:
207`untrusted | on-request | never`207 "Directory where Codex stores the SQLite-backed state DB used by agent jobs and other resumable runtime state.",
208 208 },
209Details209 {
210 210 key: "compact_prompt",
211Controls when Codex pauses for approval before executing commands. `on-failure` is deprecated; use `on-request` for interactive runs or `never` for non-interactive runs.211 type: "string",
212 212 description: "Inline override for the history compaction prompt.",
213Key213 },
214 214 {
215`apps.<id>.disabled_reason`215 key: "commit_attribution",
216 216 type: "string",
217Type / Values217 description:
218 218 'Commit co-author trailer used when `[features].codex_git_commit` is enabled. Defaults to `Codex <noreply@openai.com>`; set `""` to disable.',
219`unknown | user`219 },
220 220 {
221Details221 key: "model_instructions_file",
222 222 type: "string (path)",
223Optional reason attached when an app/connector is disabled.223 description:
224 224 "Replacement for built-in instructions instead of `AGENTS.md`.",
225Key225 },
226 226 {
227`apps.<id>.enabled`227 key: "personality",
228 228 type: "none | friendly | pragmatic",
229Type / Values229 description:
230 230 "Default communication style for models that advertise `supportsPersonality`; can be overridden per thread/turn or via `/personality`.",
231`boolean`231 },
232 232 {
233Details233 key: "service_tier",
234 234 type: "string",
235Enable or disable a specific app/connector by id (default: true).235 description:
236 236 "Preferred service tier for new turns. Built-in values include `flex` and `fast`; legacy `fast` config maps to the request value `priority`, and catalog-provided tier IDs can also be stored.",
237Key237 },
238 238 {
239`chatgpt_base_url`239 key: "experimental_compact_prompt_file",
240 240 type: "string (path)",
241Type / Values241 description:
242 242 "Load the compaction prompt override from a file (experimental).",
243`string`243 },
244 244 {
245Details245 key: "skills.config",
246 246 type: "array<object>",
247Override the base URL used during the ChatGPT login flow.247 description: "Per-skill enablement overrides stored in config.toml.",
248 248 },
249Key249 {
250 250 key: "skills.config.<index>.path",
251`check_for_update_on_startup`251 type: "string (path)",
252 252 description: "Path to a skill folder containing `SKILL.md`.",
253Type / Values253 },
254 254 {
255`boolean`255 key: "skills.config.<index>.enabled",
256 256 type: "boolean",
257Details257 description: "Enable or disable the referenced skill.",
258 258 },
259Check for Codex updates on startup (set to false only when updates are centrally managed).259 {
260 260 key: "apps.<id>.enabled",
261Key261 type: "boolean",
262 262 description:
263`cli_auth_credentials_store`263 "Enable or disable a specific app/connector by id (default: true).",
264 264 },
265Type / Values265 {
266 266 key: "apps._default.enabled",
267`file | keyring | auto`267 type: "boolean",
268 268 description:
269Details269 "Default app enabled state for all apps unless overridden per app.",
270 270 },
271Control where the CLI stores cached credentials (file-based auth.json vs OS keychain).271 {
272 272 key: "apps._default.destructive_enabled",
273Key273 type: "boolean",
274 274 description:
275`compact_prompt`275 "Default allow/deny for app tools with `destructive_hint = true`.",
276 276 },
277Type / Values277 {
278 278 key: "apps._default.open_world_enabled",
279`string`279 type: "boolean",
280 280 description:
281Details281 "Default allow/deny for app tools with `open_world_hint = true`.",
282 282 },
283Inline override for the history compaction prompt.283 {
284 284 key: "apps.<id>.destructive_enabled",
285Key285 type: "boolean",
286 286 description:
287`developer_instructions`287 "Allow or block tools in this app that advertise `destructive_hint = true`.",
288 288 },
289Type / Values289 {
290 290 key: "apps.<id>.open_world_enabled",
291`string`291 type: "boolean",
292 292 description:
293Details293 "Allow or block tools in this app that advertise `open_world_hint = true`.",
294 294 },
295Additional developer instructions injected into the session (optional).295 {
296 296 key: "apps.<id>.default_tools_enabled",
297Key297 type: "boolean",
298 298 description:
299`disable_paste_burst`299 "Default enabled state for tools in this app unless a per-tool override exists.",
300 300 },
301Type / Values301 {
302 302 key: "apps.<id>.default_tools_approval_mode",
303`boolean`303 type: "auto | prompt | approve",
304 304 description:
305Details305 "Default approval behavior for tools in this app unless a per-tool override exists.",
306 306 },
307Disable burst-paste detection in the TUI.307 {
308 308 key: "apps.<id>.tools.<tool>.enabled",
309Key309 type: "boolean",
310 310 description:
311`experimental_compact_prompt_file`311 "Per-tool enabled override for an app tool (for example `repos/list`).",
312 312 },
313Type / Values313 {
314 314 key: "apps.<id>.tools.<tool>.approval_mode",
315`string (path)`315 type: "auto | prompt | approve",
316 316 description: "Per-tool approval behavior override for a single app tool.",
317Details317 },
318 318 {
319Load the compaction prompt override from a file (experimental).319 key: "tool_suggest.discoverables",
320 320 type: "array<table>",
321Key321 description:
322 322 'Allow tool suggestions for additional discoverable connectors or plugins. Each entry uses `type = "connector"` or `"plugin"` and an `id`.',
323`experimental_use_freeform_apply_patch`323 },
324 324 {
325Type / Values325 key: "tool_suggest.disabled_tools",
326 326 type: "array<table>",
327`boolean`327 description:
328 328 'Disable suggestions for specific discoverable connectors or plugins. Each entry uses `type = "connector"` or `"plugin"` and an `id`.',
329Details329 },
330 330 {
331Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform` or `codex --enable apply_patch_freeform`.331 key: "features.apps",
332 332 type: "boolean",
333Key333 description: "Enable ChatGPT Apps/connectors support (experimental).",
334 334 },
335`experimental_use_unified_exec_tool`335 {
336 336 key: "features.hooks",
337Type / Values337 type: "boolean",
338 338 description:
339`boolean`339 "Enable lifecycle hooks loaded from `hooks.json` or inline `[hooks]` config. `features.codex_hooks` is a deprecated alias.",
340 340 },
341Details341 {
342 342 key: "features.codex_git_commit",
343Legacy name for enabling unified exec; prefer `[features].unified_exec` or `codex --enable unified_exec`.343 type: "boolean",
344 344 description:
345Key345 "Enable Codex-generated git commits. When enabled, Codex uses `commit_attribution` to append a `Co-authored-by:` trailer to generated commit messages.",
346 346 },
347`features.apply_patch_freeform`347 {
348 348 key: "hooks",
349Type / Values349 type: "table",
350 350 description:
351`boolean`351 "Lifecycle hooks configured inline in `config.toml`. Uses the same event schema as `hooks.json`; see the Hooks guide for examples and supported events.",
352 352 },
353Details353 {
354 354 key: "features.plugin_hooks",
355Expose the freeform `apply_patch` tool (experimental).355 type: "boolean",
356 356 description:
357Key357 "Opt into lifecycle hooks bundled with enabled plugins. Off by default in this release; set to `true` to opt in.",
358 358 },
359`features.apps`359 {
360 360 key: "features.memories",
361Type / Values361 type: "boolean",
362 362 description: "Enable [Memories](https://developers.openai.com/codex/memories) (off by default).",
363`boolean`363 },
364 364 {
365Details365 key: "mcp_servers.<id>.command",
366 366 type: "string",
367Enable ChatGPT Apps/connectors support (experimental).367 description: "Launcher command for an MCP stdio server.",
368 368 },
369Key369 {
370 370 key: "mcp_servers.<id>.args",
371`features.apps_mcp_gateway`371 type: "array<string>",
372 372 description: "Arguments passed to the MCP stdio server command.",
373Type / Values373 },
374 374 {
375`boolean`375 key: "mcp_servers.<id>.env",
376 376 type: "map<string,string>",
377Details377 description: "Environment variables forwarded to the MCP stdio server.",
378 378 },
379Route Apps MCP calls through the OpenAI connectors MCP gateway (`https://api.openai.com/v1/connectors/mcp/`) instead of legacy routing (experimental).379 {
380 380 key: "mcp_servers.<id>.env_vars",
381Key381 type: 'array<string | { name = string, source = "local" | "remote" }>',
382 382 description:
383`features.child_agents_md`383 'Additional environment variables to whitelist for an MCP stdio server. String entries default to `source = "local"`; use `source = "remote"` only with executor-backed remote stdio.',
384 384 },
385Type / Values385 {
386 386 key: "mcp_servers.<id>.cwd",
387`boolean`387 type: "string",
388 388 description: "Working directory for the MCP stdio server process.",
389Details389 },
390 390 {
391Append AGENTS.md scope/precedence guidance even when no AGENTS.md is present (experimental).391 key: "mcp_servers.<id>.url",
392 392 type: "string",
393Key393 description: "Endpoint for an MCP streamable HTTP server.",
394 394 },
395`features.collaboration_modes`395 {
396 396 key: "mcp_servers.<id>.bearer_token_env_var",
397Type / Values397 type: "string",
398 398 description:
399`boolean`399 "Environment variable sourcing the bearer token for an MCP HTTP server.",
400 400 },
401Details401 {
402 402 key: "mcp_servers.<id>.http_headers",
403Enable collaboration modes such as plan mode (stable; on by default).403 type: "map<string,string>",
404 404 description: "Static HTTP headers included with each MCP HTTP request.",
405Key405 },
406 406 {
407`features.elevated_windows_sandbox`407 key: "mcp_servers.<id>.env_http_headers",
408 408 type: "map<string,string>",
409Type / Values409 description:
410 410 "HTTP headers populated from environment variables for an MCP HTTP server.",
411`boolean`411 },
412 412 {
413Details413 key: "mcp_servers.<id>.enabled",
414 414 type: "boolean",
415Enable the elevated Windows sandbox pipeline (experimental).415 description: "Disable an MCP server without removing its configuration.",
416 416 },
417Key417 {
418 418 key: "mcp_servers.<id>.required",
419`features.experimental_windows_sandbox`419 type: "boolean",
420 420 description:
421Type / Values421 "When true, fail startup/resume if this enabled MCP server cannot initialize.",
422 422 },
423`boolean`423 {
424 424 key: "mcp_servers.<id>.startup_timeout_sec",
425Details425 type: "number",
426 426 description:
427Run the Windows restricted-token sandbox (experimental).427 "Override the default 10s startup timeout for an MCP server.",
428 428 },
429Key429 {
430 430 key: "mcp_servers.<id>.startup_timeout_ms",
431`features.multi_agent`431 type: "number",
432 432 description: "Alias for `startup_timeout_sec` in milliseconds.",
433Type / Values433 },
434 434 {
435`boolean`435 key: "mcp_servers.<id>.tool_timeout_sec",
436 436 type: "number",
437Details437 description:
438 438 "Override the default 60s per-tool timeout for an MCP server.",
439Enable multi-agent collaboration tools (`spawn\_agent`, `send\_input`, `resume\_agent`, `wait`, and `close\_agent`) (experimental; off by default).439 },
440 440 {
441Key441 key: "mcp_servers.<id>.enabled_tools",
442 442 type: "array<string>",
443`features.personality`443 description: "Allow list of tool names exposed by the MCP server.",
444 444 },
445Type / Values445 {
446 446 key: "mcp_servers.<id>.disabled_tools",
447`boolean`447 type: "array<string>",
448 448 description:
449Details449 "Deny list applied after `enabled_tools` for the MCP server.",
450 450 },
451Enable personality selection controls (stable; on by default).451 {
452 452 key: "mcp_servers.<id>.default_tools_approval_mode",
453Key453 type: "auto | prompt | approve",
454 454 description:
455`features.powershell_utf8`455 "Default approval behavior for MCP tools on this server unless a per-tool override exists.",
456 456 },
457Type / Values457 {
458 458 key: "mcp_servers.<id>.tools.<tool>.approval_mode",
459`boolean`459 type: "auto | prompt | approve",
460 460 description:
461Details461 "Per-tool approval behavior override for one MCP tool on this server.",
462 462 },
463Force PowerShell UTF-8 output (defaults to true).463 {
464 464 key: "mcp_servers.<id>.scopes",
465Key465 type: "array<string>",
466 466 description:
467`features.remote_models`467 "OAuth scopes to request when authenticating to that MCP server.",
468 468 },
469Type / Values469 {
470 470 key: "mcp_servers.<id>.oauth_resource",
471`boolean`471 type: "string",
472 472 description:
473Details473 "Optional RFC 8707 OAuth resource parameter to include during MCP login.",
474 474 },
475Refresh remote model list before showing readiness (experimental).475 {
476 476 key: "mcp_servers.<id>.experimental_environment",
477Key477 type: "local | remote",
478 478 description:
479`features.request_rule`479 "Experimental placement for an MCP server. `remote` starts stdio servers through a remote executor environment; streamable HTTP remote placement is not implemented.",
480 480 },
481Type / Values481 {
482 482 key: "agents.max_threads",
483`boolean`483 type: "number",
484 484 description:
485Details485 "Maximum number of agent threads that can be open concurrently. Defaults to `6` when unset.",
486 486 },
487Enable Smart approvals (`prefix_rule` suggestions on escalation requests; stable; on by default).487 {
488 488 key: "agents.max_depth",
489Key489 type: "number",
490 490 description:
491`features.runtime_metrics`491 "Maximum nesting depth allowed for spawned agent threads (root sessions start at depth 0; default: 1).",
492 492 },
493Type / Values493 {
494 494 key: "agents.job_max_runtime_seconds",
495`boolean`495 type: "number",
496 496 description:
497Details497 "Default per-worker timeout for `spawn_agents_on_csv` jobs. When unset, the tool falls back to 1800 seconds per worker.",
498 498 },
499Show runtime metrics summary in TUI turn separators (experimental).499 {
500 500 key: "agents.<name>.description",
501Key501 type: "string",
502 502 description:
503`features.search_tool`503 "Role guidance shown to Codex when choosing and spawning that agent type.",
504 504 },
505Type / Values505 {
506 506 key: "agents.<name>.config_file",
507`boolean`507 type: "string (path)",
508 508 description:
509Details509 "Path to a TOML config layer for that role; relative paths resolve from the config file that declares the role.",
510 510 },
511Enable `search_tool_bm25` for Apps tool discovery before invoking app MCP tools (experimental).511 {
512 512 key: "agents.<name>.nickname_candidates",
513Key513 type: "array<string>",
514 514 description:
515`features.shell_snapshot`515 "Optional pool of display nicknames for spawned agents in that role.",
516 516 },
517Type / Values517 {
518 518 key: "memories.generate_memories",
519`boolean`519 type: "boolean",
520 520 description:
521Details521 "When `false`, newly created threads are not stored as memory-generation inputs. Defaults to `true`.",
522 522 },
523Snapshot shell environment to speed up repeated commands (beta).523 {
524 524 key: "memories.use_memories",
525Key525 type: "boolean",
526 526 description:
527`features.shell_tool`527 "When `false`, Codex skips injecting existing memories into future sessions. Defaults to `true`.",
528 528 },
529Type / Values529 {
530 530 key: "memories.disable_on_external_context",
531`boolean`531 type: "boolean",
532 532 description:
533Details533 "When `true`, threads that use external context such as MCP tool calls, web search, or tool search are kept out of memory generation. Defaults to `false`. Legacy alias: `memories.no_memories_if_mcp_or_web_search`.",
534 534 },
535Enable the default `shell` tool for running commands (stable; on by default).535 {
536 536 key: "memories.max_raw_memories_for_consolidation",
537Key537 type: "number",
538 538 description:
539`features.unified_exec`539 "Maximum recent raw memories retained for global consolidation. Defaults to `256` and is capped at `4096`.",
540 540 },
541Type / Values541 {
542 542 key: "memories.max_unused_days",
543`boolean`543 type: "number",
544 544 description:
545Details545 "Maximum days since a memory was last used before it becomes ineligible for consolidation. Defaults to `30` and is clamped to `0`-`365`.",
546 546 },
547Use the unified PTY-backed exec tool (beta).547 {
548 548 key: "memories.max_rollout_age_days",
549Key549 type: "number",
550 550 description:
551`features.use_linux_sandbox_bwrap`551 "Maximum age of threads considered for memory generation. Defaults to `30` and is clamped to `0`-`90`.",
552 552 },
553Type / Values553 {
554 554 key: "memories.max_rollouts_per_startup",
555`boolean`555 type: "number",
556 556 description:
557Details557 "Maximum rollout candidates processed per startup pass. Defaults to `16` and is capped at `128`.",
558 558 },
559Use the bubblewrap-based Linux sandbox pipeline (experimental; off by default).559 {
560 560 key: "memories.min_rollout_idle_hours",
561Key561 type: "number",
562 562 description:
563`features.web_search`563 "Minimum idle time before a thread is considered for memory generation. Defaults to `6` and is clamped to `1`-`48`.",
564 564 },
565Type / Values565 {
566 566 key: "memories.min_rate_limit_remaining_percent",
567`boolean`567 type: "number",
568 568 description:
569Details569 "Minimum remaining percentage required in Codex rate-limit windows before memory generation starts. Defaults to `25` and is clamped to `0`-`100`.",
570 570 },
571Deprecated legacy toggle; prefer the top-level `web_search` setting.571 {
572 572 key: "memories.extract_model",
573Key573 type: "string",
574 574 description: "Optional model override for per-thread memory extraction.",
575`features.web_search_cached`575 },
576 576 {
577Type / Values577 key: "memories.consolidation_model",
578 578 type: "string",
579`boolean`579 description: "Optional model override for global memory consolidation.",
580 580 },
581Details581 {
582 582 key: "features.unified_exec",
583Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "cached"`.583 type: "boolean",
584 584 description:
585Key585 "Use the unified PTY-backed exec tool (stable; enabled by default except on Windows).",
586 586 },
587`features.web_search_request`587 {
588 588 key: "features.shell_snapshot",
589Type / Values589 type: "boolean",
590 590 description:
591`boolean`591 "Snapshot shell environment to speed up repeated commands (stable; on by default).",
592 592 },
593Details593 {
594 594 key: "features.undo",
595Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "live"`.595 type: "boolean",
596 596 description: "Enable undo support (stable; off by default).",
597Key597 },
598 598 {
599`feedback.enabled`599 key: "features.multi_agent",
600 600 type: "boolean",
601Type / Values601 description:
602 602 "Enable multi-agent collaboration tools (`spawn_agent`, `send_input`, `resume_agent`, `wait_agent`, and `close_agent`) (stable; on by default).",
603`boolean`603 },
604 604 {
605Details605 key: "features.personality",
606 606 type: "boolean",
607Enable feedback submission via `/feedback` across Codex surfaces (default: true).607 description:
608 608 "Enable personality selection controls (stable; on by default).",
609Key609 },
610 610 {
611`file_opener`611 key: "features.network_proxy",
612 612 type: "boolean | table",
613Type / Values613 description:
614 614 "Enable sandboxed networking. Use a table form when setting network policy options such as `domains` (experimental; off by default).",
615`vscode | vscode-insiders | windsurf | cursor | none`615 },
616 616 {
617Details617 key: "features.network_proxy.enabled",
618 618 type: "boolean",
619URI scheme used to open citations from Codex output (default: `vscode`).619 description: "Enable sandboxed networking. Defaults to `false`.",
620 620 },
621Key621 {
622 622 key: "features.network_proxy.domains",
623`forced_chatgpt_workspace_id`623 type: "map<string, allow | deny>",
624 624 description:
625Type / Values625 "Domain policy for sandboxed networking. Unset by default, which means no external destinations are allowed until you add `allow` rules. Supports exact hosts, `*.example.com` for subdomains only, `**.example.com` for apex plus subdomains, and global `*` allow rules; prefer scoped rules because `*` broadly opens public outbound access. Add `deny` rules for blocked destinations; `deny` wins on conflicts.",
626 626 },
627`string (uuid)`627 {
628 628 key: "features.network_proxy.unix_sockets",
629Details629 type: "map<string, allow | none>",
630 630 description:
631Limit ChatGPT logins to a specific workspace identifier.631 "Unix socket policy for sandboxed networking. Unset by default; add `allow` entries for permitted sockets.",
632 632 },
633Key633 {
634 634 key: "features.network_proxy.allow_local_binding",
635`forced_login_method`635 type: "boolean",
636 636 description:
637Type / Values637 "Allow broader local/private-network access. Defaults to `false`; exact local IP literal or `localhost` allow rules can still permit specific local targets.",
638 638 },
639`chatgpt | api`639 {
640 640 key: "features.network_proxy.enable_socks5",
641Details641 type: "boolean",
642 642 description: "Expose SOCKS5 support. Defaults to `true`.",
643Restrict Codex to a specific authentication method.643 },
644 644 {
645Key645 key: "features.network_proxy.enable_socks5_udp",
646 646 type: "boolean",
647`hide_agent_reasoning`647 description: "Allow UDP over SOCKS5. Defaults to `true`.",
648 648 },
649Type / Values649 {
650 650 key: "features.network_proxy.allow_upstream_proxy",
651`boolean`651 type: "boolean",
652 652 description:
653Details653 "Allow chaining through an upstream proxy from the environment. Defaults to `true`.",
654 654 },
655Suppress reasoning events in both the TUI and `codex exec` output.655 {
656 656 key: "features.network_proxy.dangerously_allow_non_loopback_proxy",
657Key657 type: "boolean",
658 658 description:
659`history.max_bytes`659 "Permit non-loopback listener addresses. Defaults to `false`; enabling it can expose proxy listeners beyond localhost.",
660 660 },
661Type / Values661 {
662 662 key: "features.network_proxy.dangerously_allow_all_unix_sockets",
663`number`663 type: "boolean",
664 664 description:
665Details665 "Permit arbitrary Unix socket destinations instead of allowlist-only access. Defaults to `false`; use only in tightly controlled environments.",
666 666 },
667If set, caps the history file size in bytes by dropping oldest entries.667 {
668 668 key: "features.network_proxy.proxy_url",
669Key669 type: "string",
670 670 description:
671`history.persistence`671 'HTTP listener URL for sandboxed networking. Defaults to `"http://127.0.0.1:3128"`.',
672 672 },
673Type / Values673 {
674 674 key: "features.network_proxy.socks_url",
675`save-all | none`675 type: "string",
676 676 description:
677Details677 'SOCKS5 listener URL. Defaults to `"http://127.0.0.1:8081"`.',
678 678 },
679Control whether Codex saves session transcripts to history.jsonl.679 {
680 680 key: "features.web_search",
681Key681 type: "boolean",
682 682 description:
683`include_apply_patch_tool`683 "Deprecated legacy toggle; prefer the top-level `web_search` setting.",
684 684 },
685Type / Values685 {
686 686 key: "features.web_search_cached",
687`boolean`687 type: "boolean",
688 688 description:
689Details689 'Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "cached"`.',
690 690 },
691Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`.691 {
692 692 key: "features.web_search_request",
693Key693 type: "boolean",
694 694 description:
695`instructions`695 'Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "live"`.',
696 696 },
697Type / Values697 {
698 698 key: "features.shell_tool",
699`string`699 type: "boolean",
700 700 description:
701Details701 "Enable the default `shell` tool for running commands (stable; on by default).",
702 702 },
703Reserved for future use; prefer `model_instructions_file` or `AGENTS.md`.703 {
704 704 key: "features.enable_request_compression",
705Key705 type: "boolean",
706 706 description:
707`log_dir`707 "Compress streaming request bodies with zstd when supported (stable; on by default).",
708 708 },
709Type / Values709 {
710 710 key: "features.skill_mcp_dependency_install",
711`string (path)`711 type: "boolean",
712 712 description:
713Details713 "Allow prompting and installing missing MCP dependencies for skills (stable; on by default).",
714 714 },
715Directory where Codex writes log files (for example `codex-tui.log`); defaults to `$CODEX_HOME/log`.715 {
716 716 key: "features.fast_mode",
717Key717 type: "boolean",
718 718 description:
719`mcp_oauth_callback_port`719 "Enable model-catalog service tier selection in the TUI, including Fast-tier commands when the active model advertises them (stable; on by default).",
720 720 },
721Type / Values721 {
722 722 key: "features.prevent_idle_sleep",
723`integer`723 type: "boolean",
724 724 description:
725Details725 "Prevent the machine from sleeping while a turn is actively running (experimental; off by default).",
726 726 },
727Optional fixed port for the local HTTP callback server used during MCP OAuth login. When unset, Codex binds to an ephemeral port chosen by the OS.727 {
728 728 key: "suppress_unstable_features_warning",
729Key729 type: "boolean",
730 730 description:
731`mcp_oauth_credentials_store`731 "Suppress the warning that appears when under-development feature flags are enabled.",
732 732 },
733Type / Values733 {
734 734 key: "model_providers.<id>",
735`auto | file | keyring`735 type: "table",
736 736 description:
737Details737 "Custom provider definition. Built-in provider IDs (`openai`, `ollama`, and `lmstudio`) are reserved and cannot be overridden.",
738 738 },
739Preferred store for MCP OAuth credentials.739 {
740 740 key: "model_providers.<id>.name",
741Key741 type: "string",
742 742 description: "Display name for a custom model provider.",
743`mcp_servers.<id>.args`743 },
744 744 {
745Type / Values745 key: "model_providers.<id>.base_url",
746 746 type: "string",
747`array<string>`747 description: "API base URL for the model provider.",
748 748 },
749Details749 {
750 750 key: "model_providers.<id>.env_key",
751Arguments passed to the MCP stdio server command.751 type: "string",
752 752 description: "Environment variable supplying the provider API key.",
753Key753 },
754 754 {
755`mcp_servers.<id>.bearer_token_env_var`755 key: "model_providers.<id>.env_key_instructions",
756 756 type: "string",
757Type / Values757 description: "Optional setup guidance for the provider API key.",
758 758 },
759`string`759 {
760 760 key: "model_providers.<id>.experimental_bearer_token",
761Details761 type: "string",
762 762 description:
763Environment variable sourcing the bearer token for an MCP HTTP server.763 "Direct bearer token for the provider (discouraged; use `env_key`).",
764 764 },
765Key765 {
766 766 key: "model_providers.<id>.requires_openai_auth",
767`mcp_servers.<id>.command`767 type: "boolean",
768 768 description:
769Type / Values769 "The provider uses OpenAI authentication (defaults to false).",
770 770 },
771`string`771 {
772 772 key: "model_providers.<id>.wire_api",
773Details773 type: "responses",
774 774 description:
775Launcher command for an MCP stdio server.775 "Protocol used by the provider. `responses` is the only supported value, and it is the default when omitted.",
776 776 },
777Key777 {
778 778 key: "model_providers.<id>.query_params",
779`mcp_servers.<id>.cwd`779 type: "map<string,string>",
780 780 description: "Extra query parameters appended to provider requests.",
781Type / Values781 },
782 782 {
783`string`783 key: "model_providers.<id>.http_headers",
784 784 type: "map<string,string>",
785Details785 description: "Static HTTP headers added to provider requests.",
786 786 },
787Working directory for the MCP stdio server process.787 {
788 788 key: "model_providers.<id>.env_http_headers",
789Key789 type: "map<string,string>",
790 790 description:
791`mcp_servers.<id>.disabled_tools`791 "HTTP headers populated from environment variables when present.",
792 792 },
793Type / Values793 {
794 794 key: "model_providers.<id>.request_max_retries",
795`array<string>`795 type: "number",
796 796 description:
797Details797 "Retry count for HTTP requests to the provider (default: 4).",
798 798 },
799Deny list applied after `enabled_tools` for the MCP server.799 {
800 800 key: "model_providers.<id>.stream_max_retries",
801Key801 type: "number",
802 802 description: "Retry count for SSE streaming interruptions (default: 5).",
803`mcp_servers.<id>.enabled`803 },
804 804 {
805Type / Values805 key: "model_providers.<id>.stream_idle_timeout_ms",
806 806 type: "number",
807`boolean`807 description:
808 808 "Idle timeout for SSE streams in milliseconds (default: 300000).",
809Details809 },
810 810 {
811Disable an MCP server without removing its configuration.811 key: "model_providers.<id>.supports_websockets",
812 812 type: "boolean",
813Key813 description:
814 814 "Whether that provider supports the Responses API WebSocket transport.",
815`mcp_servers.<id>.enabled_tools`815 },
816 816 {
817Type / Values817 key: "model_providers.<id>.auth",
818 818 type: "table",
819`array<string>`819 description:
820 820 "Command-backed bearer token configuration for a custom provider. Do not combine with `env_key`, `experimental_bearer_token`, or `requires_openai_auth`.",
821Details821 },
822 822 {
823Allow list of tool names exposed by the MCP server.823 key: "model_providers.<id>.auth.command",
824 824 type: "string",
825Key825 description:
826 826 "Command to run when Codex needs a bearer token. The command must print the token to stdout.",
827`mcp_servers.<id>.env`827 },
828 828 {
829Type / Values829 key: "model_providers.<id>.auth.args",
830 830 type: "array<string>",
831`map<string,string>`831 description: "Arguments passed to the token command.",
832 832 },
833Details833 {
834 834 key: "model_providers.<id>.auth.timeout_ms",
835Environment variables forwarded to the MCP stdio server.835 type: "number",
836 836 description:
837Key837 "Maximum token command runtime in milliseconds (default: 5000).",
838 838 },
839`mcp_servers.<id>.env_http_headers`839 {
840 840 key: "model_providers.<id>.auth.refresh_interval_ms",
841Type / Values841 type: "number",
842 842 description:
843`map<string,string>`843 "How often Codex proactively refreshes the token in milliseconds (default: 300000). Set to `0` to refresh only after an authentication retry.",
844 844 },
845Details845 {
846 846 key: "model_providers.<id>.auth.cwd",
847HTTP headers populated from environment variables for an MCP HTTP server.847 type: "string (path)",
848 848 description: "Working directory for the token command.",
849Key849 },
850 850 {
851`mcp_servers.<id>.env_vars`851 key: "model_providers.amazon-bedrock.aws.profile",
852 852 type: "string",
853Type / Values853 description:
854 854 "AWS profile name used by the built-in `amazon-bedrock` provider.",
855`array<string>`855 },
856 856 {
857Details857 key: "model_providers.amazon-bedrock.aws.region",
858 858 type: "string",
859Additional environment variables to whitelist for an MCP stdio server.859 description: "AWS region used by the built-in `amazon-bedrock` provider.",
860 860 },
861Key861 {
862 862 key: "model_reasoning_effort",
863`mcp_servers.<id>.http_headers`863 type: "minimal | low | medium | high | xhigh",
864 864 description:
865Type / Values865 "Adjust reasoning effort for supported models (Responses API only; `xhigh` is model-dependent).",
866 866 },
867`map<string,string>`867 {
868 868 key: "plan_mode_reasoning_effort",
869Details869 type: "none | minimal | low | medium | high | xhigh",
870 870 description:
871Static HTTP headers included with each MCP HTTP request.871 "Plan-mode-specific reasoning override. When unset, Plan mode uses its built-in preset default.",
872 872 },
873Key873 {
874 874 key: "model_reasoning_summary",
875`mcp_servers.<id>.required`875 type: "auto | concise | detailed | none",
876 876 description:
877Type / Values877 "Select reasoning summary detail or disable summaries entirely.",
878 878 },
879`boolean`879 {
880 880 key: "model_verbosity",
881Details881 type: "low | medium | high",
882 882 description:
883When true, fail startup/resume if this enabled MCP server cannot initialize.883 "Optional GPT-5 Responses API verbosity override; when unset, the selected model/preset default is used.",
884 884 },
885Key885 {
886 886 key: "model_supports_reasoning_summaries",
887`mcp_servers.<id>.startup_timeout_ms`887 type: "boolean",
888 888 description: "Force Codex to send or not send reasoning metadata.",
889Type / Values889 },
890 890 {
891`number`891 key: "shell_environment_policy.inherit",
892 892 type: "all | core | none",
893Details893 description:
894 894 "Baseline environment inheritance when spawning subprocesses.",
895Alias for `startup_timeout_sec` in milliseconds.895 },
896 896 {
897Key897 key: "shell_environment_policy.ignore_default_excludes",
898 898 type: "boolean",
899`mcp_servers.<id>.startup_timeout_sec`899 description:
900 900 "Keep variables containing KEY/SECRET/TOKEN before other filters run.",
901Type / Values901 },
902 902 {
903`number`903 key: "shell_environment_policy.exclude",
904 904 type: "array<string>",
905Details905 description:
906 906 "Glob patterns for removing environment variables after the defaults.",
907Override the default 10s startup timeout for an MCP server.907 },
908 908 {
909Key909 key: "shell_environment_policy.include_only",
910 910 type: "array<string>",
911`mcp_servers.<id>.tool_timeout_sec`911 description:
912 912 "Whitelist of patterns; when set only matching variables are kept.",
913Type / Values913 },
914 914 {
915`number`915 key: "shell_environment_policy.set",
916 916 type: "map<string,string>",
917Details917 description:
918 918 "Explicit environment overrides injected into every subprocess.",
919Override the default 60s per-tool timeout for an MCP server.919 },
920 920 {
921Key921 key: "shell_environment_policy.experimental_use_profile",
922 922 type: "boolean",
923`mcp_servers.<id>.url`923 description: "Use the user shell profile when spawning subprocesses.",
924 924 },
925Type / Values925 {
926 926 key: "project_root_markers",
927`string`927 type: "array<string>",
928 928 description:
929Details929 "List of project root marker filenames; used when searching parent directories for the project root.",
930 930 },
931Endpoint for an MCP streamable HTTP server.931 {
932 932 key: "project_doc_max_bytes",
933Key933 type: "number",
934 934 description:
935`model`935 "Maximum bytes read from `AGENTS.md` when building project instructions.",
936 936 },
937Type / Values937 {
938 938 key: "project_doc_fallback_filenames",
939`string`939 type: "array<string>",
940 940 description: "Additional filenames to try when `AGENTS.md` is missing.",
941Details941 },
942 942 {
943Model to use (e.g., `gpt-5-codex`).943 key: "profile",
944 944 type: "string",
945Key945 description:
946 946 "Default profile applied at startup (equivalent to `--profile`).",
947`model_auto_compact_token_limit`947 },
948 948 {
949Type / Values949 key: "profiles.<name>.*",
950 950 type: "various",
951`number`951 description:
952 952 "Profile-scoped overrides for any of the supported configuration keys.",
953Details953 },
954 954 {
955Token threshold that triggers automatic history compaction (unset uses model defaults).955 key: "profiles.<name>.service_tier",
956 956 type: "string",
957Key957 description: "Profile-scoped service tier preference for new turns.",
958 958 },
959`model_context_window`959 {
960 960 key: "profiles.<name>.plan_mode_reasoning_effort",
961Type / Values961 type: "none | minimal | low | medium | high | xhigh",
962 962 description: "Profile-scoped Plan-mode reasoning override.",
963`number`963 },
964 964 {
965Details965 key: "profiles.<name>.web_search",
966 966 type: "disabled | cached | live",
967Context window tokens available to the active model.967 description:
968 968 'Profile-scoped web search mode override (default: `"cached"`).',
969Key969 },
970 970 {
971`model_instructions_file`971 key: "profiles.<name>.personality",
972 972 type: "none | friendly | pragmatic",
973Type / Values973 description:
974 974 "Profile-scoped communication style override for supported models.",
975`string (path)`975 },
976 976 {
977Details977 key: "profiles.<name>.model_catalog_json",
978 978 type: "string (path)",
979Replacement for built-in instructions instead of `AGENTS.md`.979 description:
980 980 "Profile-scoped model catalog JSON path override (applied on startup only; overrides the top-level `model_catalog_json` for that profile).",
981Key981 },
982 982 {
983`model_provider`983 key: "profiles.<name>.model_instructions_file",
984 984 type: "string (path)",
985Type / Values985 description:
986 986 "Profile-scoped replacement for the built-in instruction file.",
987`string`987 },
988 988 {
989Details989 key: "profiles.<name>.experimental_use_unified_exec_tool",
990 990 type: "boolean",
991Provider id from `model_providers` (default: `openai`).991 description:
992 992 "Legacy name for enabling unified exec; prefer `[features].unified_exec`.",
993Key993 },
994 994 {
995`model_providers.<id>.base_url`995 key: "profiles.<name>.oss_provider",
996 996 type: "lmstudio | ollama",
997Type / Values997 description: "Profile-scoped OSS provider for `--oss` sessions.",
998 998 },
999`string`999 {
1000 1000 key: "profiles.<name>.tools_view_image",
1001Details1001 type: "boolean",
1002 1002 description: "Enable or disable the `view_image` tool in that profile.",
1003API base URL for the model provider.1003 },
1004 1004 {
1005Key1005 key: "profiles.<name>.analytics.enabled",
1006 1006 type: "boolean",
1007`model_providers.<id>.env_http_headers`1007 description: "Profile-scoped analytics enablement override.",
1008 1008 },
1009Type / Values1009 {
1010 1010 key: "profiles.<name>.windows.sandbox",
1011`map<string,string>`1011 type: "unelevated | elevated",
1012 1012 description: "Profile-scoped Windows sandbox mode override.",
1013Details1013 },
1014 1014 {
1015HTTP headers populated from environment variables when present.1015 key: "history.persistence",
1016 1016 type: "save-all | none",
1017Key1017 description:
1018 1018 "Control whether Codex saves session transcripts to history.jsonl.",
1019`model_providers.<id>.env_key`1019 },
1020 1020 {
1021Type / Values1021 key: "tool_output_token_limit",
1022 1022 type: "number",
1023`string`1023 description:
1024 1024 "Token budget for storing individual tool/function outputs in history.",
1025Details1025 },
1026 1026 {
1027Environment variable supplying the provider API key.1027 key: "background_terminal_max_timeout",
1028 1028 type: "number",
1029Key1029 description:
1030 1030 "Maximum poll window in milliseconds for empty `write_stdin` polls (background terminal polling). Default: `300000` (5 minutes). Replaces the older `background_terminal_timeout` key.",
1031`model_providers.<id>.env_key_instructions`1031 },
1032 1032 {
1033Type / Values1033 key: "history.max_bytes",
1034 1034 type: "number",
1035`string`1035 description:
1036 1036 "If set, caps the history file size in bytes by dropping oldest entries.",
1037Details1037 },
1038 1038 {
1039Optional setup guidance for the provider API key.1039 key: "file_opener",
1040 1040 type: "vscode | vscode-insiders | windsurf | cursor | none",
1041Key1041 description:
1042 1042 "URI scheme used to open citations from Codex output (default: `vscode`).",
1043`model_providers.<id>.experimental_bearer_token`1043 },
1044 1044 {
1045Type / Values1045 key: "otel.environment",
1046 1046 type: "string",
1047`string`1047 description:
1048 1048 "Environment tag applied to emitted OpenTelemetry events (default: `dev`).",
1049Details1049 },
1050 1050 {
1051Direct bearer token for the provider (discouraged; use `env_key`).1051 key: "otel.exporter",
1052 1052 type: "none | otlp-http | otlp-grpc",
1053Key1053 description:
1054 1054 "Select the OpenTelemetry exporter and provide any endpoint metadata.",
1055`model_providers.<id>.http_headers`1055 },
1056 1056 {
1057Type / Values1057 key: "otel.trace_exporter",
1058 1058 type: "none | otlp-http | otlp-grpc",
1059`map<string,string>`1059 description:
1060 1060 "Select the OpenTelemetry trace exporter and provide any endpoint metadata.",
1061Details1061 },
1062 1062 {
1063Static HTTP headers added to provider requests.1063 key: "otel.metrics_exporter",
1064 1064 type: "none | statsig | otlp-http | otlp-grpc",
1065Key1065 description:
1066 1066 "Select the OpenTelemetry metrics exporter (defaults to `statsig`).",
1067`model_providers.<id>.name`1067 },
1068 1068 {
1069Type / Values1069 key: "otel.log_user_prompt",
1070 1070 type: "boolean",
1071`string`1071 description:
1072 1072 "Opt in to exporting raw user prompts with OpenTelemetry logs.",
1073Details1073 },
1074 1074 {
1075Display name for a custom model provider.1075 key: "otel.exporter.<id>.endpoint",
1076 1076 type: "string",
1077Key1077 description: "Exporter endpoint for OTEL logs.",
1078 1078 },
1079`model_providers.<id>.query_params`1079 {
1080 1080 key: "otel.exporter.<id>.protocol",
1081Type / Values1081 type: "binary | json",
1082 1082 description: "Protocol used by the OTLP/HTTP exporter.",
1083`map<string,string>`1083 },
1084 1084 {
1085Details1085 key: "otel.exporter.<id>.headers",
1086 1086 type: "map<string,string>",
1087Extra query parameters appended to provider requests.1087 description: "Static headers included with OTEL exporter requests.",
1088 1088 },
1089Key1089 {
1090 1090 key: "otel.trace_exporter.<id>.endpoint",
1091`model_providers.<id>.request_max_retries`1091 type: "string",
1092 1092 description: "Trace exporter endpoint for OTEL logs.",
1093Type / Values1093 },
1094 1094 {
1095`number`1095 key: "otel.trace_exporter.<id>.protocol",
1096 1096 type: "binary | json",
1097Details1097 description: "Protocol used by the OTLP/HTTP trace exporter.",
1098 1098 },
1099Retry count for HTTP requests to the provider (default: 4).1099 {
1100 1100 key: "otel.trace_exporter.<id>.headers",
1101Key1101 type: "map<string,string>",
1102 1102 description: "Static headers included with OTEL trace exporter requests.",
1103`model_providers.<id>.requires_openai_auth`1103 },
1104 1104 {
1105Type / Values1105 key: "otel.exporter.<id>.tls.ca-certificate",
1106 1106 type: "string",
1107`boolean`1107 description: "CA certificate path for OTEL exporter TLS.",
1108 1108 },
1109Details1109 {
1110 1110 key: "otel.exporter.<id>.tls.client-certificate",
1111The provider uses OpenAI authentication (defaults to false).1111 type: "string",
1112 1112 description: "Client certificate path for OTEL exporter TLS.",
1113Key1113 },
1114 1114 {
1115`model_providers.<id>.stream_idle_timeout_ms`1115 key: "otel.exporter.<id>.tls.client-private-key",
1116 1116 type: "string",
1117Type / Values1117 description: "Client private key path for OTEL exporter TLS.",
1118 1118 },
1119`number`1119 {
1120 1120 key: "otel.trace_exporter.<id>.tls.ca-certificate",
1121Details1121 type: "string",
1122 1122 description: "CA certificate path for OTEL trace exporter TLS.",
1123Idle timeout for SSE streams in milliseconds (default: 300000).1123 },
1124 1124 {
1125Key1125 key: "otel.trace_exporter.<id>.tls.client-certificate",
1126 1126 type: "string",
1127`model_providers.<id>.stream_max_retries`1127 description: "Client certificate path for OTEL trace exporter TLS.",
1128 1128 },
1129Type / Values1129 {
1130 1130 key: "otel.trace_exporter.<id>.tls.client-private-key",
1131`number`1131 type: "string",
1132 1132 description: "Client private key path for OTEL trace exporter TLS.",
1133Details1133 },
1134 1134 {
1135Retry count for SSE streaming interruptions (default: 5).1135 key: "tui",
1136 1136 type: "table",
1137Key1137 description:
1138 1138 "TUI-specific options such as enabling inline desktop notifications.",
1139`model_providers.<id>.wire_api`1139 },
1140 1140 {
1141Type / Values1141 key: "tui.notifications",
1142 1142 type: "boolean | array<string>",
1143`chat | responses`1143 description:
1144 1144 "Enable TUI notifications; optionally restrict to specific event types.",
1145Details1145 },
1146 1146 {
1147Protocol used by the provider (defaults to `chat` if omitted).1147 key: "tui.notification_method",
1148 1148 type: "auto | osc9 | bel",
1149Key1149 description:
1150 1150 "Notification method for terminal notifications (default: auto).",
1151`model_reasoning_effort`1151 },
1152 1152 {
1153Type / Values1153 key: "tui.notification_condition",
1154 1154 type: "unfocused | always",
1155`minimal | low | medium | high | xhigh`1155 description:
1156 1156 "Control whether TUI notifications fire only when the terminal is unfocused or regardless of focus. Defaults to `unfocused`.",
1157Details1157 },
1158 1158 {
1159Adjust reasoning effort for supported models (Responses API only; `xhigh` is model-dependent).1159 key: "tui.animations",
1160 1160 type: "boolean",
1161Key1161 description:
1162 1162 "Enable terminal animations (welcome screen, shimmer, spinner) (default: true).",
1163`model_reasoning_summary`1163 },
1164 1164 {
1165Type / Values1165 key: "tui.alternate_screen",
1166 1166 type: "auto | always | never",
1167`auto | concise | detailed | none`1167 description:
1168 1168 "Control alternate screen usage for the TUI (default: auto; auto skips it in Zellij to preserve scrollback).",
1169Details1169 },
1170 1170 {
1171Select reasoning summary detail or disable summaries entirely.1171 key: "tui.vim_mode_default",
1172 1172 type: "boolean",
1173Key1173 description:
1174 1174 "Start the composer in Vim normal mode instead of insert mode (default: false). You can still toggle it per session with `/vim`.",
1175`model_supports_reasoning_summaries`1175 },
1176 1176 {
1177Type / Values1177 key: "tui.raw_output_mode",
1178 1178 type: "boolean",
1179`boolean`1179 description:
1180 1180 "Start the TUI in raw scrollback mode for copy-friendly terminal selection (default: false). You can toggle it with `/raw` or the default `alt-r` key binding.",
1181Details1181 },
1182 1182 {
1183Force Codex to send or not send reasoning metadata.1183 key: "tui.show_tooltips",
1184 1184 type: "boolean",
1185Key1185 description:
1186 1186 "Show onboarding tooltips in the TUI welcome screen (default: true).",
1187`model_verbosity`1187 },
1188 1188 {
1189Type / Values1189 key: "tui.status_line",
1190 1190 type: "array<string> | null",
1191`low | medium | high`1191 description:
1192 1192 "Ordered list of TUI footer status-line item identifiers. `null` disables the status line.",
1193Details1193 },
1194 1194 {
1195Control GPT-5 Responses API verbosity (defaults to `medium`).1195 key: "tui.terminal_title",
1196 1196 type: "array<string> | null",
1197Key1197 description:
1198 1198 'Ordered list of terminal window/tab title item identifiers. Defaults to `["spinner", "project"]`; `null` disables title updates.',
1199`notice.hide_full_access_warning`1199 },
1200 1200 {
1201Type / Values1201 key: "tui.theme",
1202 1202 type: "string",
1203`boolean`1203 description:
1204 1204 "Syntax-highlighting theme override (kebab-case theme name).",
1205Details1205 },
1206 1206 {
1207Track acknowledgement of the full access warning prompt.1207 key: "tui.keymap.<context>.<action>",
1208 1208 type: "string | array<string>",
1209Key1209 description:
1210 1210 "Keyboard shortcut binding for a TUI action. Supported contexts include `global`, `chat`, `composer`, `editor`, `pager`, `list`, and `approval`; context-specific bindings override `tui.keymap.global`.",
1211`notice.hide_gpt-5.1-codex-max_migration_prompt`1211 },
1212 1212 {
1213Type / Values1213 key: "tui.keymap.<context>.<action> = []",
1214 1214 type: "empty array",
1215`boolean`1215 description:
1216 1216 "Unbind the action in that keymap context. Key names use normalized strings such as `ctrl-a`, `shift-enter`, `page-down`, or `minus`.",
1217Details1217 },
1218 1218 {
1219Track acknowledgement of the gpt-5.1-codex-max migration prompt.1219 key: "plugins.<plugin>.mcp_servers.<server>.enabled",
1220 1220 type: "boolean",
1221Key1221 description:
1222 1222 "Enable or disable an MCP server bundled by an installed plugin without changing the plugin manifest.",
1223`notice.hide_gpt5_1_migration_prompt`1223 },
1224 1224 {
1225Type / Values1225 key: "plugins.<plugin>.mcp_servers.<server>.default_tools_approval_mode",
1226 1226 type: "auto | prompt | approve",
1227`boolean`1227 description:
1228 1228 "Default approval behavior for tools on a plugin-provided MCP server.",
1229Details1229 },
1230 1230 {
1231Track acknowledgement of the GPT-5.1 migration prompt.1231 key: "plugins.<plugin>.mcp_servers.<server>.enabled_tools",
1232 1232 type: "array<string>",
1233Key1233 description:
1234 1234 "Allow list of tools exposed from a plugin-provided MCP server.",
1235`notice.hide_rate_limit_model_nudge`1235 },
1236 1236 {
1237Type / Values1237 key: "plugins.<plugin>.mcp_servers.<server>.disabled_tools",
1238 1238 type: "array<string>",
1239`boolean`1239 description:
1240 1240 "Deny list applied after `enabled_tools` for a plugin-provided MCP server.",
1241Details1241 },
1242 1242 {
1243Track opt-out of the rate limit model switch reminder.1243 key: "plugins.<plugin>.mcp_servers.<server>.tools.<tool>.approval_mode",
1244 1244 type: "auto | prompt | approve",
1245Key1245 description:
1246 1246 "Per-tool approval behavior override for a plugin-provided MCP tool.",
1247`notice.hide_world_writable_warning`1247 },
1248 1248 {
1249Type / Values1249 key: "tui.model_availability_nux.<model>",
1250 1250 type: "integer",
1251`boolean`1251 description: "Internal startup-tooltip state keyed by model slug.",
1252 1252 },
1253Details1253 {
1254 1254 key: "hide_agent_reasoning",
1255Track acknowledgement of the Windows world-writable directories warning.1255 type: "boolean",
1256 1256 description:
1257Key1257 "Suppress reasoning events in both the TUI and `codex exec` output.",
1258 1258 },
1259`notice.model_migrations`1259 {
1260 1260 key: "show_raw_agent_reasoning",
1261Type / Values1261 type: "boolean",
1262 1262 description:
1263`map<string,string>`1263 "Surface raw reasoning content when the active model emits it.",
1264 1264 },
1265Details1265 {
1266 1266 key: "disable_paste_burst",
1267Track acknowledged model migrations as old->new mappings.1267 type: "boolean",
1268 1268 description: "Disable burst-paste detection in the TUI.",
1269Key1269 },
1270 1270 {
1271`notify`1271 key: "windows_wsl_setup_acknowledged",
1272 1272 type: "boolean",
1273Type / Values1273 description: "Track Windows onboarding acknowledgement (Windows only).",
1274 1274 },
1275`array<string>`1275 {
1276 1276 key: "chatgpt_base_url",
1277Details1277 type: "string",
1278 1278 description: "Override the base URL used during the ChatGPT login flow.",
1279Command invoked for notifications; receives a JSON payload from Codex.1279 },
1280 1280 {
1281Key1281 key: "cli_auth_credentials_store",
1282 1282 type: "file | keyring | auto",
1283`oss_provider`1283 description:
1284 1284 "Control where the CLI stores cached credentials (file-based auth.json vs OS keychain).",
1285Type / Values1285 },
1286 1286 {
1287`lmstudio | ollama`1287 key: "mcp_oauth_credentials_store",
1288 1288 type: "auto | file | keyring",
1289Details1289 description: "Preferred store for MCP OAuth credentials.",
1290 1290 },
1291Default local provider used when running with `--oss` (defaults to prompting if unset).1291 {
1292 1292 key: "mcp_oauth_callback_port",
1293Key1293 type: "integer",
1294 1294 description:
1295`otel.environment`1295 "Optional fixed port for the local HTTP callback server used during MCP OAuth login. When unset, Codex binds to an ephemeral port chosen by the OS.",
1296 1296 },
1297Type / Values1297 {
1298 1298 key: "mcp_oauth_callback_url",
1299`string`1299 type: "string",
1300 1300 description:
1301Details1301 "Optional redirect URI override for MCP OAuth login (for example, a devbox ingress URL). `mcp_oauth_callback_port` still controls the callback listener port.",
1302 1302 },
1303Environment tag applied to emitted OpenTelemetry events (default: `dev`).1303 {
1304 1304 key: "experimental_use_unified_exec_tool",
1305Key1305 type: "boolean",
1306 1306 description:
1307`otel.exporter`1307 "Legacy name for enabling unified exec; prefer `[features].unified_exec` or `codex --enable unified_exec`.",
1308 1308 },
1309Type / Values1309 {
1310 1310 key: "tools.web_search",
1311`none | otlp-http | otlp-grpc`1311 type: 'boolean | { context_size = "low|medium|high", allowed_domains = [string], location = { country, region, city, timezone } }',
1312 1312 description:
1313Details1313 "Optional web search tool configuration. The legacy boolean form is still accepted, but the object form lets you set search context size, allowed domains, and approximate user location.",
1314 1314 },
1315Select the OpenTelemetry exporter and provide any endpoint metadata.1315 {
1316 1316 key: "tools.view_image",
1317Key1317 type: "boolean",
1318 1318 description: "Enable the local-image attachment tool `view_image`.",
1319`otel.exporter.<id>.endpoint`1319 },
1320 1320 {
1321Type / Values1321 key: "web_search",
1322 1322 type: "disabled | cached | live",
1323`string`1323 description:
1324 1324 'Web search mode (default: `"cached"`; cached uses an OpenAI-maintained index and does not fetch live pages; if you use `--yolo` or another full access sandbox setting, it defaults to `"live"`). Use `"live"` to fetch the most recent data from the web, or `"disabled"` to remove the tool.',
1325Details1325 },
1326 1326 {
1327Exporter endpoint for OTEL logs.1327 key: "default_permissions",
1328 1328 type: "string",
1329Key1329 description:
1330 1330 "Name of the default permissions profile to apply to sandboxed tool calls. Built-ins are `:read-only`, `:workspace`, and `:danger-no-sandbox`; custom profile names require matching `[permissions.<name>]` tables.",
1331`otel.exporter.<id>.headers`1331 },
1332 1332 {
1333Type / Values1333 key: "permissions.<name>.filesystem",
1334 1334 type: "table",
1335`map<string,string>`1335 description:
1336 1336 "Named filesystem permission profile. Each key is an absolute path or special token such as `:minimal` or `:project_roots`.",
1337Details1337 },
1338 1338 {
1339Static headers included with OTEL exporter requests.1339 key: "permissions.<name>.filesystem.glob_scan_max_depth",
1340 1340 type: "number",
1341Key1341 description:
1342 1342 "Maximum depth for expanding deny-read glob patterns on platforms that snapshot matches before sandbox startup. Must be at least `1` when set.",
1343`otel.exporter.<id>.protocol`1343 },
1344 1344 {
1345Type / Values1345 key: "permissions.<name>.filesystem.<path-or-glob>",
1346 1346 type: '"read" | "write" | "none" | table',
1347`binary | json`1347 description:
1348 1348 'Grant direct access for a path, glob pattern, or special token, or scope nested entries under that root. Use `"none"` to deny reads for matching paths.',
1349Details1349 },
1350 1350 {
1351Protocol used by the OTLP/HTTP exporter.1351 key: 'permissions.<name>.filesystem.":project_roots".<subpath-or-glob>',
1352 1352 type: '"read" | "write" | "none"',
1353Key1353 description:
1354 1354 'Scoped filesystem access relative to the detected project roots. Use `"."` for the root itself; glob subpaths such as `"**/*.env"` can deny reads with `"none"`.',
1355`otel.exporter.<id>.tls.ca-certificate`1355 },
1356 1356 {
1357Type / Values1357 key: "permissions.<name>.network.enabled",
1358 1358 type: "boolean",
1359`string`1359 description: "Enable network access for this named permissions profile.",
1360 1360 },
1361Details1361 {
1362 1362 key: "permissions.<name>.network.proxy_url",
1363CA certificate path for OTEL exporter TLS.1363 type: "string",
1364 1364 description:
1365Key1365 "HTTP listener URL used when this permissions profile enables sandboxed networking.",
1366 1366 },
1367`otel.exporter.<id>.tls.client-certificate`1367 {
1368 1368 key: "permissions.<name>.network.enable_socks5",
1369Type / Values1369 type: "boolean",
1370 1370 description:
1371`string`1371 "Expose SOCKS5 support when this permissions profile enables sandboxed networking.",
1372 1372 },
1373Details1373 {
1374 1374 key: "permissions.<name>.network.socks_url",
1375Client certificate path for OTEL exporter TLS.1375 type: "string",
1376 1376 description: "SOCKS5 proxy endpoint used by this permissions profile.",
1377Key1377 },
1378 1378 {
1379`otel.exporter.<id>.tls.client-private-key`1379 key: "permissions.<name>.network.enable_socks5_udp",
1380 1380 type: "boolean",
1381Type / Values1381 description: "Allow UDP over the SOCKS5 listener when enabled.",
1382 1382 },
1383`string`1383 {
1384 1384 key: "permissions.<name>.network.allow_upstream_proxy",
1385Details1385 type: "boolean",
1386 1386 description:
1387Client private key path for OTEL exporter TLS.1387 "Allow sandboxed networking to chain through another upstream proxy.",
1388 1388 },
1389Key1389 {
1390 1390 key: "permissions.<name>.network.dangerously_allow_non_loopback_proxy",
1391`otel.log_user_prompt`1391 type: "boolean",
1392 1392 description:
1393Type / Values1393 "Permit non-loopback bind addresses for sandboxed networking listeners. Enabling it can expose listeners beyond localhost.",
1394 1394 },
1395`boolean`1395 {
1396 1396 key: "permissions.<name>.network.dangerously_allow_all_unix_sockets",
1397Details1397 type: "boolean",
1398 1398 description:
1399Opt in to exporting raw user prompts with OpenTelemetry logs.1399 "Allow arbitrary Unix socket destinations instead of the default restricted set. Use only in tightly controlled environments.",
1400 1400 },
1401Key1401 {
1402 1402 key: "permissions.<name>.network.domains",
1403`otel.trace_exporter`1403 type: "map<string, allow | deny>",
1404 1404 description:
1405Type / Values1405 "Domain rules for sandboxed networking. Supports exact hosts, `*.example.com` for subdomains only, `**.example.com` for apex plus subdomains, and global `*` allow rules. `deny` wins on conflicts.",
1406 1406 },
1407`none | otlp-http | otlp-grpc`1407 {
1408 1408 key: "permissions.<name>.network.unix_sockets",
1409Details1409 type: "map<string, allow | none>",
1410 1410 description:
1411Select the OpenTelemetry trace exporter and provide any endpoint metadata.1411 "Unix socket rules for sandboxed networking. Use socket paths as keys, with `allow` or `none` values.",
1412 1412 },
1413Key1413 {
1414 1414 key: "permissions.<name>.network.allow_local_binding",
1415`otel.trace_exporter.<id>.endpoint`1415 type: "boolean",
1416 1416 description:
1417Type / Values1417 "Permit broader local/private-network access through sandboxed networking. Exact local IP literal or `localhost` allow rules can still permit specific local targets when this stays `false`.",
1418 1418 },
1419`string`1419 {
1420 1420 key: "projects.<path>.trust_level",
1421Details1421 type: "string",
1422 1422 description:
1423Trace exporter endpoint for OTEL logs.1423 'Mark a project or worktree as trusted or untrusted (`"trusted"` | `"untrusted"`). Untrusted projects skip project-scoped `.codex/` layers, including project-local config, hooks, and rules.',
1424 1424 },
1425Key1425 {
1426 1426 key: "notice.hide_full_access_warning",
1427`otel.trace_exporter.<id>.headers`1427 type: "boolean",
1428 1428 description: "Track acknowledgement of the full access warning prompt.",
1429Type / Values1429 },
1430 1430 {
1431`map<string,string>`1431 key: "notice.hide_world_writable_warning",
1432 1432 type: "boolean",
1433Details1433 description:
1434 1434 "Track acknowledgement of the Windows world-writable directories warning.",
1435Static headers included with OTEL trace exporter requests.1435 },
1436 1436 {
1437Key1437 key: "notice.hide_rate_limit_model_nudge",
1438 1438 type: "boolean",
1439`otel.trace_exporter.<id>.protocol`1439 description: "Track opt-out of the rate limit model switch reminder.",
1440 1440 },
1441Type / Values1441 {
1442 1442 key: "notice.hide_gpt5_1_migration_prompt",
1443`binary | json`1443 type: "boolean",
1444 1444 description: "Track acknowledgement of the GPT-5.1 migration prompt.",
1445Details1445 },
1446 1446 {
1447Protocol used by the OTLP/HTTP trace exporter.1447 key: "notice.hide_gpt-5.1-codex-max_migration_prompt",
1448 1448 type: "boolean",
1449Key1449 description:
1450 1450 "Track acknowledgement of the gpt-5.1-codex-max migration prompt.",
1451`otel.trace_exporter.<id>.tls.ca-certificate`1451 },
1452 1452 {
1453Type / Values1453 key: "notice.model_migrations",
1454 1454 type: "map<string,string>",
1455`string`1455 description: "Track acknowledged model migrations as old->new mappings.",
1456 1456 },
1457Details1457 {
1458 1458 key: "forced_login_method",
1459CA certificate path for OTEL trace exporter TLS.1459 type: "chatgpt | api",
1460 1460 description: "Restrict Codex to a specific authentication method.",
1461Key1461 },
1462 1462 {
1463`otel.trace_exporter.<id>.tls.client-certificate`1463 key: "forced_chatgpt_workspace_id",
1464 1464 type: "string (uuid)",
1465Type / Values1465 description: "Limit ChatGPT logins to a specific workspace identifier.",
1466 1466 },
1467`string`1467 ]}
1468 1468 client:load
1469Details1469/>
1470
1471Client certificate path for OTEL trace exporter TLS.
1472
1473Key
1474
1475`otel.trace_exporter.<id>.tls.client-private-key`
1476
1477Type / Values
1478
1479`string`
1480
1481Details
1482
1483Client private key path for OTEL trace exporter TLS.
1484
1485Key
1486
1487`personality`
1488
1489Type / Values
1490
1491`none | friendly | pragmatic`
1492
1493Details
1494
1495Default communication style for models that advertise `supportsPersonality`; can be overridden per thread/turn or via `/personality`.
1496
1497Key
1498
1499`profile`
1500
1501Type / Values
1502
1503`string`
1504
1505Details
1506
1507Default profile applied at startup (equivalent to `--profile`).
1508
1509Key
1510
1511`profiles.<name>.*`
1512
1513Type / Values
1514
1515`various`
1516
1517Details
1518
1519Profile-scoped overrides for any of the supported configuration keys.
1520
1521Key
1522
1523`profiles.<name>.experimental_use_freeform_apply_patch`
1524
1525Type / Values
1526
1527`boolean`
1528
1529Details
1530
1531Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`.
1532
1533Key
1534
1535`profiles.<name>.experimental_use_unified_exec_tool`
1536
1537Type / Values
1538
1539`boolean`
1540
1541Details
1542
1543Legacy name for enabling unified exec; prefer `[features].unified_exec`.
1544
1545Key
1546
1547`profiles.<name>.include_apply_patch_tool`
1548
1549Type / Values
1550
1551`boolean`
1552
1553Details
1554
1555Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`.
1556
1557Key
1558
1559`profiles.<name>.oss_provider`
1560
1561Type / Values
1562
1563`lmstudio | ollama`
1564
1565Details
1566
1567Profile-scoped OSS provider for `--oss` sessions.
1568
1569Key
1570
1571`profiles.<name>.personality`
1572
1573Type / Values
1574
1575`none | friendly | pragmatic`
1576
1577Details
1578
1579Profile-scoped communication style override for supported models.
1580
1581Key
1582
1583`profiles.<name>.web_search`
1584
1585Type / Values
1586
1587`disabled | cached | live`
1588
1589Details
1590
1591Profile-scoped web search mode override (default: `"cached"`).
1592
1593Key
1594
1595`project_doc_fallback_filenames`
1596
1597Type / Values
1598
1599`array<string>`
1600
1601Details
1602
1603Additional filenames to try when `AGENTS.md` is missing.
1604
1605Key
1606
1607`project_doc_max_bytes`
1608
1609Type / Values
1610
1611`number`
1612
1613Details
1614
1615Maximum bytes read from `AGENTS.md` when building project instructions.
1616
1617Key
1618
1619`project_root_markers`
1620
1621Type / Values
1622
1623`array<string>`
1624
1625Details
1626
1627List of project root marker filenames; used when searching parent directories for the project root.
1628
1629Key
1630
1631`projects.<path>.trust_level`
1632
1633Type / Values
1634
1635`string`
1636
1637Details
1638
1639Mark a project or worktree as trusted or untrusted (`"trusted"` | `"untrusted"`). Untrusted projects skip project-scoped `.codex/` layers.
1640
1641Key
1642
1643`review_model`
1644
1645Type / Values
1646
1647`string`
1648
1649Details
1650
1651Optional model override used by `/review` (defaults to the current session model).
1652
1653Key
1654
1655`sandbox_mode`
1656
1657Type / Values
1658
1659`read-only | workspace-write | danger-full-access`
1660
1661Details
1662
1663Sandbox policy for filesystem and network access during command execution.
1664
1665Key
1666
1667`sandbox_workspace_write.exclude_slash_tmp`
1668
1669Type / Values
1670
1671`boolean`
1672
1673Details
1674
1675Exclude `/tmp` from writable roots in workspace-write mode.
1676
1677Key
1678
1679`sandbox_workspace_write.exclude_tmpdir_env_var`
1680
1681Type / Values
1682
1683`boolean`
1684
1685Details
1686
1687Exclude `$TMPDIR` from writable roots in workspace-write mode.
1688
1689Key
1690
1691`sandbox_workspace_write.network_access`
1692
1693Type / Values
1694
1695`boolean`
1696
1697Details
1698
1699Allow outbound network access inside the workspace-write sandbox.
1700
1701Key
1702
1703`sandbox_workspace_write.writable_roots`
1704
1705Type / Values
1706
1707`array<string>`
1708
1709Details
1710
1711Additional writable roots when `sandbox_mode = "workspace-write"`.
1712
1713Key
1714
1715`shell_environment_policy.exclude`
1716
1717Type / Values
1718
1719`array<string>`
1720
1721Details
1722
1723Glob patterns for removing environment variables after the defaults.
1724
1725Key
1726
1727`shell_environment_policy.experimental_use_profile`
1728
1729Type / Values
1730
1731`boolean`
1732
1733Details
1734
1735Use the user shell profile when spawning subprocesses.
1736
1737Key
1738
1739`shell_environment_policy.ignore_default_excludes`
1740
1741Type / Values
1742
1743`boolean`
1744
1745Details
1746
1747Keep variables containing KEY/SECRET/TOKEN before other filters run.
1748
1749Key
1750
1751`shell_environment_policy.include_only`
1752
1753Type / Values
1754
1755`array<string>`
1756
1757Details
1758
1759Whitelist of patterns; when set only matching variables are kept.
1760
1761Key
1762
1763`shell_environment_policy.inherit`
1764
1765Type / Values
1766
1767`all | core | none`
1768
1769Details
1770
1771Baseline environment inheritance when spawning subprocesses.
1772
1773Key
1774
1775`shell_environment_policy.set`
1776
1777Type / Values
1778
1779`map<string,string>`
1780
1781Details
1782
1783Explicit environment overrides injected into every subprocess.
1784
1785Key
1786
1787`show_raw_agent_reasoning`
1788
1789Type / Values
1790
1791`boolean`
1792
1793Details
1794
1795Surface raw reasoning content when the active model emits it.
1796
1797Key
1798
1799`skills.config`
1800
1801Type / Values
1802
1803`array<object>`
1804
1805Details
1806
1807Per-skill enablement overrides stored in config.toml.
1808
1809Key
1810
1811`skills.config.<index>.enabled`
1812
1813Type / Values
1814
1815`boolean`
1816
1817Details
1818
1819Enable or disable the referenced skill.
1820
1821Key
1822
1823`skills.config.<index>.path`
1824
1825Type / Values
1826
1827`string (path)`
1828
1829Details
1830
1831Path to a skill folder containing `SKILL.md`.
1832
1833Key
1834
1835`suppress_unstable_features_warning`
1836
1837Type / Values
1838
1839`boolean`
1840
1841Details
1842
1843Suppress the warning that appears when under-development feature flags are enabled.
1844
1845Key
1846
1847`tool_output_token_limit`
1848
1849Type / Values
1850
1851`number`
1852
1853Details
1854
1855Token budget for storing individual tool/function outputs in history.
1856
1857Key
1858
1859`tools.web_search`
1860
1861Type / Values
1862
1863`boolean`
1864
1865Details
1866
1867Deprecated legacy toggle for web search; prefer the top-level `web_search` setting.
1868
1869Key
1870
1871`tui`
1872
1873Type / Values
1874
1875`table`
1876
1877Details
1878
1879TUI-specific options such as enabling inline desktop notifications.
1880
1881Key
1882
1883`tui.alternate_screen`
1884
1885Type / Values
1886
1887`auto | always | never`
1888
1889Details
1890
1891Control alternate screen usage for the TUI (default: auto; auto skips it in Zellij to preserve scrollback).
1892
1893Key
1894
1895`tui.animations`
1896
1897Type / Values
1898
1899`boolean`
1900
1901Details
1902
1903Enable terminal animations (welcome screen, shimmer, spinner) (default: true).
1904
1905Key
1906
1907`tui.notification_method`
1908
1909Type / Values
1910
1911`auto | osc9 | bel`
1912
1913Details
1914
1915Notification method for unfocused terminal notifications (default: auto).
1916
1917Key
1918
1919`tui.notifications`
1920
1921Type / Values
1922
1923`boolean | array<string>`
1924
1925Details
1926
1927Enable TUI notifications; optionally restrict to specific event types.
1928
1929Key
1930
1931`tui.show_tooltips`
1932
1933Type / Values
1934
1935`boolean`
1936
1937Details
1938
1939Show onboarding tooltips in the TUI welcome screen (default: true).
1940
1941Key
1942
1943`tui.status_line`
1944
1945Type / Values
1946
1947`array<string> | null`
1948
1949Details
1950
1951Ordered list of TUI footer status-line item identifiers. `null` disables the status line.
1952
1953Key
1954
1955`web_search`
1956
1957Type / Values
1958
1959`disabled | cached | live`
1960
1961Details
1962
1963Web search mode (default: `"cached"`; cached uses an OpenAI-maintained index and does not fetch live pages; if you use `--yolo` or another full access sandbox setting, it defaults to `"live"`). Use `"live"` to fetch the most recent data from the web, or `"disabled"` to remove the tool.
1964
1965Key
1966
1967`windows_wsl_setup_acknowledged`
1968
1969Type / Values
1970
1971`boolean`
1972
1973Details
1974
1975Track Windows onboarding acknowledgement (Windows only).
1976
1977Expand to view all
1978 1470
1979You can find the latest JSON schema for `config.toml` [here](https://developers.openai.com/codex/config-schema.json).1471You can find the latest JSON schema for `config.toml` [here](https://developers.openai.com/codex/config-schema.json).
1980 1472
1988 1480
1989## `requirements.toml`1481## `requirements.toml`
1990 1482
1991`requirements.toml` is an admin-enforced configuration file that constrains security-sensitive settings users can’t override. For details, locations, and examples, see [Admin-enforced requirements](https://developers.openai.com/codex/security#admin-enforced-requirements-requirementstoml).1483`requirements.toml` is an admin-enforced configuration file that constrains security-sensitive settings users can't override. For details, locations, and examples, see [Admin-enforced requirements](https://developers.openai.com/codex/enterprise/managed-configuration#admin-enforced-requirements-requirementstoml).
1992 1484
1993For ChatGPT Business and Enterprise users, Codex can also apply cloud-fetched1485For ChatGPT Business and Enterprise users, Codex can also apply cloud-fetched
1994requirements. See the security page for precedence details.1486requirements. See the security page for precedence details.
1995 1487
1996| Key | Type / Values | Details |1488Use `[features]` in `requirements.toml` to pin feature flags by the same
1997| --- | --- | --- |1489canonical keys that `config.toml` uses. Omitted keys remain unconstrained.
1998| `allowed_approval_policies` | `array<string>` | Allowed values for `approval\_policy`. |1490
1999| `allowed_sandbox_modes` | `array<string>` | Allowed values for `sandbox_mode`. |1491<ConfigTable
2000| `allowed_web_search_modes` | `array<string>` | Allowed values for `web_search` (`disabled`, `cached`, `live`). `disabled` is always allowed; an empty list effectively allows only `disabled`. |1492 options={[
2001| `mcp_servers` | `table` | Allowlist of MCP servers that may be enabled. Both the server name (`<id>`) and its identity must match for the MCP server to be enabled. Any configured MCP server not in the allowlist (or with a mismatched identity) is disabled. |1493 {
2002| `mcp_servers.<id>.identity` | `table` | Identity rule for a single MCP server. Set either `command` (stdio) or `url` (streamable HTTP). |1494 key: "allowed_approval_policies",
2003| `mcp_servers.<id>.identity.command` | `string` | Allow an MCP stdio server when its `mcp_servers.<id>.command` matches this command. |1495 type: "array<string>",
2004| `mcp_servers.<id>.identity.url` | `string` | Allow an MCP streamable HTTP server when its `mcp_servers.<id>.url` matches this URL. |1496 description:
2005| `rules` | `table` | Admin-enforced command rules merged with `.rules` files. Requirements rules must be restrictive. |1497 "Allowed values for `approval_policy` (for example `untrusted`, `on-request`, `never`, and `granular`).",
2006| `rules.prefix_rules` | `array<table>` | List of enforced prefix rules. Each rule must include `pattern` and `decision`. |1498 },
2007| `rules.prefix_rules[].decision` | `prompt | forbidden` | Required. Requirements rules can only prompt or forbid (not allow). |1499 {
2008| `rules.prefix_rules[].justification` | `string` | Optional non-empty rationale surfaced in approval prompts or rejection messages. |1500 key: "allowed_approvals_reviewers",
2009| `rules.prefix_rules[].pattern` | `array<table>` | Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`. |1501 type: "array<string>",
2010| `rules.prefix_rules[].pattern[].any_of` | `array<string>` | A list of allowed alternative tokens at this position. |1502 description:
2011| `rules.prefix_rules[].pattern[].token` | `string` | A single literal token at this position. |1503 "Allowed values for `approvals_reviewer`, such as `user` and `auto_review`.",
2012 1504 },
2013Key1505 {
2014 1506 key: "guardian_policy_config",
2015`allowed_approval_policies`1507 type: "string",
2016 1508 description:
2017Type / Values1509 "Managed Markdown policy instructions for automatic review. This takes precedence over local `[auto_review].policy`. Blank values are ignored.",
2018 1510 },
2019`array<string>`1511 {
2020 1512 key: "allowed_sandbox_modes",
2021Details1513 type: "array<string>",
2022 1514 description: "Allowed values for `sandbox_mode`.",
2023Allowed values for `approval\_policy`.1515 },
2024 1516 {
2025Key1517 key: "remote_sandbox_config",
2026 1518 type: "array<table>",
2027`allowed_sandbox_modes`1519 description:
2028 1520 "Host-specific sandbox requirements. The first entry whose `hostname_patterns` match the resolved host name overrides top-level `allowed_sandbox_modes` for that requirements source. Host-specific entries currently override sandbox modes only.",
2029Type / Values1521 },
2030 1522 {
2031`array<string>`1523 key: "remote_sandbox_config[].hostname_patterns",
2032 1524 type: "array<string>",
2033Details1525 description:
2034 1526 "Case-insensitive host name patterns. Supports `*` for any sequence of characters and `?` for one character.",
2035Allowed values for `sandbox_mode`.1527 },
2036 1528 {
2037Key1529 key: "remote_sandbox_config[].allowed_sandbox_modes",
2038 1530 type: "array<string>",
2039`allowed_web_search_modes`1531 description:
2040 1532 "Allowed sandbox modes to apply when this host-specific entry matches.",
2041Type / Values1533 },
2042 1534 {
2043`array<string>`1535 key: "allowed_web_search_modes",
2044 1536 type: "array<string>",
2045Details1537 description:
2046 1538 "Allowed values for `web_search` (`disabled`, `cached`, `live`). `disabled` is always allowed; an empty list effectively allows only `disabled`.",
2047Allowed values for `web_search` (`disabled`, `cached`, `live`). `disabled` is always allowed; an empty list effectively allows only `disabled`.1539 },
2048 1540 {
2049Key1541 key: "features",
2050 1542 type: "table",
2051`mcp_servers`1543 description:
2052 1544 "Pinned feature values keyed by the canonical names from `config.toml`'s `[features]` table.",
2053Type / Values1545 },
2054 1546 {
2055`table`1547 key: "features.<name>",
2056 1548 type: "boolean",
2057Details1549 description:
2058 1550 "Require a specific canonical feature key to stay enabled or disabled.",
2059Allowlist of MCP servers that may be enabled. Both the server name (`<id>`) and its identity must match for the MCP server to be enabled. Any configured MCP server not in the allowlist (or with a mismatched identity) is disabled.1551 },
2060 1552 {
2061Key1553 key: "features.in_app_browser",
2062 1554 type: "boolean",
2063`mcp_servers.<id>.identity`1555 description:
2064 1556 "Set to `false` in `requirements.toml` to disable the in-app browser pane.",
2065Type / Values1557 },
2066 1558 {
2067`table`1559 key: "features.browser_use",
2068 1560 type: "boolean",
2069Details1561 description:
2070 1562 "Set to `false` in `requirements.toml` to disable Browser Use and Browser Agent availability.",
2071Identity rule for a single MCP server. Set either `command` (stdio) or `url` (streamable HTTP).1563 },
2072 1564 {
2073Key1565 key: "features.computer_use",
2074 1566 type: "boolean",
2075`mcp_servers.<id>.identity.command`1567 description:
2076 1568 "Set to `false` in `requirements.toml` to disable Computer Use availability and related install or enablement flows.",
2077Type / Values1569 },
2078 1570 {
2079`string`1571 key: "experimental_network",
2080 1572 type: "table",
2081Details1573 description:
2082 1574 "Network access requirements enforced from `requirements.toml`. These constraints are separate from `features.network_proxy` and can configure sandboxed networking without the user feature flag.",
2083Allow an MCP stdio server when its `mcp_servers.<id>.command` matches this command.1575 },
2084 1576 {
2085Key1577 key: "experimental_network.enabled",
2086 1578 type: "boolean",
2087`mcp_servers.<id>.identity.url`1579 description:
2088 1580 "Enable sandboxed networking requirements. This does not grant network access when the active sandbox keeps command networking off.",
2089Type / Values1581 },
2090 1582 {
2091`string`1583 key: "experimental_network.http_port",
2092 1584 type: "integer",
2093Details1585 description:
2094 1586 "Loopback HTTP listener port to use for `[experimental_network]` requirements.",
2095Allow an MCP streamable HTTP server when its `mcp_servers.<id>.url` matches this URL.1587 },
2096 1588 {
2097Key1589 key: "experimental_network.socks_port",
2098 1590 type: "integer",
2099`rules`1591 description:
2100 1592 "Loopback SOCKS5 listener port to use for `[experimental_network]` requirements.",
2101Type / Values1593 },
2102 1594 {
2103`table`1595 key: "experimental_network.allow_upstream_proxy",
2104 1596 type: "boolean",
2105Details1597 description:
2106 1598 "Allow sandboxed networking to chain through an upstream proxy from the environment.",
2107Admin-enforced command rules merged with `.rules` files. Requirements rules must be restrictive.1599 },
2108 1600 {
2109Key1601 key: "experimental_network.dangerously_allow_non_loopback_proxy",
2110 1602 type: "boolean",
2111`rules.prefix_rules`1603 description:
2112 1604 "Permit non-loopback listener addresses for `[experimental_network]` requirements. Enabling it can expose listeners beyond localhost.",
2113Type / Values1605 },
2114 1606 {
2115`array<table>`1607 key: "experimental_network.dangerously_allow_all_unix_sockets",
2116 1608 type: "boolean",
2117Details1609 description:
2118 1610 "Permit arbitrary Unix socket destinations instead of allowlist-only access. Use only in tightly controlled environments.",
2119List of enforced prefix rules. Each rule must include `pattern` and `decision`.1611 },
2120 1612 {
2121Key1613 key: "experimental_network.domains",
2122 1614 type: "map<string, allow | deny>",
2123`rules.prefix_rules[].decision`1615 description:
2124 1616 "Map-shaped administrator domain policy for sandboxed networking. Supports exact hosts, `*.example.com` for subdomains only, `**.example.com` for apex plus subdomains, and global `*` allow rules; prefer scoped rules because `*` broadly opens public outbound access. `deny` wins on conflicts. Do not combine this with `experimental_network.allowed_domains` or `experimental_network.denied_domains`.",
2125Type / Values1617 },
2126 1618 {
2127`prompt | forbidden`1619 key: "experimental_network.allowed_domains",
2128 1620 type: "array<string>",
2129Details1621 description:
2130 1622 "List-shaped administrator allow rules for sandboxed networking. Do not combine this with `experimental_network.domains`.",
2131Required. Requirements rules can only prompt or forbid (not allow).1623 },
2132 1624 {
2133Key1625 key: "experimental_network.denied_domains",
2134 1626 type: "array<string>",
2135`rules.prefix_rules[].justification`1627 description:
2136 1628 "List-shaped administrator deny rules for sandboxed networking. Do not combine this with `experimental_network.domains`.",
2137Type / Values1629 },
2138 1630 {
2139`string`1631 key: "experimental_network.managed_allowed_domains_only",
2140 1632 type: "boolean",
2141Details1633 description:
2142 1634 "When `true`, only administrator-managed allow rules remain effective while sandboxed networking requirements are active; user allowlist additions are ignored. Without managed allow rules, user-added domain allow rules do not remain effective.",
2143Optional non-empty rationale surfaced in approval prompts or rejection messages.1635 },
2144 1636 {
2145Key1637 key: "experimental_network.unix_sockets",
2146 1638 type: "map<string, allow | none>",
2147`rules.prefix_rules[].pattern`1639 description:
2148 1640 "Administrator-managed Unix socket policy for sandboxed networking.",
2149Type / Values1641 },
2150 1642 {
2151`array<table>`1643 key: "experimental_network.allow_local_binding",
2152 1644 type: "boolean",
2153Details1645 description:
2154 1646 "Permit broader local/private-network access for sandboxed networking. Exact local IP literal or `localhost` allow rules can still permit specific local targets when this stays `false`.",
2155Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`.1647 },
2156 1648 {
2157Key1649 key: "hooks",
2158 1650 type: "table",
2159`rules.prefix_rules[].pattern[].any_of`1651 description:
2160 1652 "Admin-enforced managed lifecycle hooks. Requires a managed hook directory and uses the same event schema as inline `[hooks]` in `config.toml`.",
2161Type / Values1653 },
2162 1654 {
2163`array<string>`1655 key: "hooks.managed_dir",
2164 1656 type: "string (absolute path)",
2165Details1657 description:
2166 1658 "Directory containing managed hook scripts on macOS and Linux. Codex validates that it is absolute and exists before loading managed hooks.",
2167A list of allowed alternative tokens at this position.1659 },
2168 1660 {
2169Key1661 key: "hooks.windows_managed_dir",
2170 1662 type: "string (absolute path)",
2171`rules.prefix_rules[].pattern[].token`1663 description:
2172 1664 "Directory containing managed hook scripts on Windows. Codex validates that it is absolute and exists before loading managed hooks.",
2173Type / Values1665 },
2174 1666 {
2175`string`1667 key: "hooks.<Event>",
2176 1668 type: "array<table>",
2177Details1669 description:
2178 1670 "Matcher groups for a hook event such as `PreToolUse`, `PermissionRequest`, `PostToolUse`, `SessionStart`, `UserPromptSubmit`, or `Stop`.",
2179A single literal token at this position.1671 },
2180 1672 {
2181Expand to view all1673 key: "hooks.<Event>[].hooks",
1674 type: "array<table>",
1675 description:
1676 "Hook handlers for a matcher group. Command hooks are currently supported; prompt and agent hook handlers are parsed but skipped.",
1677 },
1678 {
1679 key: "permissions.filesystem.deny_read",
1680 type: "array<string>",
1681 description:
1682 "Admin-enforced filesystem read denials. Entries can be paths or glob patterns, and users cannot weaken them with local config.",
1683 },
1684 {
1685 key: "mcp_servers",
1686 type: "table",
1687 description:
1688 "Allowlist of MCP servers that may be enabled. Both the server name (`<id>`) and its identity must match for the MCP server to be enabled. Any configured MCP server not in the allowlist (or with a mismatched identity) is disabled.",
1689 },
1690 {
1691 key: "mcp_servers.<id>.identity",
1692 type: "table",
1693 description:
1694 "Identity rule for a single MCP server. Set either `command` (stdio) or `url` (streamable HTTP).",
1695 },
1696 {
1697 key: "mcp_servers.<id>.identity.command",
1698 type: "string",
1699 description:
1700 "Allow an MCP stdio server when its `mcp_servers.<id>.command` matches this command.",
1701 },
1702 {
1703 key: "mcp_servers.<id>.identity.url",
1704 type: "string",
1705 description:
1706 "Allow an MCP streamable HTTP server when its `mcp_servers.<id>.url` matches this URL.",
1707 },
1708 {
1709 key: "rules",
1710 type: "table",
1711 description:
1712 "Admin-enforced command rules merged with `.rules` files. Requirements rules must be restrictive.",
1713 },
1714 {
1715 key: "rules.prefix_rules",
1716 type: "array<table>",
1717 description:
1718 "List of enforced prefix rules. Each rule must include `pattern` and `decision`.",
1719 },
1720 {
1721 key: "rules.prefix_rules[].pattern",
1722 type: "array<table>",
1723 description:
1724 "Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`.",
1725 },
1726 {
1727 key: "rules.prefix_rules[].pattern[].token",
1728 type: "string",
1729 description: "A single literal token at this position.",
1730 },
1731 {
1732 key: "rules.prefix_rules[].pattern[].any_of",
1733 type: "array<string>",
1734 description: "A list of allowed alternative tokens at this position.",
1735 },
1736 {
1737 key: "rules.prefix_rules[].decision",
1738 type: "prompt | forbidden",
1739 description:
1740 "Required. Requirements rules can only prompt or forbid (not allow).",
1741 },
1742 {
1743 key: "rules.prefix_rules[].justification",
1744 type: "string",
1745 description:
1746 "Optional non-empty rationale surfaced in approval prompts or rejection messages.",
1747 },
1748 ]}
1749 client:load
1750/>