Sign inSign up

docker/sbx-kit-codex-mixin:1.0.0

Multi-platform
Manifest digest

sha256:febce6be4a52a9ba3d394cb4f5b2e269865a3f831d39c0682e14b0852661407f

Last pushed

3 days by cdupuis

Type

Sandbox Kit

Manifest digest

sha256:febce6be4a52a9ba3d394cb4f5b2e269865a3f831d39c0682e14b0852661407f

MIXIN

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


Providescodex

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:1.0.0

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