Sign inSign up

docker/sbx-kit-codex-mixin:0.155.1

Multi-platform
Manifest digest

sha256:9703bd878334f69a8786ba69801104c20eaf4a33d5fb760da3c608ea1b0595cd

Last pushed

4 days by cdupuis

Type

Sandbox Kit

Manifest digest

sha256:9703bd878334f69a8786ba69801104c20eaf4a33d5fb760da3c608ea1b0595cd

MIXIN

OpenAI's Codex CLI as a mixin — the native binary in an overlay, with the OpenAI credential (API key or ChatGPT OAuth) and the hooks the agent needs. Layer it onto a shell base and run `codex`.


Arguments
NameRequiredDefaultDescription
versionOptional0.155.1

Codex CLI release to install



CapabilitiesExpand a row to see its full configuration.
TypeRequiredDescription
com.docker.sandbox/network-policy@1Required
com.docker.sandbox/credential@1OptionalOpenAI API access (API key or ChatGPT OAuth)
com.docker.sandbox/lifecycle@1Required
com.docker.sandbox/agent-skills@1Optional
com.docker.sandbox/agent-context@1Required

Apply this mixin to a sandbox

sbx run <agent> --kit docker/sbx-kit-codex-mixin:0.155.1

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx