codex_native_start
Launches a durable background task using Codex, returning a job ID for status polling and result retrieval. Configure sandbox modes, including danger-full-access with explicit user confirmation.
Instructions
Start a durable Codex task in the background. Returns a job id immediately. Poll with codex_native_status, then read codex_native_result. danger-full-access requires explicit user confirmation before passing dangerousConfirmed: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Absolute working directory inside the user's home directory. | |
| task | Yes | Self-contained task with scope and acceptance checks. | |
| model | No | Optional explicit model override. | |
| effort | No | Optional explicit reasoning effort override. | |
| profile | No | Automatic model and reasoning preset. | |
| sandbox | No | workspace-write | |
| timeoutMinutes | No | ||
| dangerousConfirmed | No | Must be true for danger-full-access. Set only after explicit user confirmation. |