A managed agent harness reduces orchestration work, but the environment that can execute tools remains an enterprise security boundary
Source: OpenAI
OpenAI has introduced the Agents API in public beta, making the harness behind Codex available as a managed API. The service handles long-running session orchestration, context compaction and recovery, while developers define the task, model, tools, and environment. It supports durable sessions and can run work in OpenAI-hosted sandboxes or a sandbox connected from the customer's own infrastructure or a supported provider.
Why this matters: Do not treat managed orchestration as a blanket approval for managed execution. Before connecting an environment, define the repositories, data classes, credentials, outbound routes, tools, and destructive actions it may reach; separate environments by trust level; record tool use and approvals; and test how access is revoked or a run is contained. The harness can accelerate reliable agent operation, while those controls decide whether it belongs safely in a production workflow.
Read OpenAI's Agents API announcement