Skip to Content
New to Genbox? Check out our Getting Started guide

gb codex

Coming Soon - Codex integration is under development.

Start or attach to a Codex AI session. Codex is OpenAI’s code-specialized AI assistant.

Shortcut

gbx # Equivalent to: gb codex gbxd # Equivalent to: gb codex --direct

Synopsis

gb codex [options] gb codex [subcommand] [args]

Description

The codex command will provide a streamlined interface to start Codex CLI sessions on genboxes (cloud or local) or directly on your machine.

Options

OptionDescription
--on <genbox>Use a specific genbox
--directRun directly on this machine (no isolation)
-y, --yesSkip confirmation prompts
-p, --prompt-modeInteractive prompt mode with optional images
-e, --editorUse $EDITOR for prompt input (with -p)
-b, --backgroundRun session in background (with -p)

Subcommands

SubcommandDescription
listList all Codex sessions
attach <session>Attach to an existing session
stop <session>Stop a session
kill <session>Kill/destroy a session
migrate <session>Migrate session to another genbox

See Also

Last updated on