AI-Economy

OpenAI launches Agents API: Codex technology for all developers

3 min read

TL;DR Too Long; Didn’t read

On September 10, 2026, OpenAI launched the Agents API in a public beta, opening the internal Codex infrastructure to all developers. The managed interface handles session management and tool control, so companies no longer need to program their own orchestration. Three mentioned customers report up to 60 percent lower costs and 86 percent fewer failures.

Small robot figures plug cables into a large power socket bearing an OpenAI logo sticker from all sides Image generated with GPT Image 2

Key takeaways

  • OpenAI has made the Codex agent infrastructure available to all developers via API since September 10, 2026.
  • There are no additional costs – billing is based solely on used tokens and tool calls.
  • Nine partner sandboxes like Cloudflare, Vercel, and Oracle offer alternative execution environments to OpenAI's hosted version.
  • The security company SafetyKit reportedly reduced its operating costs per task by 60 percent according to OpenAI.
  • The automation provider Hypha reports 86 percent fewer failed agent runs after the switch.
  • The interface automatically manages long sessions and compresses context when conversations become too long.

OpenAI has transitioned its Agents API to public beta on September 10, 2026, thereby opening the infrastructure behind the coding agent Codex for any applications. Developers gain session management, memory cleanup, and tool control through a single programming call, without having to build these components themselves. Early customers report significantly lower costs and reduced error rates.

Interface consolidates session management and tool control

The Agents API is based on the Codex-Harness, that control layer which allows a language model to plan multi-step processes, call tools, and evaluate intermediate results, rather than just answering single requests. OpenAI takes on tasks that developers previously had to program themselves: sessions are maintained across multiple requests, long conversation histories are automatically compressed, and agents can delegate sub-tasks to other agents. Additionally, the interface automatically searches for available tools as needed, so developers no longer have to list every possible function in the prompt beforehand. For executing code or file operations, OpenAI offers a hosted sandbox that uses the same infrastructure as Codex and ChatGPT.

The foundation for this is the same Codex technology that OpenAI previously expanded with a Persistent Mode for permanently running agents and which has been encrypting messages between agents since June 2026. OpenAI does not charge additional costs for the interface itself: billing is solely based on used tokens as well as tool and container consumption, as with the previous API.

Early customers report lower costs

Three companies mentioned by OpenAI are said to have already benefited from the transition. The security service provider SafetyKit, which assists companies in complying with content guidelines, has reduced its operating costs per processed task by 60 percent because the Agents API handles retries and caching itself. The automation provider Hypha, which manages support processes for corporate clients, reports 86 percent fewer failed agent runs after switching from a self-built orchestration to the managed interface. The startup Cirridae, specialized in agent backends, reportedly achieves a fourfold lower response time according to OpenAI.

These figures are not independently verified – they come solely from OpenAI’s own announcement. For companies operating their own support or automation bots, such effects potentially reduce the effort required to operate AI agents in production reliably, without the need to build a dedicated team for operations and troubleshooting. Until now, developer teams usually had to build orchestration, error handling, and sandbox infrastructure from scratch, which typically took weeks to months of development time and then incurred ongoing maintenance efforts.

Nine partner sandboxes complement the own offering

Those who do not want to run their agent code in OpenAI’s own sandbox can choose between their own infrastructure and nine partner environments: Blaxel, Cloudflare, Daytona, DigitalOcean, E2B, Modal, Oracle, Runloop, and Vercel. All connect via the same Agents API, allowing developers to switch the execution environment with a single parameter change without adjusting the rest of the code. For companies with their own data storage requirements or existing contracts with one of the partners, this eliminates the need to rely solely on OpenAI’s own infrastructure. Which option is worthwhile depends primarily on how much control over network and storage locations a team needs.

Access to the Agents API is granted to developers through their existing OpenAI Platform account; a separate access route or waiting list is not provided. OpenAI does not specify any regional restrictions for the new interface; the EU data residency that OpenAI had previously introduced for its API offering continues to apply unchanged, according to its own statements. Whether companies in Germany will receive the same conditions as in the USA remains open in the announcement.

It will be crucial whether the Agents API actually saves development time or whether companies will remain more tied to OpenAI’s infrastructure in the future, as sandbox and orchestration are hardly interchangeable outside of the nine partners. Competing with Google, Anthropic, and a growing number of open agent frameworks, OpenAI is targeting the same developer teams that have previously built their own solutions. A next milestone will be when OpenAI exits the beta phase and whether additional limits or pricing tiers will be added – the company has not yet provided a date for this.

Frequently asked questions

What is the cost of using the Agents API?

There are no additional fees for the interface itself; only consumed tokens and tool and sandbox usage are billed according to existing API prices.

Where does the code of the AI agents run?

Developers choose between the OpenAI-hosted sandbox, their own infrastructure, or nine partner environments like Cloudflare, Vercel, or Oracle.

How does the Agents API differ from the previous Responses API?

The Agents API additionally handles session management, context compression, and delegation to sub-agents, which developers previously had to program themselves in the Responses API.

Is the Agents API usable in Germany?

Yes, generally via the regular OpenAI Platform account; OpenAI does not mention any regional restrictions in the announcement, but details on EU data residency for the new interface remain open.

Which companies are already using the interface?

OpenAI names SafetyKit, Hypha, and Cirridae as early customers with information on cost, error, and speed improvements.

Sources (2)
  1. OpenAI: Introducing the Agents API
  2. InfoWorld: OpenAI launches managed Agents API to simplify enterprise AI agent development

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog