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
9| Key | Type / Values | Details |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/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).
10| --- | --- | --- |10
11| `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. |11<ConfigTable
12| `agents.<name>.description` | `string` | Role guidance shown to Codex when choosing and spawning that agent type. |12 options={[
13| `agents.max_threads` | `number` | Maximum number of agent threads that can be open concurrently. |13 {
14| `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. |14 key: "model",
15| `apps.<id>.disabled_reason` | `unknown | user` | Optional reason attached when an app/connector is disabled. |15 type: "string",
16| `apps.<id>.enabled` | `boolean` | Enable or disable a specific app/connector by id (default: true). |16 description: "Model to use (e.g., `gpt-5.5`).",
17| `chatgpt_base_url` | `string` | Override the base URL used during the ChatGPT login flow. |17 },
18| `check_for_update_on_startup` | `boolean` | Check for Codex updates on startup (set to false only when updates are centrally managed). |18 {
19| `cli_auth_credentials_store` | `file | keyring | auto` | Control where the CLI stores cached credentials (file-based auth.json vs OS keychain). |19 key: "review_model",
20| `compact_prompt` | `string` | Inline override for the history compaction prompt. |20 type: "string",
21| `developer_instructions` | `string` | Additional developer instructions injected into the session (optional). |21 description:
22| `disable_paste_burst` | `boolean` | Disable burst-paste detection in the TUI. |22 "Optional model override used by `/review` (defaults to the current session model).",
23| `experimental_compact_prompt_file` | `string (path)` | Load the compaction prompt override from a file (experimental). |23 },
24| `experimental_use_freeform_apply_patch` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform` or `codex --enable apply_patch_freeform`. |24 {
25| `experimental_use_unified_exec_tool` | `boolean` | Legacy name for enabling unified exec; prefer `[features].unified_exec` or `codex --enable unified_exec`. |25 key: "model_provider",
26| `features.apply_patch_freeform` | `boolean` | Expose the freeform `apply_patch` tool (experimental). |26 type: "string",
27| `features.apps` | `boolean` | Enable ChatGPT Apps/connectors support (experimental). |27 description: "Provider id from `model_providers` (default: `openai`).",
28| `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). |28 },
29| `features.child_agents_md` | `boolean` | Append AGENTS.md scope/precedence guidance even when no AGENTS.md is present (experimental). |29 {
30| `features.collaboration_modes` | `boolean` | Enable collaboration modes such as plan mode (stable; on by default). |30 key: "openai_base_url",
31| `features.elevated_windows_sandbox` | `boolean` | Enable the elevated Windows sandbox pipeline (experimental). |31 type: "string",
32| `features.experimental_windows_sandbox` | `boolean` | Run the Windows restricted-token sandbox (experimental). |32 description:
33| `features.multi_agent` | `boolean` | Enable multi-agent collaboration tools (`spawn\_agent`, `send\_input`, `resume\_agent`, `wait`, and `close\_agent`) (experimental; off by default). |33 "Base URL override for the built-in `openai` model provider.",
34| `features.personality` | `boolean` | Enable personality selection controls (stable; on by default). |34 },
35| `features.powershell_utf8` | `boolean` | Force PowerShell UTF-8 output (defaults to true). |35 {
36| `features.remote_models` | `boolean` | Refresh remote model list before showing readiness (experimental). |36 key: "model_context_window",
37| `features.request_rule` | `boolean` | Enable Smart approvals (`prefix_rule` suggestions on escalation requests; stable; on by default). |37 type: "number",
38| `features.runtime_metrics` | `boolean` | Show runtime metrics summary in TUI turn separators (experimental). |38 description: "Context window tokens available to the active model.",
39| `features.search_tool` | `boolean` | Enable `search_tool_bm25` for Apps tool discovery before invoking app MCP tools (experimental). |39 },
40| `features.shell_snapshot` | `boolean` | Snapshot shell environment to speed up repeated commands (beta). |40 {
41| `features.shell_tool` | `boolean` | Enable the default `shell` tool for running commands (stable; on by default). |41 key: "model_auto_compact_token_limit",
42| `features.unified_exec` | `boolean` | Use the unified PTY-backed exec tool (beta). |42 type: "number",
43| `features.use_linux_sandbox_bwrap` | `boolean` | Use the bubblewrap-based Linux sandbox pipeline (experimental; off by default). |43 description:
44| `features.web_search` | `boolean` | Deprecated legacy toggle; prefer the top-level `web_search` setting. |44 "Token threshold that triggers automatic history compaction (unset uses model defaults).",
45| `features.web_search_cached` | `boolean` | Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "cached"`. |45 },
46| `features.web_search_request` | `boolean` | Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "live"`. |46 {
47| `feedback.enabled` | `boolean` | Enable feedback submission via `/feedback` across Codex surfaces (default: true). |47 key: "model_catalog_json",
48| `file_opener` | `vscode | vscode-insiders | windsurf | cursor | none` | URI scheme used to open citations from Codex output (default: `vscode`). |48 type: "string (path)",
49| `forced_chatgpt_workspace_id` | `string (uuid)` | Limit ChatGPT logins to a specific workspace identifier. |49 description:
50| `forced_login_method` | `chatgpt | api` | Restrict Codex to a specific authentication method. |50 "Optional path to a JSON model catalog loaded on startup. Profile-level `profiles.<name>.model_catalog_json` can override this per profile.",
51| `hide_agent_reasoning` | `boolean` | Suppress reasoning events in both the TUI and `codex exec` output. |51 },
52| `history.max_bytes` | `number` | If set, caps the history file size in bytes by dropping oldest entries. |52 {
53| `history.persistence` | `save-all | none` | Control whether Codex saves session transcripts to history.jsonl. |53 key: "oss_provider",
54| `include_apply_patch_tool` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`. |54 type: "lmstudio | ollama",
55| `instructions` | `string` | Reserved for future use; prefer `model_instructions_file` or `AGENTS.md`. |55 description:
56| `log_dir` | `string (path)` | Directory where Codex writes log files (for example `codex-tui.log`); defaults to `$CODEX_HOME/log`. |56 "Default local provider used when running with `--oss` (defaults to prompting if unset).",
57| `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. |57 },
58| `mcp_oauth_credentials_store` | `auto | file | keyring` | Preferred store for MCP OAuth credentials. |58 {
59| `mcp_servers.<id>.args` | `array<string>` | Arguments passed to the MCP stdio server command. |59 key: "approval_policy",
60| `mcp_servers.<id>.bearer_token_env_var` | `string` | Environment variable sourcing the bearer token for an MCP HTTP server. |60 type: "untrusted | on-request | never | { granular = { sandbox_approval = bool, rules = bool, mcp_elicitations = bool, request_permissions = bool, skill_approval = bool } }",
61| `mcp_servers.<id>.command` | `string` | Launcher command for an MCP stdio server. |61 description:
62| `mcp_servers.<id>.cwd` | `string` | Working directory for the MCP stdio server process. |62 "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.",
63| `mcp_servers.<id>.disabled_tools` | `array<string>` | Deny list applied after `enabled_tools` for the MCP server. |63 },
64| `mcp_servers.<id>.enabled` | `boolean` | Disable an MCP server without removing its configuration. |64 {
65| `mcp_servers.<id>.enabled_tools` | `array<string>` | Allow list of tool names exposed by the MCP server. |65 key: "approval_policy.granular.sandbox_approval",
66| `mcp_servers.<id>.env` | `map<string,string>` | Environment variables forwarded to the MCP stdio server. |66 type: "boolean",
67| `mcp_servers.<id>.env_http_headers` | `map<string,string>` | HTTP headers populated from environment variables for an MCP HTTP server. |67 description:
68| `mcp_servers.<id>.env_vars` | `array<string>` | Additional environment variables to whitelist for an MCP stdio server. |68 "When `true`, sandbox escalation approval prompts are allowed to surface.",
69| `mcp_servers.<id>.http_headers` | `map<string,string>` | Static HTTP headers included with each MCP HTTP request. |69 },
70| `mcp_servers.<id>.required` | `boolean` | When true, fail startup/resume if this enabled MCP server cannot initialize. |70 {
71| `mcp_servers.<id>.startup_timeout_ms` | `number` | Alias for `startup_timeout_sec` in milliseconds. |71 key: "approval_policy.granular.rules",
72| `mcp_servers.<id>.startup_timeout_sec` | `number` | Override the default 10s startup timeout for an MCP server. |72 type: "boolean",
73| `mcp_servers.<id>.tool_timeout_sec` | `number` | Override the default 60s per-tool timeout for an MCP server. |73 description:
74| `mcp_servers.<id>.url` | `string` | Endpoint for an MCP streamable HTTP server. |74 "When `true`, approvals triggered by execpolicy `prompt` rules are allowed to surface.",
75| `model` | `string` | Model to use (e.g., `gpt-5-codex`). |75 },
76| `model_auto_compact_token_limit` | `number` | Token threshold that triggers automatic history compaction (unset uses model defaults). |76 {
77| `model_context_window` | `number` | Context window tokens available to the active model. |77 key: "approval_policy.granular.mcp_elicitations",
78| `model_instructions_file` | `string (path)` | Replacement for built-in instructions instead of `AGENTS.md`. |78 type: "boolean",
79| `model_provider` | `string` | Provider id from `model_providers` (default: `openai`). |79 description:
80| `model_providers.<id>.base_url` | `string` | API base URL for the model provider. |80 "When `true`, MCP elicitation prompts are allowed to surface instead of being auto-rejected.",
81| `model_providers.<id>.env_http_headers` | `map<string,string>` | HTTP headers populated from environment variables when present. |81 },
82| `model_providers.<id>.env_key` | `string` | Environment variable supplying the provider API key. |82 {
83| `model_providers.<id>.env_key_instructions` | `string` | Optional setup guidance for the provider API key. |83 key: "approval_policy.granular.request_permissions",
84| `model_providers.<id>.experimental_bearer_token` | `string` | Direct bearer token for the provider (discouraged; use `env_key`). |84 type: "boolean",
85| `model_providers.<id>.http_headers` | `map<string,string>` | Static HTTP headers added to provider requests. |85 description:
86| `model_providers.<id>.name` | `string` | Display name for a custom model provider. |86 "When `true`, prompts from the `request_permissions` tool are allowed to surface.",
87| `model_providers.<id>.query_params` | `map<string,string>` | Extra query parameters appended to provider requests. |87 },
88| `model_providers.<id>.request_max_retries` | `number` | Retry count for HTTP requests to the provider (default: 4). |88 {
89| `model_providers.<id>.requires_openai_auth` | `boolean` | The provider uses OpenAI authentication (defaults to false). |89 key: "approval_policy.granular.skill_approval",
90| `model_providers.<id>.stream_idle_timeout_ms` | `number` | Idle timeout for SSE streams in milliseconds (default: 300000). |90 type: "boolean",
91| `model_providers.<id>.stream_max_retries` | `number` | Retry count for SSE streaming interruptions (default: 5). |91 description:
92| `model_providers.<id>.wire_api` | `chat | responses` | Protocol used by the provider (defaults to `chat` if omitted). |92 "When `true`, skill-script approval prompts are allowed to surface.",
93| `model_reasoning_effort` | `minimal | low | medium | high | xhigh` | Adjust reasoning effort for supported models (Responses API only; `xhigh` is model-dependent). |93 },
94| `model_reasoning_summary` | `auto | concise | detailed | none` | Select reasoning summary detail or disable summaries entirely. |94 {
95| `model_supports_reasoning_summaries` | `boolean` | Force Codex to send or not send reasoning metadata. |95 key: "approvals_reviewer",
96| `model_verbosity` | `low | medium | high` | Control GPT-5 Responses API verbosity (defaults to `medium`). |96 type: "user | auto_review",
97| `notice.hide_full_access_warning` | `boolean` | Track acknowledgement of the full access warning prompt. |97 description:
98| `notice.hide_gpt-5.1-codex-max_migration_prompt` | `boolean` | Track acknowledgement of the gpt-5.1-codex-max migration prompt. |98 "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.",
99| `notice.hide_gpt5_1_migration_prompt` | `boolean` | Track acknowledgement of the GPT-5.1 migration prompt. |99 },
100| `notice.hide_rate_limit_model_nudge` | `boolean` | Track opt-out of the rate limit model switch reminder. |100 {
101| `notice.hide_world_writable_warning` | `boolean` | Track acknowledgement of the Windows world-writable directories warning. |101 key: "auto_review.policy",
102| `notice.model_migrations` | `map<string,string>` | Track acknowledged model migrations as old->new mappings. |102 type: "string",
103| `notify` | `array<string>` | Command invoked for notifications; receives a JSON payload from Codex. |103 description:
104| `oss_provider` | `lmstudio | ollama` | Default local provider used when running with `--oss` (defaults to prompting if unset). |104 "Local Markdown policy instructions for automatic review. Managed `guardian_policy_config` takes precedence. Blank values are ignored.",
105| `otel.environment` | `string` | Environment tag applied to emitted OpenTelemetry events (default: `dev`). |105 },
106| `otel.exporter` | `none | otlp-http | otlp-grpc` | Select the OpenTelemetry exporter and provide any endpoint metadata. |106 {
107| `otel.exporter.<id>.endpoint` | `string` | Exporter endpoint for OTEL logs. |107 key: "allow_login_shell",
108| `otel.exporter.<id>.headers` | `map<string,string>` | Static headers included with OTEL exporter requests. |108 type: "boolean",
109| `otel.exporter.<id>.protocol` | `binary | json` | Protocol used by the OTLP/HTTP exporter. |109 description:
110| `otel.exporter.<id>.tls.ca-certificate` | `string` | CA certificate path for OTEL exporter TLS. |110 "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.",
111| `otel.exporter.<id>.tls.client-certificate` | `string` | Client certificate path for OTEL exporter TLS. |111 },
112| `otel.exporter.<id>.tls.client-private-key` | `string` | Client private key path for OTEL exporter TLS. |112 {
113| `otel.log_user_prompt` | `boolean` | Opt in to exporting raw user prompts with OpenTelemetry logs. |113 key: "sandbox_mode",
114| `otel.trace_exporter` | `none | otlp-http | otlp-grpc` | Select the OpenTelemetry trace exporter and provide any endpoint metadata. |114 type: "read-only | workspace-write | danger-full-access",
115| `otel.trace_exporter.<id>.endpoint` | `string` | Trace exporter endpoint for OTEL logs. |115 description:
116| `otel.trace_exporter.<id>.headers` | `map<string,string>` | Static headers included with OTEL trace exporter requests. |116 "Sandbox policy for filesystem and network access during command execution.",
117| `otel.trace_exporter.<id>.protocol` | `binary | json` | Protocol used by the OTLP/HTTP trace exporter. |117 },
118| `otel.trace_exporter.<id>.tls.ca-certificate` | `string` | CA certificate path for OTEL trace exporter TLS. |118 {
119| `otel.trace_exporter.<id>.tls.client-certificate` | `string` | Client certificate path for OTEL trace exporter TLS. |119 key: "sandbox_workspace_write.writable_roots",
120| `otel.trace_exporter.<id>.tls.client-private-key` | `string` | Client private key path for OTEL trace exporter TLS. |120 type: "array<string>",
121| `personality` | `none | friendly | pragmatic` | Default communication style for models that advertise `supportsPersonality`; can be overridden per thread/turn or via `/personality`. |121 description:
122| `profile` | `string` | Default profile applied at startup (equivalent to `--profile`). |122 'Additional writable roots when `sandbox_mode = "workspace-write"`.',
123| `profiles.<name>.*` | `various` | Profile-scoped overrides for any of the supported configuration keys. |123 },
124| `profiles.<name>.experimental_use_freeform_apply_patch` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`. |124 {
125| `profiles.<name>.experimental_use_unified_exec_tool` | `boolean` | Legacy name for enabling unified exec; prefer `[features].unified_exec`. |125 key: "sandbox_workspace_write.network_access",
126| `profiles.<name>.include_apply_patch_tool` | `boolean` | Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`. |126 type: "boolean",
127| `profiles.<name>.oss_provider` | `lmstudio | ollama` | Profile-scoped OSS provider for `--oss` sessions. |127 description:
128| `profiles.<name>.personality` | `none | friendly | pragmatic` | Profile-scoped communication style override for supported models. |128 "Allow outbound network access inside the workspace-write sandbox.",
129| `profiles.<name>.web_search` | `disabled | cached | live` | Profile-scoped web search mode override (default: `"cached"`). |129 },
130| `project_doc_fallback_filenames` | `array<string>` | Additional filenames to try when `AGENTS.md` is missing. |130 {
131| `project_doc_max_bytes` | `number` | Maximum bytes read from `AGENTS.md` when building project instructions. |131 key: "sandbox_workspace_write.exclude_tmpdir_env_var",
132| `project_root_markers` | `array<string>` | List of project root marker filenames; used when searching parent directories for the project root. |132 type: "boolean",
133| `projects.<path>.trust_level` | `string` | Mark a project or worktree as trusted or untrusted (`"trusted"` | `"untrusted"`). Untrusted projects skip project-scoped `.codex/` layers. |133 description:
134| `review_model` | `string` | Optional model override used by `/review` (defaults to the current session model). |134 "Exclude `$TMPDIR` from writable roots in workspace-write mode.",
135| `sandbox_mode` | `read-only | workspace-write | danger-full-access` | Sandbox policy for filesystem and network access during command execution. |135 },
136| `sandbox_workspace_write.exclude_slash_tmp` | `boolean` | Exclude `/tmp` from writable roots in workspace-write mode. |136 {
137| `sandbox_workspace_write.exclude_tmpdir_env_var` | `boolean` | Exclude `$TMPDIR` from writable roots in workspace-write mode. |137 key: "sandbox_workspace_write.exclude_slash_tmp",
138| `sandbox_workspace_write.network_access` | `boolean` | Allow outbound network access inside the workspace-write sandbox. |138 type: "boolean",
139| `sandbox_workspace_write.writable_roots` | `array<string>` | Additional writable roots when `sandbox_mode = "workspace-write"`. |139 description:
140| `shell_environment_policy.exclude` | `array<string>` | Glob patterns for removing environment variables after the defaults. |140 "Exclude `/tmp` from writable roots in workspace-write mode.",
141| `shell_environment_policy.experimental_use_profile` | `boolean` | Use the user shell profile when spawning subprocesses. |141 },
142| `shell_environment_policy.ignore_default_excludes` | `boolean` | Keep variables containing KEY/SECRET/TOKEN before other filters run. |142 {
143| `shell_environment_policy.include_only` | `array<string>` | Whitelist of patterns; when set only matching variables are kept. |143 key: "windows.sandbox",
144| `shell_environment_policy.inherit` | `all | core | none` | Baseline environment inheritance when spawning subprocesses. |144 type: "unelevated | elevated",
145| `shell_environment_policy.set` | `map<string,string>` | Explicit environment overrides injected into every subprocess. |145 description:
146| `show_raw_agent_reasoning` | `boolean` | Surface raw reasoning content when the active model emits it. |146 "Windows-only native sandbox mode when running Codex natively on Windows.",
147| `skills.config` | `array<object>` | Per-skill enablement overrides stored in config.toml. |147 },
148| `skills.config.<index>.enabled` | `boolean` | Enable or disable the referenced skill. |148 {
149| `skills.config.<index>.path` | `string (path)` | Path to a skill folder containing `SKILL.md`. |149 key: "windows.sandbox_private_desktop",
150| `suppress_unstable_features_warning` | `boolean` | Suppress the warning that appears when under-development feature flags are enabled. |150 type: "boolean",
151| `tool_output_token_limit` | `number` | Token budget for storing individual tool/function outputs in history. |151 description:
152| `tools.web_search` | `boolean` | Deprecated legacy toggle for web search; prefer the top-level `web_search` setting. |152 "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.",
153| `tui` | `table` | TUI-specific options such as enabling inline desktop notifications. |153 },
154| `tui.alternate_screen` | `auto | always | never` | Control alternate screen usage for the TUI (default: auto; auto skips it in Zellij to preserve scrollback). |154 {
155| `tui.animations` | `boolean` | Enable terminal animations (welcome screen, shimmer, spinner) (default: true). |155 key: "notify",
156| `tui.notification_method` | `auto | osc9 | bel` | Notification method for unfocused terminal notifications (default: auto). |156 type: "array<string>",
157| `tui.notifications` | `boolean | array<string>` | Enable TUI notifications; optionally restrict to specific event types. |157 description:
158| `tui.show_tooltips` | `boolean` | Show onboarding tooltips in the TUI welcome screen (default: true). |158 "Command invoked for notifications; receives a JSON payload from Codex.",
159| `tui.status_line` | `array<string> | null` | Ordered list of TUI footer status-line item identifiers. `null` disables the status line. |159 },
160| `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. |160 {
161| `windows_wsl_setup_acknowledged` | `boolean` | Track Windows onboarding acknowledgement (Windows only). |161 key: "check_for_update_on_startup",
162 162 type: "boolean",
163Key163 description:
164 164 "Check for Codex updates on startup (set to false only when updates are centrally managed).",
165`agents.<name>.config_file`165 },
166 166 {
167Type / Values167 key: "feedback.enabled",
168 168 type: "boolean",
169`string (path)`169 description:
170 170 "Enable feedback submission via `/feedback` across Codex surfaces (default: true).",
171Details171 },
172 172 {
173Path to a TOML config layer for that role; relative paths resolve from the config file that declares the role.173 key: "analytics.enabled",
174 174 type: "boolean",
175Key175 description:
176 176 "Enable or disable analytics for this machine/profile. When unset, the client default applies.",
177`agents.<name>.description`177 },
178 178 {
179Type / Values179 key: "instructions",
180 180 type: "string",
181`string`181 description:
182 182 "Reserved for future use; prefer `model_instructions_file` or `AGENTS.md`.",
183Details183 },
184 184 {
185Role guidance shown to Codex when choosing and spawning that agent type.185 key: "developer_instructions",
186 186 type: "string",
187Key187 description:
188 188 "Additional developer instructions injected into the session (optional).",
189`agents.max_threads`189 },
190 190 {
191Type / Values191 key: "log_dir",
192 192 type: "string (path)",
193`number`193 description:
194 194 "Directory where Codex writes log files (for example `codex-tui.log`); defaults to `$CODEX_HOME/log`.",
195Details195 },
196 196 {
197Maximum number of agent threads that can be open concurrently.197 key: "sqlite_home",
198 198 type: "string (path)",
199Key199 description:
200 200 "Directory where Codex stores the SQLite-backed state DB used by agent jobs and other resumable runtime state.",
201`approval_policy`201 },
202 202 {
203Type / Values203 key: "compact_prompt",
204 204 type: "string",
205`untrusted | on-request | never`205 description: "Inline override for the history compaction prompt.",
206 206 },
207Details207 {
208 208 key: "commit_attribution",
209Controls when Codex pauses for approval before executing commands. `on-failure` is deprecated; use `on-request` for interactive runs or `never` for non-interactive runs.209 type: "string",
210 210 description:
211Key211 'Commit co-author trailer used when `[features].codex_git_commit` is enabled. Defaults to `Codex <noreply@openai.com>`; set `""` to disable.',
212 212 },
213`apps.<id>.disabled_reason`213 {
214 214 key: "model_instructions_file",
215Type / Values215 type: "string (path)",
216 216 description:
217`unknown | user`217 "Replacement for built-in instructions instead of `AGENTS.md`.",
218 218 },
219Details219 {
220 220 key: "personality",
221Optional reason attached when an app/connector is disabled.221 type: "none | friendly | pragmatic",
222 222 description:
223Key223 "Default communication style for models that advertise `supportsPersonality`; can be overridden per thread/turn or via `/personality`.",
224 224 },
225`apps.<id>.enabled`225 {
226 226 key: "service_tier",
227Type / Values227 type: "flex | fast",
228 228 description: "Preferred service tier for new turns.",
229`boolean`229 },
230 230 {
231Details231 key: "experimental_compact_prompt_file",
232 232 type: "string (path)",
233Enable or disable a specific app/connector by id (default: true).233 description:
234 234 "Load the compaction prompt override from a file (experimental).",
235Key235 },
236 236 {
237`chatgpt_base_url`237 key: "skills.config",
238 238 type: "array<object>",
239Type / Values239 description: "Per-skill enablement overrides stored in config.toml.",
240 240 },
241`string`241 {
242 242 key: "skills.config.<index>.path",
243Details243 type: "string (path)",
244 244 description: "Path to a skill folder containing `SKILL.md`.",
245Override the base URL used during the ChatGPT login flow.245 },
246 246 {
247Key247 key: "skills.config.<index>.enabled",
248 248 type: "boolean",
249`check_for_update_on_startup`249 description: "Enable or disable the referenced skill.",
250 250 },
251Type / Values251 {
252 252 key: "apps.<id>.enabled",
253`boolean`253 type: "boolean",
254 254 description:
255Details255 "Enable or disable a specific app/connector by id (default: true).",
256 256 },
257Check for Codex updates on startup (set to false only when updates are centrally managed).257 {
258 258 key: "apps._default.enabled",
259Key259 type: "boolean",
260 260 description:
261`cli_auth_credentials_store`261 "Default app enabled state for all apps unless overridden per app.",
262 262 },
263Type / Values263 {
264 264 key: "apps._default.destructive_enabled",
265`file | keyring | auto`265 type: "boolean",
266 266 description:
267Details267 "Default allow/deny for app tools with `destructive_hint = true`.",
268 268 },
269Control where the CLI stores cached credentials (file-based auth.json vs OS keychain).269 {
270 270 key: "apps._default.open_world_enabled",
271Key271 type: "boolean",
272 272 description:
273`compact_prompt`273 "Default allow/deny for app tools with `open_world_hint = true`.",
274 274 },
275Type / Values275 {
276 276 key: "apps.<id>.destructive_enabled",
277`string`277 type: "boolean",
278 278 description:
279Details279 "Allow or block tools in this app that advertise `destructive_hint = true`.",
280 280 },
281Inline override for the history compaction prompt.281 {
282 282 key: "apps.<id>.open_world_enabled",
283Key283 type: "boolean",
284 284 description:
285`developer_instructions`285 "Allow or block tools in this app that advertise `open_world_hint = true`.",
286 286 },
287Type / Values287 {
288 288 key: "apps.<id>.default_tools_enabled",
289`string`289 type: "boolean",
290 290 description:
291Details291 "Default enabled state for tools in this app unless a per-tool override exists.",
292 292 },
293Additional developer instructions injected into the session (optional).293 {
294 294 key: "apps.<id>.default_tools_approval_mode",
295Key295 type: "auto | prompt | approve",
296 296 description:
297`disable_paste_burst`297 "Default approval behavior for tools in this app unless a per-tool override exists.",
298 298 },
299Type / Values299 {
300 300 key: "apps.<id>.tools.<tool>.enabled",
301`boolean`301 type: "boolean",
302 302 description:
303Details303 "Per-tool enabled override for an app tool (for example `repos/list`).",
304 304 },
305Disable burst-paste detection in the TUI.305 {
306 306 key: "apps.<id>.tools.<tool>.approval_mode",
307Key307 type: "auto | prompt | approve",
308 308 description: "Per-tool approval behavior override for a single app tool.",
309`experimental_compact_prompt_file`309 },
310 310 {
311Type / Values311 key: "tool_suggest.discoverables",
312 312 type: "array<table>",
313`string (path)`313 description:
314 314 'Allow tool suggestions for additional discoverable connectors or plugins. Each entry uses `type = "connector"` or `"plugin"` and an `id`.',
315Details315 },
316 316 {
317Load the compaction prompt override from a file (experimental).317 key: "tool_suggest.disabled_tools",
318 318 type: "array<table>",
319Key319 description:
320 320 'Disable suggestions for specific discoverable connectors or plugins. Each entry uses `type = "connector"` or `"plugin"` and an `id`.',
321`experimental_use_freeform_apply_patch`321 },
322 322 {
323Type / Values323 key: "features.apps",
324 324 type: "boolean",
325`boolean`325 description: "Enable ChatGPT Apps/connectors support (experimental).",
326 326 },
327Details327 {
328 328 key: "features.codex_hooks",
329Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform` or `codex --enable apply_patch_freeform`.329 type: "boolean",
330 330 description:
331Key331 "Enable lifecycle hooks loaded from `hooks.json` or inline `[hooks]` config.",
332 332 },
333`experimental_use_unified_exec_tool`333 {
334 334 key: "features.codex_git_commit",
335Type / Values335 type: "boolean",
336 336 description:
337`boolean`337 "Enable Codex-generated git commits. When enabled, Codex uses `commit_attribution` to append a `Co-authored-by:` trailer to generated commit messages.",
338 338 },
339Details339 {
340 340 key: "hooks",
341Legacy name for enabling unified exec; prefer `[features].unified_exec` or `codex --enable unified_exec`.341 type: "table",
342 342 description:
343Key343 "Lifecycle hooks configured inline in `config.toml`. Uses the same event schema as `hooks.json`; see the Hooks guide for examples and supported events.",
344 344 },
345`features.apply_patch_freeform`345 {
346 346 key: "features.memories",
347Type / Values347 type: "boolean",
348 348 description: "Enable [Memories](https://developers.openai.com/codex/memories) (off by default).",
349`boolean`349 },
350 350 {
351Details351 key: "mcp_servers.<id>.command",
352 352 type: "string",
353Expose the freeform `apply_patch` tool (experimental).353 description: "Launcher command for an MCP stdio server.",
354 354 },
355Key355 {
356 356 key: "mcp_servers.<id>.args",
357`features.apps`357 type: "array<string>",
358 358 description: "Arguments passed to the MCP stdio server command.",
359Type / Values359 },
360 360 {
361`boolean`361 key: "mcp_servers.<id>.env",
362 362 type: "map<string,string>",
363Details363 description: "Environment variables forwarded to the MCP stdio server.",
364 364 },
365Enable ChatGPT Apps/connectors support (experimental).365 {
366 366 key: "mcp_servers.<id>.env_vars",
367Key367 type: 'array<string | { name = string, source = "local" | "remote" }>',
368 368 description:
369`features.apps_mcp_gateway`369 '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.',
370 370 },
371Type / Values371 {
372 372 key: "mcp_servers.<id>.cwd",
373`boolean`373 type: "string",
374 374 description: "Working directory for the MCP stdio server process.",
375Details375 },
376 376 {
377Route Apps MCP calls through the OpenAI connectors MCP gateway (`https://api.openai.com/v1/connectors/mcp/`) instead of legacy routing (experimental).377 key: "mcp_servers.<id>.url",
378 378 type: "string",
379Key379 description: "Endpoint for an MCP streamable HTTP server.",
380 380 },
381`features.child_agents_md`381 {
382 382 key: "mcp_servers.<id>.bearer_token_env_var",
383Type / Values383 type: "string",
384 384 description:
385`boolean`385 "Environment variable sourcing the bearer token for an MCP HTTP server.",
386 386 },
387Details387 {
388 388 key: "mcp_servers.<id>.http_headers",
389Append AGENTS.md scope/precedence guidance even when no AGENTS.md is present (experimental).389 type: "map<string,string>",
390 390 description: "Static HTTP headers included with each MCP HTTP request.",
391Key391 },
392 392 {
393`features.collaboration_modes`393 key: "mcp_servers.<id>.env_http_headers",
394 394 type: "map<string,string>",
395Type / Values395 description:
396 396 "HTTP headers populated from environment variables for an MCP HTTP server.",
397`boolean`397 },
398 398 {
399Details399 key: "mcp_servers.<id>.enabled",
400 400 type: "boolean",
401Enable collaboration modes such as plan mode (stable; on by default).401 description: "Disable an MCP server without removing its configuration.",
402 402 },
403Key403 {
404 404 key: "mcp_servers.<id>.required",
405`features.elevated_windows_sandbox`405 type: "boolean",
406 406 description:
407Type / Values407 "When true, fail startup/resume if this enabled MCP server cannot initialize.",
408 408 },
409`boolean`409 {
410 410 key: "mcp_servers.<id>.startup_timeout_sec",
411Details411 type: "number",
412 412 description:
413Enable the elevated Windows sandbox pipeline (experimental).413 "Override the default 10s startup timeout for an MCP server.",
414 414 },
415Key415 {
416 416 key: "mcp_servers.<id>.startup_timeout_ms",
417`features.experimental_windows_sandbox`417 type: "number",
418 418 description: "Alias for `startup_timeout_sec` in milliseconds.",
419Type / Values419 },
420 420 {
421`boolean`421 key: "mcp_servers.<id>.tool_timeout_sec",
422 422 type: "number",
423Details423 description:
424 424 "Override the default 60s per-tool timeout for an MCP server.",
425Run the Windows restricted-token sandbox (experimental).425 },
426 426 {
427Key427 key: "mcp_servers.<id>.enabled_tools",
428 428 type: "array<string>",
429`features.multi_agent`429 description: "Allow list of tool names exposed by the MCP server.",
430 430 },
431Type / Values431 {
432 432 key: "mcp_servers.<id>.disabled_tools",
433`boolean`433 type: "array<string>",
434 434 description:
435Details435 "Deny list applied after `enabled_tools` for the MCP server.",
436 436 },
437Enable multi-agent collaboration tools (`spawn\_agent`, `send\_input`, `resume\_agent`, `wait`, and `close\_agent`) (experimental; off by default).437 {
438 438 key: "mcp_servers.<id>.scopes",
439Key439 type: "array<string>",
440 440 description:
441`features.personality`441 "OAuth scopes to request when authenticating to that MCP server.",
442 442 },
443Type / Values443 {
444 444 key: "mcp_servers.<id>.oauth_resource",
445`boolean`445 type: "string",
446 446 description:
447Details447 "Optional RFC 8707 OAuth resource parameter to include during MCP login.",
448 448 },
449Enable personality selection controls (stable; on by default).449 {
450 450 key: "mcp_servers.<id>.experimental_environment",
451Key451 type: "local | remote",
452 452 description:
453`features.powershell_utf8`453 "Experimental placement for an MCP server. `remote` starts stdio servers through a remote executor environment; streamable HTTP remote placement is not implemented.",
454 454 },
455Type / Values455 {
456 456 key: "agents.max_threads",
457`boolean`457 type: "number",
458 458 description:
459Details459 "Maximum number of agent threads that can be open concurrently. Defaults to `6` when unset.",
460 460 },
461Force PowerShell UTF-8 output (defaults to true).461 {
462 462 key: "agents.max_depth",
463Key463 type: "number",
464 464 description:
465`features.remote_models`465 "Maximum nesting depth allowed for spawned agent threads (root sessions start at depth 0; default: 1).",
466 466 },
467Type / Values467 {
468 468 key: "agents.job_max_runtime_seconds",
469`boolean`469 type: "number",
470 470 description:
471Details471 "Default per-worker timeout for `spawn_agents_on_csv` jobs. When unset, the tool falls back to 1800 seconds per worker.",
472 472 },
473Refresh remote model list before showing readiness (experimental).473 {
474 474 key: "agents.<name>.description",
475Key475 type: "string",
476 476 description:
477`features.request_rule`477 "Role guidance shown to Codex when choosing and spawning that agent type.",
478 478 },
479Type / Values479 {
480 480 key: "agents.<name>.config_file",
481`boolean`481 type: "string (path)",
482 482 description:
483Details483 "Path to a TOML config layer for that role; relative paths resolve from the config file that declares the role.",
484 484 },
485Enable Smart approvals (`prefix_rule` suggestions on escalation requests; stable; on by default).485 {
486 486 key: "agents.<name>.nickname_candidates",
487Key487 type: "array<string>",
488 488 description:
489`features.runtime_metrics`489 "Optional pool of display nicknames for spawned agents in that role.",
490 490 },
491Type / Values491 {
492 492 key: "memories.generate_memories",
493`boolean`493 type: "boolean",
494 494 description:
495Details495 "When `false`, newly created threads are not stored as memory-generation inputs. Defaults to `true`.",
496 496 },
497Show runtime metrics summary in TUI turn separators (experimental).497 {
498 498 key: "memories.use_memories",
499Key499 type: "boolean",
500 500 description:
501`features.search_tool`501 "When `false`, Codex skips injecting existing memories into future sessions. Defaults to `true`.",
502 502 },
503Type / Values503 {
504 504 key: "memories.disable_on_external_context",
505`boolean`505 type: "boolean",
506 506 description:
507Details507 "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`.",
508 508 },
509Enable `search_tool_bm25` for Apps tool discovery before invoking app MCP tools (experimental).509 {
510 510 key: "memories.max_raw_memories_for_consolidation",
511Key511 type: "number",
512 512 description:
513`features.shell_snapshot`513 "Maximum recent raw memories retained for global consolidation. Defaults to `256` and is capped at `4096`.",
514 514 },
515Type / Values515 {
516 516 key: "memories.max_unused_days",
517`boolean`517 type: "number",
518 518 description:
519Details519 "Maximum days since a memory was last used before it becomes ineligible for consolidation. Defaults to `30` and is clamped to `0`-`365`.",
520 520 },
521Snapshot shell environment to speed up repeated commands (beta).521 {
522 522 key: "memories.max_rollout_age_days",
523Key523 type: "number",
524 524 description:
525`features.shell_tool`525 "Maximum age of threads considered for memory generation. Defaults to `30` and is clamped to `0`-`90`.",
526 526 },
527Type / Values527 {
528 528 key: "memories.max_rollouts_per_startup",
529`boolean`529 type: "number",
530 530 description:
531Details531 "Maximum rollout candidates processed per startup pass. Defaults to `16` and is capped at `128`.",
532 532 },
533Enable the default `shell` tool for running commands (stable; on by default).533 {
534 534 key: "memories.min_rollout_idle_hours",
535Key535 type: "number",
536 536 description:
537`features.unified_exec`537 "Minimum idle time before a thread is considered for memory generation. Defaults to `6` and is clamped to `1`-`48`.",
538 538 },
539Type / Values539 {
540 540 key: "memories.min_rate_limit_remaining_percent",
541`boolean`541 type: "number",
542 542 description:
543Details543 "Minimum remaining percentage required in Codex rate-limit windows before memory generation starts. Defaults to `25` and is clamped to `0`-`100`.",
544 544 },
545Use the unified PTY-backed exec tool (beta).545 {
546 546 key: "memories.extract_model",
547Key547 type: "string",
548 548 description: "Optional model override for per-thread memory extraction.",
549`features.use_linux_sandbox_bwrap`549 },
550 550 {
551Type / Values551 key: "memories.consolidation_model",
552 552 type: "string",
553`boolean`553 description: "Optional model override for global memory consolidation.",
554 554 },
555Details555 {
556 556 key: "features.unified_exec",
557Use the bubblewrap-based Linux sandbox pipeline (experimental; off by default).557 type: "boolean",
558 558 description:
559Key559 "Use the unified PTY-backed exec tool (stable; enabled by default except on Windows).",
560 560 },
561`features.web_search`561 {
562 562 key: "features.shell_snapshot",
563Type / Values563 type: "boolean",
564 564 description:
565`boolean`565 "Snapshot shell environment to speed up repeated commands (stable; on by default).",
566 566 },
567Details567 {
568 568 key: "features.undo",
569Deprecated legacy toggle; prefer the top-level `web_search` setting.569 type: "boolean",
570 570 description: "Enable undo support (stable; off by default).",
571Key571 },
572 572 {
573`features.web_search_cached`573 key: "features.multi_agent",
574 574 type: "boolean",
575Type / Values575 description:
576 576 "Enable multi-agent collaboration tools (`spawn_agent`, `send_input`, `resume_agent`, `wait_agent`, and `close_agent`) (stable; on by default).",
577`boolean`577 },
578 578 {
579Details579 key: "features.personality",
580 580 type: "boolean",
581Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "cached"`.581 description:
582 582 "Enable personality selection controls (stable; on by default).",
583Key583 },
584 584 {
585`features.web_search_request`585 key: "features.web_search",
586 586 type: "boolean",
587Type / Values587 description:
588 588 "Deprecated legacy toggle; prefer the top-level `web_search` setting.",
589`boolean`589 },
590 590 {
591Details591 key: "features.web_search_cached",
592 592 type: "boolean",
593Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "live"`.593 description:
594 594 'Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "cached"`.',
595Key595 },
596 596 {
597`feedback.enabled`597 key: "features.web_search_request",
598 598 type: "boolean",
599Type / Values599 description:
600 600 'Deprecated legacy toggle. When `web_search` is unset, true maps to `web_search = "live"`.',
601`boolean`601 },
602 602 {
603Details603 key: "features.shell_tool",
604 604 type: "boolean",
605Enable feedback submission via `/feedback` across Codex surfaces (default: true).605 description:
606 606 "Enable the default `shell` tool for running commands (stable; on by default).",
607Key607 },
608 608 {
609`file_opener`609 key: "features.enable_request_compression",
610 610 type: "boolean",
611Type / Values611 description:
612 612 "Compress streaming request bodies with zstd when supported (stable; on by default).",
613`vscode | vscode-insiders | windsurf | cursor | none`613 },
614 614 {
615Details615 key: "features.skill_mcp_dependency_install",
616 616 type: "boolean",
617URI scheme used to open citations from Codex output (default: `vscode`).617 description:
618 618 "Allow prompting and installing missing MCP dependencies for skills (stable; on by default).",
619Key619 },
620 620 {
621`forced_chatgpt_workspace_id`621 key: "features.fast_mode",
622 622 type: "boolean",
623Type / Values623 description:
624 624 'Enable Fast mode selection and the `service_tier = "fast"` path (stable; on by default).',
625`string (uuid)`625 },
626 626 {
627Details627 key: "features.prevent_idle_sleep",
628 628 type: "boolean",
629Limit ChatGPT logins to a specific workspace identifier.629 description:
630 630 "Prevent the machine from sleeping while a turn is actively running (experimental; off by default).",
631Key631 },
632 632 {
633`forced_login_method`633 key: "suppress_unstable_features_warning",
634 634 type: "boolean",
635Type / Values635 description:
636 636 "Suppress the warning that appears when under-development feature flags are enabled.",
637`chatgpt | api`637 },
638 638 {
639Details639 key: "model_providers.<id>",
640 640 type: "table",
641Restrict Codex to a specific authentication method.641 description:
642 642 "Custom provider definition. Built-in provider IDs (`openai`, `ollama`, and `lmstudio`) are reserved and cannot be overridden.",
643Key643 },
644 644 {
645`hide_agent_reasoning`645 key: "model_providers.<id>.name",
646 646 type: "string",
647Type / Values647 description: "Display name for a custom model provider.",
648 648 },
649`boolean`649 {
650 650 key: "model_providers.<id>.base_url",
651Details651 type: "string",
652 652 description: "API base URL for the model provider.",
653Suppress reasoning events in both the TUI and `codex exec` output.653 },
654 654 {
655Key655 key: "model_providers.<id>.env_key",
656 656 type: "string",
657`history.max_bytes`657 description: "Environment variable supplying the provider API key.",
658 658 },
659Type / Values659 {
660 660 key: "model_providers.<id>.env_key_instructions",
661`number`661 type: "string",
662 662 description: "Optional setup guidance for the provider API key.",
663Details663 },
664 664 {
665If set, caps the history file size in bytes by dropping oldest entries.665 key: "model_providers.<id>.experimental_bearer_token",
666 666 type: "string",
667Key667 description:
668 668 "Direct bearer token for the provider (discouraged; use `env_key`).",
669`history.persistence`669 },
670 670 {
671Type / Values671 key: "model_providers.<id>.requires_openai_auth",
672 672 type: "boolean",
673`save-all | none`673 description:
674 674 "The provider uses OpenAI authentication (defaults to false).",
675Details675 },
676 676 {
677Control whether Codex saves session transcripts to history.jsonl.677 key: "model_providers.<id>.wire_api",
678 678 type: "responses",
679Key679 description:
680 680 "Protocol used by the provider. `responses` is the only supported value, and it is the default when omitted.",
681`include_apply_patch_tool`681 },
682 682 {
683Type / Values683 key: "model_providers.<id>.query_params",
684 684 type: "map<string,string>",
685`boolean`685 description: "Extra query parameters appended to provider requests.",
686 686 },
687Details687 {
688 688 key: "model_providers.<id>.http_headers",
689Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`.689 type: "map<string,string>",
690 690 description: "Static HTTP headers added to provider requests.",
691Key691 },
692 692 {
693`instructions`693 key: "model_providers.<id>.env_http_headers",
694 694 type: "map<string,string>",
695Type / Values695 description:
696 696 "HTTP headers populated from environment variables when present.",
697`string`697 },
698 698 {
699Details699 key: "model_providers.<id>.request_max_retries",
700 700 type: "number",
701Reserved for future use; prefer `model_instructions_file` or `AGENTS.md`.701 description:
702 702 "Retry count for HTTP requests to the provider (default: 4).",
703Key703 },
704 704 {
705`log_dir`705 key: "model_providers.<id>.stream_max_retries",
706 706 type: "number",
707Type / Values707 description: "Retry count for SSE streaming interruptions (default: 5).",
708 708 },
709`string (path)`709 {
710 710 key: "model_providers.<id>.stream_idle_timeout_ms",
711Details711 type: "number",
712 712 description:
713Directory where Codex writes log files (for example `codex-tui.log`); defaults to `$CODEX_HOME/log`.713 "Idle timeout for SSE streams in milliseconds (default: 300000).",
714 714 },
715Key715 {
716 716 key: "model_providers.<id>.supports_websockets",
717`mcp_oauth_callback_port`717 type: "boolean",
718 718 description:
719Type / Values719 "Whether that provider supports the Responses API WebSocket transport.",
720 720 },
721`integer`721 {
722 722 key: "model_providers.<id>.auth",
723Details723 type: "table",
724 724 description:
725Optional 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.725 "Command-backed bearer token configuration for a custom provider. Do not combine with `env_key`, `experimental_bearer_token`, or `requires_openai_auth`.",
726 726 },
727Key727 {
728 728 key: "model_providers.<id>.auth.command",
729`mcp_oauth_credentials_store`729 type: "string",
730 730 description:
731Type / Values731 "Command to run when Codex needs a bearer token. The command must print the token to stdout.",
732 732 },
733`auto | file | keyring`733 {
734 734 key: "model_providers.<id>.auth.args",
735Details735 type: "array<string>",
736 736 description: "Arguments passed to the token command.",
737Preferred store for MCP OAuth credentials.737 },
738 738 {
739Key739 key: "model_providers.<id>.auth.timeout_ms",
740 740 type: "number",
741`mcp_servers.<id>.args`741 description:
742 742 "Maximum token command runtime in milliseconds (default: 5000).",
743Type / Values743 },
744 744 {
745`array<string>`745 key: "model_providers.<id>.auth.refresh_interval_ms",
746 746 type: "number",
747Details747 description:
748 748 "How often Codex proactively refreshes the token in milliseconds (default: 300000). Set to `0` to refresh only after an authentication retry.",
749Arguments passed to the MCP stdio server command.749 },
750 750 {
751Key751 key: "model_providers.<id>.auth.cwd",
752 752 type: "string (path)",
753`mcp_servers.<id>.bearer_token_env_var`753 description: "Working directory for the token command.",
754 754 },
755Type / Values755 {
756 756 key: "model_providers.amazon-bedrock.aws.profile",
757`string`757 type: "string",
758 758 description:
759Details759 "AWS profile name used by the built-in `amazon-bedrock` provider.",
760 760 },
761Environment variable sourcing the bearer token for an MCP HTTP server.761 {
762 762 key: "model_providers.amazon-bedrock.aws.region",
763Key763 type: "string",
764 764 description: "AWS region used by the built-in `amazon-bedrock` provider.",
765`mcp_servers.<id>.command`765 },
766 766 {
767Type / Values767 key: "model_reasoning_effort",
768 768 type: "minimal | low | medium | high | xhigh",
769`string`769 description:
770 770 "Adjust reasoning effort for supported models (Responses API only; `xhigh` is model-dependent).",
771Details771 },
772 772 {
773Launcher command for an MCP stdio server.773 key: "plan_mode_reasoning_effort",
774 774 type: "none | minimal | low | medium | high | xhigh",
775Key775 description:
776 776 "Plan-mode-specific reasoning override. When unset, Plan mode uses its built-in preset default.",
777`mcp_servers.<id>.cwd`777 },
778 778 {
779Type / Values779 key: "model_reasoning_summary",
780 780 type: "auto | concise | detailed | none",
781`string`781 description:
782 782 "Select reasoning summary detail or disable summaries entirely.",
783Details783 },
784 784 {
785Working directory for the MCP stdio server process.785 key: "model_verbosity",
786 786 type: "low | medium | high",
787Key787 description:
788 788 "Optional GPT-5 Responses API verbosity override; when unset, the selected model/preset default is used.",
789`mcp_servers.<id>.disabled_tools`789 },
790 790 {
791Type / Values791 key: "model_supports_reasoning_summaries",
792 792 type: "boolean",
793`array<string>`793 description: "Force Codex to send or not send reasoning metadata.",
794 794 },
795Details795 {
796 796 key: "shell_environment_policy.inherit",
797Deny list applied after `enabled_tools` for the MCP server.797 type: "all | core | none",
798 798 description:
799Key799 "Baseline environment inheritance when spawning subprocesses.",
800 800 },
801`mcp_servers.<id>.enabled`801 {
802 802 key: "shell_environment_policy.ignore_default_excludes",
803Type / Values803 type: "boolean",
804 804 description:
805`boolean`805 "Keep variables containing KEY/SECRET/TOKEN before other filters run.",
806 806 },
807Details807 {
808 808 key: "shell_environment_policy.exclude",
809Disable an MCP server without removing its configuration.809 type: "array<string>",
810 810 description:
811Key811 "Glob patterns for removing environment variables after the defaults.",
812 812 },
813`mcp_servers.<id>.enabled_tools`813 {
814 814 key: "shell_environment_policy.include_only",
815Type / Values815 type: "array<string>",
816 816 description:
817`array<string>`817 "Whitelist of patterns; when set only matching variables are kept.",
818 818 },
819Details819 {
820 820 key: "shell_environment_policy.set",
821Allow list of tool names exposed by the MCP server.821 type: "map<string,string>",
822 822 description:
823Key823 "Explicit environment overrides injected into every subprocess.",
824 824 },
825`mcp_servers.<id>.env`825 {
826 826 key: "shell_environment_policy.experimental_use_profile",
827Type / Values827 type: "boolean",
828 828 description: "Use the user shell profile when spawning subprocesses.",
829`map<string,string>`829 },
830 830 {
831Details831 key: "project_root_markers",
832 832 type: "array<string>",
833Environment variables forwarded to the MCP stdio server.833 description:
834 834 "List of project root marker filenames; used when searching parent directories for the project root.",
835Key835 },
836 836 {
837`mcp_servers.<id>.env_http_headers`837 key: "project_doc_max_bytes",
838 838 type: "number",
839Type / Values839 description:
840 840 "Maximum bytes read from `AGENTS.md` when building project instructions.",
841`map<string,string>`841 },
842 842 {
843Details843 key: "project_doc_fallback_filenames",
844 844 type: "array<string>",
845HTTP headers populated from environment variables for an MCP HTTP server.845 description: "Additional filenames to try when `AGENTS.md` is missing.",
846 846 },
847Key847 {
848 848 key: "profile",
849`mcp_servers.<id>.env_vars`849 type: "string",
850 850 description:
851Type / Values851 "Default profile applied at startup (equivalent to `--profile`).",
852 852 },
853`array<string>`853 {
854 854 key: "profiles.<name>.*",
855Details855 type: "various",
856 856 description:
857Additional environment variables to whitelist for an MCP stdio server.857 "Profile-scoped overrides for any of the supported configuration keys.",
858 858 },
859Key859 {
860 860 key: "profiles.<name>.service_tier",
861`mcp_servers.<id>.http_headers`861 type: "flex | fast",
862 862 description: "Profile-scoped service tier preference for new turns.",
863Type / Values863 },
864 864 {
865`map<string,string>`865 key: "profiles.<name>.plan_mode_reasoning_effort",
866 866 type: "none | minimal | low | medium | high | xhigh",
867Details867 description: "Profile-scoped Plan-mode reasoning override.",
868 868 },
869Static HTTP headers included with each MCP HTTP request.869 {
870 870 key: "profiles.<name>.web_search",
871Key871 type: "disabled | cached | live",
872 872 description:
873`mcp_servers.<id>.required`873 'Profile-scoped web search mode override (default: `"cached"`).',
874 874 },
875Type / Values875 {
876 876 key: "profiles.<name>.personality",
877`boolean`877 type: "none | friendly | pragmatic",
878 878 description:
879Details879 "Profile-scoped communication style override for supported models.",
880 880 },
881When true, fail startup/resume if this enabled MCP server cannot initialize.881 {
882 882 key: "profiles.<name>.model_catalog_json",
883Key883 type: "string (path)",
884 884 description:
885`mcp_servers.<id>.startup_timeout_ms`885 "Profile-scoped model catalog JSON path override (applied on startup only; overrides the top-level `model_catalog_json` for that profile).",
886 886 },
887Type / Values887 {
888 888 key: "profiles.<name>.model_instructions_file",
889`number`889 type: "string (path)",
890 890 description:
891Details891 "Profile-scoped replacement for the built-in instruction file.",
892 892 },
893Alias for `startup_timeout_sec` in milliseconds.893 {
894 894 key: "profiles.<name>.experimental_use_unified_exec_tool",
895Key895 type: "boolean",
896 896 description:
897`mcp_servers.<id>.startup_timeout_sec`897 "Legacy name for enabling unified exec; prefer `[features].unified_exec`.",
898 898 },
899Type / Values899 {
900 900 key: "profiles.<name>.oss_provider",
901`number`901 type: "lmstudio | ollama",
902 902 description: "Profile-scoped OSS provider for `--oss` sessions.",
903Details903 },
904 904 {
905Override the default 10s startup timeout for an MCP server.905 key: "profiles.<name>.tools_view_image",
906 906 type: "boolean",
907Key907 description: "Enable or disable the `view_image` tool in that profile.",
908 908 },
909`mcp_servers.<id>.tool_timeout_sec`909 {
910 910 key: "profiles.<name>.analytics.enabled",
911Type / Values911 type: "boolean",
912 912 description: "Profile-scoped analytics enablement override.",
913`number`913 },
914 914 {
915Details915 key: "profiles.<name>.windows.sandbox",
916 916 type: "unelevated | elevated",
917Override the default 60s per-tool timeout for an MCP server.917 description: "Profile-scoped Windows sandbox mode override.",
918 918 },
919Key919 {
920 920 key: "history.persistence",
921`mcp_servers.<id>.url`921 type: "save-all | none",
922 922 description:
923Type / Values923 "Control whether Codex saves session transcripts to history.jsonl.",
924 924 },
925`string`925 {
926 926 key: "tool_output_token_limit",
927Details927 type: "number",
928 928 description:
929Endpoint for an MCP streamable HTTP server.929 "Token budget for storing individual tool/function outputs in history.",
930 930 },
931Key931 {
932 932 key: "background_terminal_max_timeout",
933`model`933 type: "number",
934 934 description:
935Type / Values935 "Maximum poll window in milliseconds for empty `write_stdin` polls (background terminal polling). Default: `300000` (5 minutes). Replaces the older `background_terminal_timeout` key.",
936 936 },
937`string`937 {
938 938 key: "history.max_bytes",
939Details939 type: "number",
940 940 description:
941Model to use (e.g., `gpt-5-codex`).941 "If set, caps the history file size in bytes by dropping oldest entries.",
942 942 },
943Key943 {
944 944 key: "file_opener",
945`model_auto_compact_token_limit`945 type: "vscode | vscode-insiders | windsurf | cursor | none",
946 946 description:
947Type / Values947 "URI scheme used to open citations from Codex output (default: `vscode`).",
948 948 },
949`number`949 {
950 950 key: "otel.environment",
951Details951 type: "string",
952 952 description:
953Token threshold that triggers automatic history compaction (unset uses model defaults).953 "Environment tag applied to emitted OpenTelemetry events (default: `dev`).",
954 954 },
955Key955 {
956 956 key: "otel.exporter",
957`model_context_window`957 type: "none | otlp-http | otlp-grpc",
958 958 description:
959Type / Values959 "Select the OpenTelemetry exporter and provide any endpoint metadata.",
960 960 },
961`number`961 {
962 962 key: "otel.trace_exporter",
963Details963 type: "none | otlp-http | otlp-grpc",
964 964 description:
965Context window tokens available to the active model.965 "Select the OpenTelemetry trace exporter and provide any endpoint metadata.",
966 966 },
967Key967 {
968 968 key: "otel.metrics_exporter",
969`model_instructions_file`969 type: "none | statsig | otlp-http | otlp-grpc",
970 970 description:
971Type / Values971 "Select the OpenTelemetry metrics exporter (defaults to `statsig`).",
972 972 },
973`string (path)`973 {
974 974 key: "otel.log_user_prompt",
975Details975 type: "boolean",
976 976 description:
977Replacement for built-in instructions instead of `AGENTS.md`.977 "Opt in to exporting raw user prompts with OpenTelemetry logs.",
978 978 },
979Key979 {
980 980 key: "otel.exporter.<id>.endpoint",
981`model_provider`981 type: "string",
982 982 description: "Exporter endpoint for OTEL logs.",
983Type / Values983 },
984 984 {
985`string`985 key: "otel.exporter.<id>.protocol",
986 986 type: "binary | json",
987Details987 description: "Protocol used by the OTLP/HTTP exporter.",
988 988 },
989Provider id from `model_providers` (default: `openai`).989 {
990 990 key: "otel.exporter.<id>.headers",
991Key991 type: "map<string,string>",
992 992 description: "Static headers included with OTEL exporter requests.",
993`model_providers.<id>.base_url`993 },
994 994 {
995Type / Values995 key: "otel.trace_exporter.<id>.endpoint",
996 996 type: "string",
997`string`997 description: "Trace exporter endpoint for OTEL logs.",
998 998 },
999Details999 {
1000 1000 key: "otel.trace_exporter.<id>.protocol",
1001API base URL for the model provider.1001 type: "binary | json",
1002 1002 description: "Protocol used by the OTLP/HTTP trace exporter.",
1003Key1003 },
1004 1004 {
1005`model_providers.<id>.env_http_headers`1005 key: "otel.trace_exporter.<id>.headers",
1006 1006 type: "map<string,string>",
1007Type / Values1007 description: "Static headers included with OTEL trace exporter requests.",
1008 1008 },
1009`map<string,string>`1009 {
1010 1010 key: "otel.exporter.<id>.tls.ca-certificate",
1011Details1011 type: "string",
1012 1012 description: "CA certificate path for OTEL exporter TLS.",
1013HTTP headers populated from environment variables when present.1013 },
1014 1014 {
1015Key1015 key: "otel.exporter.<id>.tls.client-certificate",
1016 1016 type: "string",
1017`model_providers.<id>.env_key`1017 description: "Client certificate path for OTEL exporter TLS.",
1018 1018 },
1019Type / Values1019 {
1020 1020 key: "otel.exporter.<id>.tls.client-private-key",
1021`string`1021 type: "string",
1022 1022 description: "Client private key path for OTEL exporter TLS.",
1023Details1023 },
1024 1024 {
1025Environment variable supplying the provider API key.1025 key: "otel.trace_exporter.<id>.tls.ca-certificate",
1026 1026 type: "string",
1027Key1027 description: "CA certificate path for OTEL trace exporter TLS.",
1028 1028 },
1029`model_providers.<id>.env_key_instructions`1029 {
1030 1030 key: "otel.trace_exporter.<id>.tls.client-certificate",
1031Type / Values1031 type: "string",
1032 1032 description: "Client certificate path for OTEL trace exporter TLS.",
1033`string`1033 },
1034 1034 {
1035Details1035 key: "otel.trace_exporter.<id>.tls.client-private-key",
1036 1036 type: "string",
1037Optional setup guidance for the provider API key.1037 description: "Client private key path for OTEL trace exporter TLS.",
1038 1038 },
1039Key1039 {
1040 1040 key: "tui",
1041`model_providers.<id>.experimental_bearer_token`1041 type: "table",
1042 1042 description:
1043Type / Values1043 "TUI-specific options such as enabling inline desktop notifications.",
1044 1044 },
1045`string`1045 {
1046 1046 key: "tui.notifications",
1047Details1047 type: "boolean | array<string>",
1048 1048 description:
1049Direct bearer token for the provider (discouraged; use `env_key`).1049 "Enable TUI notifications; optionally restrict to specific event types.",
1050 1050 },
1051Key1051 {
1052 1052 key: "tui.notification_method",
1053`model_providers.<id>.http_headers`1053 type: "auto | osc9 | bel",
1054 1054 description:
1055Type / Values1055 "Notification method for terminal notifications (default: auto).",
1056 1056 },
1057`map<string,string>`1057 {
1058 1058 key: "tui.notification_condition",
1059Details1059 type: "unfocused | always",
1060 1060 description:
1061Static HTTP headers added to provider requests.1061 "Control whether TUI notifications fire only when the terminal is unfocused or regardless of focus. Defaults to `unfocused`.",
1062 1062 },
1063Key1063 {
1064 1064 key: "tui.animations",
1065`model_providers.<id>.name`1065 type: "boolean",
1066 1066 description:
1067Type / Values1067 "Enable terminal animations (welcome screen, shimmer, spinner) (default: true).",
1068 1068 },
1069`string`1069 {
1070 1070 key: "tui.alternate_screen",
1071Details1071 type: "auto | always | never",
1072 1072 description:
1073Display name for a custom model provider.1073 "Control alternate screen usage for the TUI (default: auto; auto skips it in Zellij to preserve scrollback).",
1074 1074 },
1075Key1075 {
1076 1076 key: "tui.show_tooltips",
1077`model_providers.<id>.query_params`1077 type: "boolean",
1078 1078 description:
1079Type / Values1079 "Show onboarding tooltips in the TUI welcome screen (default: true).",
1080 1080 },
1081`map<string,string>`1081 {
1082 1082 key: "tui.status_line",
1083Details1083 type: "array<string> | null",
1084 1084 description:
1085Extra query parameters appended to provider requests.1085 "Ordered list of TUI footer status-line item identifiers. `null` disables the status line.",
1086 1086 },
1087Key1087 {
1088 1088 key: "tui.terminal_title",
1089`model_providers.<id>.request_max_retries`1089 type: "array<string> | null",
1090 1090 description:
1091Type / Values1091 'Ordered list of terminal window/tab title item identifiers. Defaults to `["spinner", "project"]`; `null` disables title updates.',
1092 1092 },
1093`number`1093 {
1094 1094 key: "tui.theme",
1095Details1095 type: "string",
1096 1096 description:
1097Retry count for HTTP requests to the provider (default: 4).1097 "Syntax-highlighting theme override (kebab-case theme name).",
1098 1098 },
1099Key1099 {
1100 1100 key: "tui.keymap.<context>.<action>",
1101`model_providers.<id>.requires_openai_auth`1101 type: "string | array<string>",
1102 1102 description:
1103Type / Values1103 "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`.",
1104 1104 },
1105`boolean`1105 {
1106 1106 key: "tui.keymap.<context>.<action> = []",
1107Details1107 type: "empty array",
1108 1108 description:
1109The provider uses OpenAI authentication (defaults to false).1109 "Unbind the action in that keymap context. Key names use normalized strings such as `ctrl-a`, `shift-enter`, or `page-down`.",
1110 1110 },
1111Key1111 {
1112 1112 key: "tui.model_availability_nux.<model>",
1113`model_providers.<id>.stream_idle_timeout_ms`1113 type: "integer",
1114 1114 description: "Internal startup-tooltip state keyed by model slug.",
1115Type / Values1115 },
1116 1116 {
1117`number`1117 key: "hide_agent_reasoning",
1118 1118 type: "boolean",
1119Details1119 description:
1120 1120 "Suppress reasoning events in both the TUI and `codex exec` output.",
1121Idle timeout for SSE streams in milliseconds (default: 300000).1121 },
1122 1122 {
1123Key1123 key: "show_raw_agent_reasoning",
1124 1124 type: "boolean",
1125`model_providers.<id>.stream_max_retries`1125 description:
1126 1126 "Surface raw reasoning content when the active model emits it.",
1127Type / Values1127 },
1128 1128 {
1129`number`1129 key: "disable_paste_burst",
1130 1130 type: "boolean",
1131Details1131 description: "Disable burst-paste detection in the TUI.",
1132 1132 },
1133Retry count for SSE streaming interruptions (default: 5).1133 {
1134 1134 key: "windows_wsl_setup_acknowledged",
1135Key1135 type: "boolean",
1136 1136 description: "Track Windows onboarding acknowledgement (Windows only).",
1137`model_providers.<id>.wire_api`1137 },
1138 1138 {
1139Type / Values1139 key: "chatgpt_base_url",
1140 1140 type: "string",
1141`chat | responses`1141 description: "Override the base URL used during the ChatGPT login flow.",
1142 1142 },
1143Details1143 {
1144 1144 key: "cli_auth_credentials_store",
1145Protocol used by the provider (defaults to `chat` if omitted).1145 type: "file | keyring | auto",
1146 1146 description:
1147Key1147 "Control where the CLI stores cached credentials (file-based auth.json vs OS keychain).",
1148 1148 },
1149`model_reasoning_effort`1149 {
1150 1150 key: "mcp_oauth_credentials_store",
1151Type / Values1151 type: "auto | file | keyring",
1152 1152 description: "Preferred store for MCP OAuth credentials.",
1153`minimal | low | medium | high | xhigh`1153 },
1154 1154 {
1155Details1155 key: "mcp_oauth_callback_port",
1156 1156 type: "integer",
1157Adjust reasoning effort for supported models (Responses API only; `xhigh` is model-dependent).1157 description:
1158 1158 "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.",
1159Key1159 },
1160 1160 {
1161`model_reasoning_summary`1161 key: "mcp_oauth_callback_url",
1162 1162 type: "string",
1163Type / Values1163 description:
1164 1164 "Optional redirect URI override for MCP OAuth login (for example, a devbox ingress URL). `mcp_oauth_callback_port` still controls the callback listener port.",
1165`auto | concise | detailed | none`1165 },
1166 1166 {
1167Details1167 key: "experimental_use_unified_exec_tool",
1168 1168 type: "boolean",
1169Select reasoning summary detail or disable summaries entirely.1169 description:
1170 1170 "Legacy name for enabling unified exec; prefer `[features].unified_exec` or `codex --enable unified_exec`.",
1171Key1171 },
1172 1172 {
1173`model_supports_reasoning_summaries`1173 key: "tools.web_search",
1174 1174 type: 'boolean | { context_size = "low|medium|high", allowed_domains = [string], location = { country, region, city, timezone } }',
1175Type / Values1175 description:
1176 1176 "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.",
1177`boolean`1177 },
1178 1178 {
1179Details1179 key: "tools.view_image",
1180 1180 type: "boolean",
1181Force Codex to send or not send reasoning metadata.1181 description: "Enable the local-image attachment tool `view_image`.",
1182 1182 },
1183Key1183 {
1184 1184 key: "web_search",
1185`model_verbosity`1185 type: "disabled | cached | live",
1186 1186 description:
1187Type / Values1187 '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.',
1188 1188 },
1189`low | medium | high`1189 {
1190 1190 key: "default_permissions",
1191Details1191 type: "string",
1192 1192 description:
1193Control GPT-5 Responses API verbosity (defaults to `medium`).1193 "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.",
1194 1194 },
1195Key1195 {
1196 1196 key: "permissions.<name>.filesystem",
1197`notice.hide_full_access_warning`1197 type: "table",
1198 1198 description:
1199Type / Values1199 "Named filesystem permission profile. Each key is an absolute path or special token such as `:minimal` or `:project_roots`.",
1200 1200 },
1201`boolean`1201 {
1202 1202 key: "permissions.<name>.filesystem.glob_scan_max_depth",
1203Details1203 type: "number",
1204 1204 description:
1205Track acknowledgement of the full access warning prompt.1205 "Maximum depth for expanding deny-read glob patterns on platforms that snapshot matches before sandbox startup. Must be at least `1` when set.",
1206 1206 },
1207Key1207 {
1208 1208 key: "permissions.<name>.filesystem.<path-or-glob>",
1209`notice.hide_gpt-5.1-codex-max_migration_prompt`1209 type: '"read" | "write" | "none" | table',
1210 1210 description:
1211Type / Values1211 '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.',
1212 1212 },
1213`boolean`1213 {
1214 1214 key: 'permissions.<name>.filesystem.":project_roots".<subpath-or-glob>',
1215Details1215 type: '"read" | "write" | "none"',
1216 1216 description:
1217Track acknowledgement of the gpt-5.1-codex-max migration prompt.1217 'Scoped filesystem access relative to the detected project roots. Use `"."` for the root itself; glob subpaths such as `"**/*.env"` can deny reads with `"none"`.',
1218 1218 },
1219Key1219 {
1220 1220 key: "permissions.<name>.network.enabled",
1221`notice.hide_gpt5_1_migration_prompt`1221 type: "boolean",
1222 1222 description: "Enable network access for this named permissions profile.",
1223Type / Values1223 },
1224 1224 {
1225`boolean`1225 key: "permissions.<name>.network.proxy_url",
1226 1226 type: "string",
1227Details1227 description:
1228 1228 "HTTP proxy endpoint used when this permissions profile enables the managed network proxy.",
1229Track acknowledgement of the GPT-5.1 migration prompt.1229 },
1230 1230 {
1231Key1231 key: "permissions.<name>.network.enable_socks5",
1232 1232 type: "boolean",
1233`notice.hide_rate_limit_model_nudge`1233 description:
1234 1234 "Expose a SOCKS5 listener when this permissions profile enables the managed network proxy.",
1235Type / Values1235 },
1236 1236 {
1237`boolean`1237 key: "permissions.<name>.network.socks_url",
1238 1238 type: "string",
1239Details1239 description: "SOCKS5 proxy endpoint used by this permissions profile.",
1240 1240 },
1241Track opt-out of the rate limit model switch reminder.1241 {
1242 1242 key: "permissions.<name>.network.enable_socks5_udp",
1243Key1243 type: "boolean",
1244 1244 description: "Allow UDP over the SOCKS5 listener when enabled.",
1245`notice.hide_world_writable_warning`1245 },
1246 1246 {
1247Type / Values1247 key: "permissions.<name>.network.allow_upstream_proxy",
1248 1248 type: "boolean",
1249`boolean`1249 description:
1250 1250 "Allow the managed proxy to chain to another upstream proxy.",
1251Details1251 },
1252 1252 {
1253Track acknowledgement of the Windows world-writable directories warning.1253 key: "permissions.<name>.network.dangerously_allow_non_loopback_proxy",
1254 1254 type: "boolean",
1255Key1255 description:
1256 1256 "Permit non-loopback bind addresses for the managed proxy listener.",
1257`notice.model_migrations`1257 },
1258 1258 {
1259Type / Values1259 key: "permissions.<name>.network.dangerously_allow_all_unix_sockets",
1260 1260 type: "boolean",
1261`map<string,string>`1261 description:
1262 1262 "Allow the proxy to use arbitrary Unix sockets instead of the default restricted set.",
1263Details1263 },
1264 1264 {
1265Track acknowledged model migrations as old->new mappings.1265 key: "permissions.<name>.network.mode",
1266 1266 type: "limited | full",
1267Key1267 description: "Network proxy mode used for subprocess traffic.",
1268 1268 },
1269`notify`1269 {
1270 1270 key: "permissions.<name>.network.domains",
1271Type / Values1271 type: "map<string, allow | deny>",
1272 1272 description:
1273`array<string>`1273 "Domain rules for the managed proxy. Use domain names or wildcard patterns as keys, with `allow` or `deny` values.",
1274 1274 },
1275Details1275 {
1276 1276 key: "permissions.<name>.network.unix_sockets",
1277Command invoked for notifications; receives a JSON payload from Codex.1277 type: "map<string, allow | none>",
1278 1278 description:
1279Key1279 "Unix socket rules for the managed proxy. Use socket paths as keys, with `allow` or `none` values.",
1280 1280 },
1281`oss_provider`1281 {
1282 1282 key: "permissions.<name>.network.allow_local_binding",
1283Type / Values1283 type: "boolean",
1284 1284 description:
1285`lmstudio | ollama`1285 "Permit local bind/listen operations through the managed proxy.",
1286 1286 },
1287Details1287 {
1288 1288 key: "projects.<path>.trust_level",
1289Default local provider used when running with `--oss` (defaults to prompting if unset).1289 type: "string",
1290 1290 description:
1291Key1291 '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.',
1292 1292 },
1293`otel.environment`1293 {
1294 1294 key: "notice.hide_full_access_warning",
1295Type / Values1295 type: "boolean",
1296 1296 description: "Track acknowledgement of the full access warning prompt.",
1297`string`1297 },
1298 1298 {
1299Details1299 key: "notice.hide_world_writable_warning",
1300 1300 type: "boolean",
1301Environment tag applied to emitted OpenTelemetry events (default: `dev`).1301 description:
1302 1302 "Track acknowledgement of the Windows world-writable directories warning.",
1303Key1303 },
1304 1304 {
1305`otel.exporter`1305 key: "notice.hide_rate_limit_model_nudge",
1306 1306 type: "boolean",
1307Type / Values1307 description: "Track opt-out of the rate limit model switch reminder.",
1308 1308 },
1309`none | otlp-http | otlp-grpc`1309 {
1310 1310 key: "notice.hide_gpt5_1_migration_prompt",
1311Details1311 type: "boolean",
1312 1312 description: "Track acknowledgement of the GPT-5.1 migration prompt.",
1313Select the OpenTelemetry exporter and provide any endpoint metadata.1313 },
1314 1314 {
1315Key1315 key: "notice.hide_gpt-5.1-codex-max_migration_prompt",
1316 1316 type: "boolean",
1317`otel.exporter.<id>.endpoint`1317 description:
1318 1318 "Track acknowledgement of the gpt-5.1-codex-max migration prompt.",
1319Type / Values1319 },
1320 1320 {
1321`string`1321 key: "notice.model_migrations",
1322 1322 type: "map<string,string>",
1323Details1323 description: "Track acknowledged model migrations as old->new mappings.",
1324 1324 },
1325Exporter endpoint for OTEL logs.1325 {
1326 1326 key: "forced_login_method",
1327Key1327 type: "chatgpt | api",
1328 1328 description: "Restrict Codex to a specific authentication method.",
1329`otel.exporter.<id>.headers`1329 },
1330 1330 {
1331Type / Values1331 key: "forced_chatgpt_workspace_id",
1332 1332 type: "string (uuid)",
1333`map<string,string>`1333 description: "Limit ChatGPT logins to a specific workspace identifier.",
1334 1334 },
1335Details1335 ]}
1336 1336 client:load
1337Static headers included with OTEL exporter requests.1337/>
1338
1339Key
1340
1341`otel.exporter.<id>.protocol`
1342
1343Type / Values
1344
1345`binary | json`
1346
1347Details
1348
1349Protocol used by the OTLP/HTTP exporter.
1350
1351Key
1352
1353`otel.exporter.<id>.tls.ca-certificate`
1354
1355Type / Values
1356
1357`string`
1358
1359Details
1360
1361CA certificate path for OTEL exporter TLS.
1362
1363Key
1364
1365`otel.exporter.<id>.tls.client-certificate`
1366
1367Type / Values
1368
1369`string`
1370
1371Details
1372
1373Client certificate path for OTEL exporter TLS.
1374
1375Key
1376
1377`otel.exporter.<id>.tls.client-private-key`
1378
1379Type / Values
1380
1381`string`
1382
1383Details
1384
1385Client private key path for OTEL exporter TLS.
1386
1387Key
1388
1389`otel.log_user_prompt`
1390
1391Type / Values
1392
1393`boolean`
1394
1395Details
1396
1397Opt in to exporting raw user prompts with OpenTelemetry logs.
1398
1399Key
1400
1401`otel.trace_exporter`
1402
1403Type / Values
1404
1405`none | otlp-http | otlp-grpc`
1406
1407Details
1408
1409Select the OpenTelemetry trace exporter and provide any endpoint metadata.
1410
1411Key
1412
1413`otel.trace_exporter.<id>.endpoint`
1414
1415Type / Values
1416
1417`string`
1418
1419Details
1420
1421Trace exporter endpoint for OTEL logs.
1422
1423Key
1424
1425`otel.trace_exporter.<id>.headers`
1426
1427Type / Values
1428
1429`map<string,string>`
1430
1431Details
1432
1433Static headers included with OTEL trace exporter requests.
1434
1435Key
1436
1437`otel.trace_exporter.<id>.protocol`
1438
1439Type / Values
1440
1441`binary | json`
1442
1443Details
1444
1445Protocol used by the OTLP/HTTP trace exporter.
1446
1447Key
1448
1449`otel.trace_exporter.<id>.tls.ca-certificate`
1450
1451Type / Values
1452
1453`string`
1454
1455Details
1456
1457CA certificate path for OTEL trace exporter TLS.
1458
1459Key
1460
1461`otel.trace_exporter.<id>.tls.client-certificate`
1462
1463Type / Values
1464
1465`string`
1466
1467Details
1468
1469Client certificate path for OTEL trace exporter TLS.
1470
1471Key
1472
1473`otel.trace_exporter.<id>.tls.client-private-key`
1474
1475Type / Values
1476
1477`string`
1478
1479Details
1480
1481Client private key path for OTEL trace exporter TLS.
1482
1483Key
1484
1485`personality`
1486
1487Type / Values
1488
1489`none | friendly | pragmatic`
1490
1491Details
1492
1493Default communication style for models that advertise `supportsPersonality`; can be overridden per thread/turn or via `/personality`.
1494
1495Key
1496
1497`profile`
1498
1499Type / Values
1500
1501`string`
1502
1503Details
1504
1505Default profile applied at startup (equivalent to `--profile`).
1506
1507Key
1508
1509`profiles.<name>.*`
1510
1511Type / Values
1512
1513`various`
1514
1515Details
1516
1517Profile-scoped overrides for any of the supported configuration keys.
1518
1519Key
1520
1521`profiles.<name>.experimental_use_freeform_apply_patch`
1522
1523Type / Values
1524
1525`boolean`
1526
1527Details
1528
1529Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`.
1530
1531Key
1532
1533`profiles.<name>.experimental_use_unified_exec_tool`
1534
1535Type / Values
1536
1537`boolean`
1538
1539Details
1540
1541Legacy name for enabling unified exec; prefer `[features].unified_exec`.
1542
1543Key
1544
1545`profiles.<name>.include_apply_patch_tool`
1546
1547Type / Values
1548
1549`boolean`
1550
1551Details
1552
1553Legacy name for enabling freeform apply\_patch; prefer `[features].apply_patch_freeform`.
1554
1555Key
1556
1557`profiles.<name>.oss_provider`
1558
1559Type / Values
1560
1561`lmstudio | ollama`
1562
1563Details
1564
1565Profile-scoped OSS provider for `--oss` sessions.
1566
1567Key
1568
1569`profiles.<name>.personality`
1570
1571Type / Values
1572
1573`none | friendly | pragmatic`
1574
1575Details
1576
1577Profile-scoped communication style override for supported models.
1578
1579Key
1580
1581`profiles.<name>.web_search`
1582
1583Type / Values
1584
1585`disabled | cached | live`
1586
1587Details
1588
1589Profile-scoped web search mode override (default: `"cached"`).
1590
1591Key
1592
1593`project_doc_fallback_filenames`
1594
1595Type / Values
1596
1597`array<string>`
1598
1599Details
1600
1601Additional filenames to try when `AGENTS.md` is missing.
1602
1603Key
1604
1605`project_doc_max_bytes`
1606
1607Type / Values
1608
1609`number`
1610
1611Details
1612
1613Maximum bytes read from `AGENTS.md` when building project instructions.
1614
1615Key
1616
1617`project_root_markers`
1618
1619Type / Values
1620
1621`array<string>`
1622
1623Details
1624
1625List of project root marker filenames; used when searching parent directories for the project root.
1626
1627Key
1628
1629`projects.<path>.trust_level`
1630
1631Type / Values
1632
1633`string`
1634
1635Details
1636
1637Mark a project or worktree as trusted or untrusted (`"trusted"` | `"untrusted"`). Untrusted projects skip project-scoped `.codex/` layers.
1638
1639Key
1640
1641`review_model`
1642
1643Type / Values
1644
1645`string`
1646
1647Details
1648
1649Optional model override used by `/review` (defaults to the current session model).
1650
1651Key
1652
1653`sandbox_mode`
1654
1655Type / Values
1656
1657`read-only | workspace-write | danger-full-access`
1658
1659Details
1660
1661Sandbox policy for filesystem and network access during command execution.
1662
1663Key
1664
1665`sandbox_workspace_write.exclude_slash_tmp`
1666
1667Type / Values
1668
1669`boolean`
1670
1671Details
1672
1673Exclude `/tmp` from writable roots in workspace-write mode.
1674
1675Key
1676
1677`sandbox_workspace_write.exclude_tmpdir_env_var`
1678
1679Type / Values
1680
1681`boolean`
1682
1683Details
1684
1685Exclude `$TMPDIR` from writable roots in workspace-write mode.
1686
1687Key
1688
1689`sandbox_workspace_write.network_access`
1690
1691Type / Values
1692
1693`boolean`
1694
1695Details
1696
1697Allow outbound network access inside the workspace-write sandbox.
1698
1699Key
1700
1701`sandbox_workspace_write.writable_roots`
1702
1703Type / Values
1704
1705`array<string>`
1706
1707Details
1708
1709Additional writable roots when `sandbox_mode = "workspace-write"`.
1710
1711Key
1712
1713`shell_environment_policy.exclude`
1714
1715Type / Values
1716
1717`array<string>`
1718
1719Details
1720
1721Glob patterns for removing environment variables after the defaults.
1722
1723Key
1724
1725`shell_environment_policy.experimental_use_profile`
1726
1727Type / Values
1728
1729`boolean`
1730
1731Details
1732
1733Use the user shell profile when spawning subprocesses.
1734
1735Key
1736
1737`shell_environment_policy.ignore_default_excludes`
1738
1739Type / Values
1740
1741`boolean`
1742
1743Details
1744
1745Keep variables containing KEY/SECRET/TOKEN before other filters run.
1746
1747Key
1748
1749`shell_environment_policy.include_only`
1750
1751Type / Values
1752
1753`array<string>`
1754
1755Details
1756
1757Whitelist of patterns; when set only matching variables are kept.
1758
1759Key
1760
1761`shell_environment_policy.inherit`
1762
1763Type / Values
1764
1765`all | core | none`
1766
1767Details
1768
1769Baseline environment inheritance when spawning subprocesses.
1770
1771Key
1772
1773`shell_environment_policy.set`
1774
1775Type / Values
1776
1777`map<string,string>`
1778
1779Details
1780
1781Explicit environment overrides injected into every subprocess.
1782
1783Key
1784
1785`show_raw_agent_reasoning`
1786
1787Type / Values
1788
1789`boolean`
1790
1791Details
1792
1793Surface raw reasoning content when the active model emits it.
1794
1795Key
1796
1797`skills.config`
1798
1799Type / Values
1800
1801`array<object>`
1802
1803Details
1804
1805Per-skill enablement overrides stored in config.toml.
1806
1807Key
1808
1809`skills.config.<index>.enabled`
1810
1811Type / Values
1812
1813`boolean`
1814
1815Details
1816
1817Enable or disable the referenced skill.
1818
1819Key
1820
1821`skills.config.<index>.path`
1822
1823Type / Values
1824
1825`string (path)`
1826
1827Details
1828
1829Path to a skill folder containing `SKILL.md`.
1830
1831Key
1832
1833`suppress_unstable_features_warning`
1834
1835Type / Values
1836
1837`boolean`
1838
1839Details
1840
1841Suppress the warning that appears when under-development feature flags are enabled.
1842
1843Key
1844
1845`tool_output_token_limit`
1846
1847Type / Values
1848
1849`number`
1850
1851Details
1852
1853Token budget for storing individual tool/function outputs in history.
1854
1855Key
1856
1857`tools.web_search`
1858
1859Type / Values
1860
1861`boolean`
1862
1863Details
1864
1865Deprecated legacy toggle for web search; prefer the top-level `web_search` setting.
1866
1867Key
1868
1869`tui`
1870
1871Type / Values
1872
1873`table`
1874
1875Details
1876
1877TUI-specific options such as enabling inline desktop notifications.
1878
1879Key
1880
1881`tui.alternate_screen`
1882
1883Type / Values
1884
1885`auto | always | never`
1886
1887Details
1888
1889Control alternate screen usage for the TUI (default: auto; auto skips it in Zellij to preserve scrollback).
1890
1891Key
1892
1893`tui.animations`
1894
1895Type / Values
1896
1897`boolean`
1898
1899Details
1900
1901Enable terminal animations (welcome screen, shimmer, spinner) (default: true).
1902
1903Key
1904
1905`tui.notification_method`
1906
1907Type / Values
1908
1909`auto | osc9 | bel`
1910
1911Details
1912
1913Notification method for unfocused terminal notifications (default: auto).
1914
1915Key
1916
1917`tui.notifications`
1918
1919Type / Values
1920
1921`boolean | array<string>`
1922
1923Details
1924
1925Enable TUI notifications; optionally restrict to specific event types.
1926
1927Key
1928
1929`tui.show_tooltips`
1930
1931Type / Values
1932
1933`boolean`
1934
1935Details
1936
1937Show onboarding tooltips in the TUI welcome screen (default: true).
1938
1939Key
1940
1941`tui.status_line`
1942
1943Type / Values
1944
1945`array<string> | null`
1946
1947Details
1948
1949Ordered list of TUI footer status-line item identifiers. `null` disables the status line.
1950
1951Key
1952
1953`web_search`
1954
1955Type / Values
1956
1957`disabled | cached | live`
1958
1959Details
1960
1961Web 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.
1962
1963Key
1964
1965`windows_wsl_setup_acknowledged`
1966
1967Type / Values
1968
1969`boolean`
1970
1971Details
1972
1973Track Windows onboarding acknowledgement (Windows only).
1974
1975Expand to view all
1976 1338
1977You can find the latest JSON schema for `config.toml` [here](https://developers.openai.com/codex/config-schema.json).1339You can find the latest JSON schema for `config.toml` [here](https://developers.openai.com/codex/config-schema.json).
1978 1340
1986 1348
1987## `requirements.toml`1349## `requirements.toml`
1988 1350
1989`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).1351`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).
1990 1352
1991For ChatGPT Business and Enterprise users, Codex can also apply cloud-fetched1353For ChatGPT Business and Enterprise users, Codex can also apply cloud-fetched
1992requirements. See the security page for precedence details.1354requirements. See the security page for precedence details.
1993 1355
1994| Key | Type / Values | Details |1356Use `[features]` in `requirements.toml` to pin feature flags by the same
1995| --- | --- | --- |1357canonical keys that `config.toml` uses. Omitted keys remain unconstrained.
1996| `allowed_approval_policies` | `array<string>` | Allowed values for `approval\_policy`. |1358
1997| `allowed_sandbox_modes` | `array<string>` | Allowed values for `sandbox_mode`. |1359<ConfigTable
1998| `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`. |1360 options={[
1999| `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. |1361 {
2000| `mcp_servers.<id>.identity` | `table` | Identity rule for a single MCP server. Set either `command` (stdio) or `url` (streamable HTTP). |1362 key: "allowed_approval_policies",
2001| `mcp_servers.<id>.identity.command` | `string` | Allow an MCP stdio server when its `mcp_servers.<id>.command` matches this command. |1363 type: "array<string>",
2002| `mcp_servers.<id>.identity.url` | `string` | Allow an MCP streamable HTTP server when its `mcp_servers.<id>.url` matches this URL. |1364 description:
2003| `rules` | `table` | Admin-enforced command rules merged with `.rules` files. Requirements rules must be restrictive. |1365 "Allowed values for `approval_policy` (for example `untrusted`, `on-request`, `never`, and `granular`).",
2004| `rules.prefix_rules` | `array<table>` | List of enforced prefix rules. Each rule must include `pattern` and `decision`. |1366 },
2005| `rules.prefix_rules[].decision` | `prompt | forbidden` | Required. Requirements rules can only prompt or forbid (not allow). |1367 {
2006| `rules.prefix_rules[].justification` | `string` | Optional non-empty rationale surfaced in approval prompts or rejection messages. |1368 key: "allowed_approvals_reviewers",
2007| `rules.prefix_rules[].pattern` | `array<table>` | Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`. |1369 type: "array<string>",
2008| `rules.prefix_rules[].pattern[].any_of` | `array<string>` | A list of allowed alternative tokens at this position. |1370 description:
2009| `rules.prefix_rules[].pattern[].token` | `string` | A single literal token at this position. |1371 "Allowed values for `approvals_reviewer`, such as `user` and `auto_review`.",
2010 1372 },
2011Key1373 {
2012 1374 key: "guardian_policy_config",
2013`allowed_approval_policies`1375 type: "string",
2014 1376 description:
2015Type / Values1377 "Managed Markdown policy instructions for automatic review. This takes precedence over local `[auto_review].policy`. Blank values are ignored.",
2016 1378 },
2017`array<string>`1379 {
2018 1380 key: "allowed_sandbox_modes",
2019Details1381 type: "array<string>",
2020 1382 description: "Allowed values for `sandbox_mode`.",
2021Allowed values for `approval\_policy`.1383 },
2022 1384 {
2023Key1385 key: "remote_sandbox_config",
2024 1386 type: "array<table>",
2025`allowed_sandbox_modes`1387 description:
2026 1388 "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.",
2027Type / Values1389 },
2028 1390 {
2029`array<string>`1391 key: "remote_sandbox_config[].hostname_patterns",
2030 1392 type: "array<string>",
2031Details1393 description:
2032 1394 "Case-insensitive host name patterns. Supports `*` for any sequence of characters and `?` for one character.",
2033Allowed values for `sandbox_mode`.1395 },
2034 1396 {
2035Key1397 key: "remote_sandbox_config[].allowed_sandbox_modes",
2036 1398 type: "array<string>",
2037`allowed_web_search_modes`1399 description:
2038 1400 "Allowed sandbox modes to apply when this host-specific entry matches.",
2039Type / Values1401 },
2040 1402 {
2041`array<string>`1403 key: "allowed_web_search_modes",
2042 1404 type: "array<string>",
2043Details1405 description:
2044 1406 "Allowed values for `web_search` (`disabled`, `cached`, `live`). `disabled` is always allowed; an empty list effectively allows only `disabled`.",
2045Allowed values for `web_search` (`disabled`, `cached`, `live`). `disabled` is always allowed; an empty list effectively allows only `disabled`.1407 },
2046 1408 {
2047Key1409 key: "features",
2048 1410 type: "table",
2049`mcp_servers`1411 description:
2050 1412 "Pinned feature values keyed by the canonical names from `config.toml`'s `[features]` table.",
2051Type / Values1413 },
2052 1414 {
2053`table`1415 key: "features.<name>",
2054 1416 type: "boolean",
2055Details1417 description:
2056 1418 "Require a specific canonical feature key to stay enabled or disabled.",
2057Allowlist 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.1419 },
2058 1420 {
2059Key1421 key: "features.in_app_browser",
2060 1422 type: "boolean",
2061`mcp_servers.<id>.identity`1423 description:
2062 1424 "Set to `false` in `requirements.toml` to disable the in-app browser pane.",
2063Type / Values1425 },
2064 1426 {
2065`table`1427 key: "features.browser_use",
2066 1428 type: "boolean",
2067Details1429 description:
2068 1430 "Set to `false` in `requirements.toml` to disable Browser Use and Browser Agent availability.",
2069Identity rule for a single MCP server. Set either `command` (stdio) or `url` (streamable HTTP).1431 },
2070 1432 {
2071Key1433 key: "features.computer_use",
2072 1434 type: "boolean",
2073`mcp_servers.<id>.identity.command`1435 description:
2074 1436 "Set to `false` in `requirements.toml` to disable Computer Use availability and related install or enablement flows.",
2075Type / Values1437 },
2076 1438 {
2077`string`1439 key: "hooks",
2078 1440 type: "table",
2079Details1441 description:
2080 1442 "Admin-enforced managed lifecycle hooks. Requires a managed hook directory and uses the same event schema as inline `[hooks]` in `config.toml`.",
2081Allow an MCP stdio server when its `mcp_servers.<id>.command` matches this command.1443 },
2082 1444 {
2083Key1445 key: "hooks.managed_dir",
2084 1446 type: "string (absolute path)",
2085`mcp_servers.<id>.identity.url`1447 description:
2086 1448 "Directory containing managed hook scripts on macOS and Linux. Codex validates that it is absolute and exists before loading managed hooks.",
2087Type / Values1449 },
2088 1450 {
2089`string`1451 key: "hooks.windows_managed_dir",
2090 1452 type: "string (absolute path)",
2091Details1453 description:
2092 1454 "Directory containing managed hook scripts on Windows. Codex validates that it is absolute and exists before loading managed hooks.",
2093Allow an MCP streamable HTTP server when its `mcp_servers.<id>.url` matches this URL.1455 },
2094 1456 {
2095Key1457 key: "hooks.<Event>",
2096 1458 type: "array<table>",
2097`rules`1459 description:
2098 1460 "Matcher groups for a hook event such as `PreToolUse`, `PostToolUse`, `PermissionRequest`, `SessionStart`, `UserPromptSubmit`, or `Stop`.",
2099Type / Values1461 },
2100 1462 {
2101`table`1463 key: "hooks.<Event>[].hooks",
2102 1464 type: "array<table>",
2103Details1465 description:
2104 1466 "Hook handlers for a matcher group. Command hooks are currently supported; prompt and agent hook handlers are parsed but skipped.",
2105Admin-enforced command rules merged with `.rules` files. Requirements rules must be restrictive.1467 },
2106 1468 {
2107Key1469 key: "permissions.filesystem.deny_read",
2108 1470 type: "array<string>",
2109`rules.prefix_rules`1471 description:
2110 1472 "Admin-enforced filesystem read denials. Entries can be paths or glob patterns, and users cannot weaken them with local config.",
2111Type / Values1473 },
2112 1474 {
2113`array<table>`1475 key: "mcp_servers",
2114 1476 type: "table",
2115Details1477 description:
2116 1478 "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.",
2117List of enforced prefix rules. Each rule must include `pattern` and `decision`.1479 },
2118 1480 {
2119Key1481 key: "mcp_servers.<id>.identity",
2120 1482 type: "table",
2121`rules.prefix_rules[].decision`1483 description:
2122 1484 "Identity rule for a single MCP server. Set either `command` (stdio) or `url` (streamable HTTP).",
2123Type / Values1485 },
2124 1486 {
2125`prompt | forbidden`1487 key: "mcp_servers.<id>.identity.command",
2126 1488 type: "string",
2127Details1489 description:
2128 1490 "Allow an MCP stdio server when its `mcp_servers.<id>.command` matches this command.",
2129Required. Requirements rules can only prompt or forbid (not allow).1491 },
2130 1492 {
2131Key1493 key: "mcp_servers.<id>.identity.url",
2132 1494 type: "string",
2133`rules.prefix_rules[].justification`1495 description:
2134 1496 "Allow an MCP streamable HTTP server when its `mcp_servers.<id>.url` matches this URL.",
2135Type / Values1497 },
2136 1498 {
2137`string`1499 key: "rules",
2138 1500 type: "table",
2139Details1501 description:
2140 1502 "Admin-enforced command rules merged with `.rules` files. Requirements rules must be restrictive.",
2141Optional non-empty rationale surfaced in approval prompts or rejection messages.1503 },
2142 1504 {
2143Key1505 key: "rules.prefix_rules",
2144 1506 type: "array<table>",
2145`rules.prefix_rules[].pattern`1507 description:
2146 1508 "List of enforced prefix rules. Each rule must include `pattern` and `decision`.",
2147Type / Values1509 },
2148 1510 {
2149`array<table>`1511 key: "rules.prefix_rules[].pattern",
2150 1512 type: "array<table>",
2151Details1513 description:
2152 1514 "Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`.",
2153Command prefix expressed as pattern tokens. Each token sets either `token` or `any_of`.1515 },
2154 1516 {
2155Key1517 key: "rules.prefix_rules[].pattern[].token",
2156 1518 type: "string",
2157`rules.prefix_rules[].pattern[].any_of`1519 description: "A single literal token at this position.",
2158 1520 },
2159Type / Values1521 {
2160 1522 key: "rules.prefix_rules[].pattern[].any_of",
2161`array<string>`1523 type: "array<string>",
2162 1524 description: "A list of allowed alternative tokens at this position.",
2163Details1525 },
2164 1526 {
2165A list of allowed alternative tokens at this position.1527 key: "rules.prefix_rules[].decision",
2166 1528 type: "prompt | forbidden",
2167Key1529 description:
2168 1530 "Required. Requirements rules can only prompt or forbid (not allow).",
2169`rules.prefix_rules[].pattern[].token`1531 },
2170 1532 {
2171Type / Values1533 key: "rules.prefix_rules[].justification",
2172 1534 type: "string",
2173`string`1535 description:
2174 1536 "Optional non-empty rationale surfaced in approval prompts or rejection messages.",
2175Details1537 },
2176 1538 ]}
2177A single literal token at this position.1539 client:load
2178 1540/>
2179Expand to view all