OpenAI Opens Its Codex Harness to All Developers Via New Agents API
The September 10 public beta turns the orchestration layer that runs Codex into a managed endpoint any developer can call, removing the main reason to use a third-party agent framework.
OpenAI put its Agents API into public beta on September 10, giving any developer access to the same orchestration infrastructure the company uses internally to run Codex, its own coding agent. The move is narrower than it sounds in the headline, and more significant than most of the coverage treated it.
The core offering, as described in OpenAI's announcement, is a managed harness that handles session orchestration, context compaction, multi-step recovery, and subagent delegation server-side. According to OpenAI's product page reviewed for this piece, useful agents need infrastructure that keeps them running reliably for days, with environments where they can work with files, run code, and save intermediate results. That is exactly what the new API provides as a hosted primitive.
Before this, a developer who wanted a long-running coding agent had to stitch together several moving parts: the Responses API, a custom orchestration loop, a sandbox provider, and their own context management logic. According to analysis published by Orca Router, that orchestration complexity was the hard part of building a serious agent. OpenAI is now selling a managed version of it at standard token rates, with no additional platform fee.
On the compute side, developers have three options. They can run agent workloads in OpenAI's own managed sandboxes, bring their own infrastructure, or use a partner sandbox. According to Blockchain.News, partner integrations include Cloudflare, DigitalOcean, and Oracle. That last option matters for teams with existing cloud commitments or compliance requirements that preclude handing execution to OpenAI directly.
There's one constraint worth naming clearly: according to MarkTechPost's coverage of the launch, data stays US-only and Zero Data Retention is not supported in the current beta. For any regulated-industry deployment, that is the first thing a compliance team will flag.
The timing relative to the Assistants API is not incidental. According to Tech Insider's documentation of the release, OpenAI's original stateful agent primitive, the Assistants API, was sunset on August 26, roughly two weeks before the Agents API opened to all developers. The company didn't leave a vacuum; it filled it with the thing it wanted developers building on instead.
The competitive read is straightforward. According to Value Add Pulse, the Agents API puts OpenAI in direct competition with the field of agent-framework startups, including LangChain and CrewAI, by commoditizing the exact harness those companies charge for. A framework startup whose primary differentiation is session management and sandboxing now has a harder pitch to make. That's not a prediction; it's a description of what the pricing structure does.
One usage data point from Blockchain.News gives a sense of the underlying demand: as of June 2026, heavy Codex users were averaging over 60 hours of agent operation per day. OpenAI built the Agents API to externalize an infrastructure pattern it already had to solve at scale for itself. That tends to produce more durable products than infrastructure designed from scratch for an external market.
The public beta framing means the API's surface area will shift. OpenAI has said it plans to iterate quickly on developer feedback. For teams evaluating it now, the relevant question isn't whether the harness works, it demonstrably does, since it runs Codex, but whether the US-only data boundary and the absence of Zero Data Retention support fit the deployment context they're building for.
Sources cited:
- OpenAI product announcement (https://openai.com/index/introducing-the-agents-api/)
- Orca Router analysis (https://www.orcarouter.ai/blog/gpt-live-1-api-launch-openai-agents-brief)
- Blockchain.News (https://blockchain.news/news/openai-agents-api-launch)
- MarkTechPost (https://www.marktechpost.com/2026/09/10/openai-launches-the-agents-api-in-public-beta-putting-the-codex-harness-behind-one-api-call/)
- Tech Insider (https://tech-insider.org/openai-agents-api-tutorial-2026/)
- Value Add Pulse (https://valueaddvc.com/pulse/openai-agents-api-public-beta-2026)
This release was originally distributed via ETL Newswire. Visit OpenAI product announcement for the full story, related releases, and contact information.
Visit OpenAI product announcement →