Summary

OpenAI put the Agents API into public beta for all developers: a managed service powered by the Codex harness (open-source codebase) where OpenAI runs session orchestration, context compaction and recovery. One API call takes a task, a model, tools and an environment; compute can be OpenAI-managed sandboxes, the customer's own infrastructure via a proxy, or sandbox partners (Blaxel, Cloudflare, Daytona, DigitalOcean, E2B, Modal, Oracle, Runloop, Vercel). Agents persist across turns with streaming progress, call MCP servers / custom functions / built-in web search, and 'auto compaction' carries notes across context windows; tool search discovers MCP tools without loading every schema; programmatic tool calling reads tool outputs mid-chain; subagents run in parallel with their own contexts. No additional fees during beta beyond token and tool usage.

Why it matters
The harness — orchestration, compaction, sandboxing, recovery — is now a product surface rather than something every team rebuilds. The own-infrastructure option makes the execution plane a real procurement axis (vendor sandbox vs your cloud vs partners), and the open-source harness plus managed twin removes the lock-in argument that usually blocks adoption. Expect the internal 'agent loop' layer of many stacks to be re-evaluated against this.
Technical details
Status public beta, all developers; page publishedTime 2026-09-10T15:00Z
Harness managed service powered by the Codex harness (open-source codebase); OpenAI runs orchestration, compaction, recovery
Compute Options OpenAI-managed sandbox / own infrastructure via proxy / sandbox partners: Blaxel, Cloudflare, Daytona, DigitalOcean, E2B, Modal, Oracle, Runloop, Vercel
Features persistent sessions with streaming progress; MCP servers + custom functions + built-in web search; auto compaction (notes across context windows); tool search; programmatic tool calling; parallel subagents with own contexts
Pricing no additional fee during beta; pay for tokens and tools
Related GPT-Live 1 GA, prompt cache diagnostics GA, API key expiry, GPT Image 2.5 Sunburst/Flare shipped in the same changelog window (see ev-20260910-05)
Tags
agent-platformmanaged-apicodexmcpsandboxopen-source