ct live agent codex
Open the live container in OpenAI Codex CLI.
Usage
ct live agent codex [OPTIONS] [CODEX_ARGS]...
Arguments
| Argument | Type | Required |
|---|---|---|
[CODEX_ARGS]... | text | No |
Options
| Option | Description |
|---|---|
-m, --mount-dir PATH | Mount directory for the container |
-a, --attach-at TEXT | Path to attach to the container at (default: /app) |
-u, --user TEXT | User to run codex as (default: the environment agent_user). |
--context TEXT | Use active session by id (uses current active session if not specified). |
--solve | Automatically prompt the agent to solve the main task (and side task if present) |
--prompt TEXT | Additional custom prompt to send to the agent (can be used with or without --solve) |
--use-api-key | Force API key auth instead of local credentials |
--help | Show this message and exit. |