Docker SBX v0.23.0: OpenAI OAuth & Auto-Stop Sessions
Docker SBX v0.23.0 adds OpenAI OAuth authentication for Codex sandboxes and auto-stop session management via reference counting. Detached sandboxes are unaffected.
TL;DR
- OpenAI OAuth support for Codex sandboxes — ditch API keys for OAuth flow
- Auto-stop sessions on disconnect using reference counting
- New AGENTS.md documentation for standalone distribution
New
- OpenAI OAuth flow for Codex sandboxes — authenticate via OAuth instead of API keys; includes
--oauth-loginflag forcreateandruncommands (#2063) - Auto-stop on disconnect — sessions now track active connections via reference counting and automatically stop when all agents and exec sessions disconnect; detached sandboxes remain unaffected (#2095)
- AGENTS.md documentation — new guide for standalone distribution pipeline overview (#2120)
Update with: docker pull docker/sbx:v0.23.0
Source: Docker