product updateOpenAI

OpenAI Launches Agents API in Public Beta, Exposing Codex Infrastructure to Developers

TL;DR

OpenAI has released the Agents API in public beta, giving developers access to the same cloud infrastructure that powers Codex and ChatGPT. The API supports long-running agents, parallel tool use, and sub-agent delegation, with billing based solely on token usage.

2 min read
0

OpenAI released the Agents API in public beta on September 11, 2026, giving developers direct access to the cloud infrastructure that already runs Codex and ChatGPT's agentic features.

The API enables developers to build cloud-based agents capable of running for hours at a stretch, executing code, and processing files—capabilities previously locked inside OpenAI's own products.

What the API Does

According to OpenAI, the Agents API includes three core capabilities:

  • Automatic context management — the system handles context window limits without requiring manual intervention from developers
  • Parallel tool use — agents can call multiple tools simultaneously rather than sequentially
  • Sub-agent delegation — a primary agent can spin off tasks to secondary agents to handle in parallel

Developers get a choice of execution environments: OpenAI-hosted sandboxes, or third-party infrastructure from Cloudflare, Vercel, and Oracle. This multi-cloud approach lets teams run agent workloads on infrastructure they already use or trust for compliance reasons.

Pricing and Technical Foundation

OpenAI says there are no additional fees for using the Agents API beyond standard token-based billing—meaning the extended runtime, sandboxing, and orchestration features come at no separate cost. OpenAI has not disclosed specific per-token pricing for this API in the announcement.

The API is built on top of the open-source Codex harness, the same underlying framework used in OpenAI's coding agent product. It supports the Model Context Protocol (MCP), custom function calling, and built-in tools including web search.

What This Means

This is not a new model release—it's OpenAI productizing internal infrastructure. By exposing the Codex/ChatGPT agent runtime as a standalone API, OpenAI is competing directly with a growing field of agent orchestration frameworks and cloud providers offering similar capabilities, including LangChain, CrewAI, and cloud-native agent tooling from AWS and Google.

The zero-extra-fee pricing structure is a notable competitive move: rather than charging separately for compute-heavy features like hours-long execution or sandboxing, OpenAI is betting that token volume alone will capture the economics. This could pressure competitors who monetize agent infrastructure through separate compute or orchestration fees.

The multi-cloud sandbox options (Cloudflare, Vercel, Oracle) also signal OpenAI's strategy of meeting enterprise developers where they already deploy infrastructure, rather than requiring a full migration to OpenAI's own hosting. Given that this API builds on the same system already powering Codex, expect close feature parity between what ships in OpenAI's own agent products and what third-party developers can now build themselves.

Related Articles

changelog

OpenAI Python SDK v3.13.0 Adds Support for New Agents API

OpenAI shipped v3.13.0 of its openai-python library, adding support for a new Agents API. The release is a client-library update, not a new model.

product update

OpenAI Launches ChatGPT for Financial Services to Automate Wall Street Analyst Work

OpenAI launched ChatGPT for Financial Services, a tailored enterprise product built with design partners Morgan Stanley and Evercore that automates research, financial analysis, and pitchbook creation. The tool, powered by GPT-6 Astra, targets tasks traditionally performed by Wall Street's junior analysts and associates.

benchmark

OpenAI's GPT-6 Astra Beats Claude Fable 5.1 Nearly 3-to-1 in Autonomous Business Benchmark, Tops Drone Navigation Tests

Independent testing lab Andon Labs found OpenAI's GPT-6 Astra nearly triples Claude Fable 5.1's performance running a simulated vending machine business, averaging $15,515 versus $5,422. Astra also became the first model to beat human-AI baseline performance across all five Drone-Bench subtasks, including autonomous person-tracking via drone.

benchmark

GPT-6 Astra Beats Ai2's MolmoAct2 on New Robotics Benchmark, Researcher Calls It a 'Step Change'

A new robotics benchmark called StationeryBench shows OpenAI's GPT-6 Astra completing 7 of 100 desk-object manipulation tasks versus zero for Ai2's MolmoAct2, with a median progress score of 46 against 12. Cornell/DeepMind researcher Yoav Artzi calls the result a 'step change in spatial reasoning.'

Comments

Loading...