Posts

OpenAI Can Run the Agent Loop—But It Cannot Own Your Business Controls

Image
Status verified September 13, 2026. An agent reports that remediation succeeded, but the underlying service timed out after accepting the request. The session resumes and considers retrying. Did the first operation fail, commit once, or commit without returning a response? OpenAI’s Agents API can restore the coordination process. It cannot, by itself, establish the authoritative outcome of a transaction in an external system. That boundary defines the API’s production value—and its limits. Key Takeaways OpenAI introduced the Agents API in public beta on September 10, 2026 , available to all developers. OpenAI says it will iterate quickly during the beta, so current interfaces should not be treated as stable general-availability contracts. ( OpenAI launch announcement ) The managed Codex harness handles sessions, orchestration, context compaction, subagents, and recovery. Applications still provide tools and select the execution environment. ( Agents API overview ) Self-hosting ...

OpenAI’s Agents API Is a Managed Control Plane—Adopt It Only If Retention, Lock-In, and Cost Pass Your Pilot

Image
Facts, pricing, and availability verified September 13, 2026. OpenAI’s Agents API is not merely a more convenient model endpoint. It is a managed agent control plane: OpenAI operates the Codex harness that runs the model-and-tool loop, maintains durable sessions, compacts context, coordinates subagents, and supports recovery. Applications still choose tools and an execution environment, but they surrender more orchestration and state ownership than they would with the Agents SDK or Responses API. ( OpenAI launch announcement ) ( Agents API overview ) OpenAI launched the Agents API in public beta on September 10, 2026 , with access for all developers. Requests use the beta namespace and require the OpenAI-Beta: agents=v1 header; current OpenAI SDKs add it automatically, while cURL callers must supply it explicitly. OpenAI’s announcement says there is no additional Agents API platform fee during the beta, but model, tool, container, and third-party charges still apply. ( Launch announ...

OpenAI’s Agents API Makes the Harness a Service—But State Ownership Should Decide Adoption

Image
Verified against OpenAI documentation and terms available on September 12, 2026. Building a durable agent is not merely a model-selection problem. The harder question is who owns the model-and-tool loop, retained context, compaction, recovery, approvals, execution lifecycle, and evidence that external actions actually succeeded. OpenAI’s Agents API , announced in public beta on September 10, 2026 , moves the Codex harness and durable session into an OpenAI-managed service. OpenAI says the beta is available to all developers and carries no separate Agents API platform fee; selected models, OpenAI tools, and OpenAI-hosted sandboxes remain billable at their applicable rates. ( Launch announcement ; Agents API overview ) The adoption decision is therefore not “Does it have more features than the Agents SDK or Responses API?” It is: Should OpenAI own the orchestration loop and retained session state for this workload? As of September 12, the answer is constrained by public-beta status, ...