For two years, the most valuable layer of the AI stack was the part nobody could see: the scaffolding that turns a language model into an agent — the session management, the tool calls, the retries, the memory. This week OpenAI stopped treating that scaffolding as internal plumbing and started selling it. The Agents API, in public beta as of September 10, is the harness behind Codex, exposed as a product.

The pitch, per TechCrunch’s reporting on the launch: developers describe an outcome, and the service assembles the machinery — durable sessions that survive restarts and handoffs, orchestration of tools and sub-agents, coordination across models. A task that previously meant wiring LangChain to a vector store and praying through API errors becomes a managed primitive. And it ships inside existing plans: no separate API fee, which means the price of the layer is zero for anyone already in the ecosystem.

The strategic read is the interesting part. The agent-framework startups — the LangChains and LlamaIndexes that raised on top of GPT — built their businesses on the gap between a raw model and a working agent. OpenAI has just annexed that gap. History rhymes: hosted fine-tuning absorbed one layer of tooling, and the Assistant API foreshadowed this one. What remains for the framework vendors is the ground above (evaluation, compliance, vertical logic) and the ground below (multi-model orchestration that does not run on OpenAI’s terms).

The Platform Precedent

The companion release makes the intent unmistakable: GPT-Live-1, OpenAI’s real-time voice model, also landed in the API the same week, with full-duplex audio and per-second billing. Model and harness are converging into a single rented surface — which is the platform playbook, executed at agent speed. The counterweights are real: open-weights models keep improving, and developers have learned to distrust single-vendor lock-in. But the gravitational field is strengthening. When the scaffolding is free with your subscription, you build where the scaffolding is.

Sep 10
Public beta opens
Durable
Sessions survive restarts
$0
Separate API fee

The Takeaways