Hand a task to OpenAI's infrastructure
Codex Cloud (experimental) lets you submit a task to OpenAI's managed infrastructure — closing the laptop doesn't kill the job. Useful for: long test suites, multi-repo refactors, big migration jobs, anything you'd otherwise run on a Spot instance.
Enable via features.codex_cloud = true. Submit via codex cloud submit; check via codex cloud list / codex cloud status; pull results back to local with codex cloud pull. Sandbox + approval policy travel with the task.