Sign InOpen Brain
OpenAIOfficial ReleaseOfficial Source

Introducing the Agents API

The Agents API exposes a managed Codex-based harness for orchestration, long-running sessions, and tool use, reducing the agent runtime a builder must operate directly.

OpenAI · Sep 10, 2026
Open Source Open MarkdownOpen JSON
Source Summary

The **Agents API** is a managed service for building and launching cloud agents. It uses the **Codex harness** for orchestration, long-running sessions, and tool use.

Practical Implication

Builders should compare this managed runtime with their current agent loop, especially where session continuity and tool orchestration create operational work outside the application itself.

Agent-Ready Context
The **Agents API** is a managed service for building and launching cloud agents. It uses the **Codex harness** for orchestration, long-running sessions, and tool use.

Builders should compare this managed runtime with their current agent loop, especially where session continuity and tool orchestration create operational work outside the application itself.

The material does not specify supported tools, persistence guarantees, pricing, deployment controls, or failure behavior, so the operational boundary remains unclear.
Connected Context · Feed7 Judgment

This places Codex’s harness behind a managed cloud-agent boundary, potentially removing application-owned work around long-running sessions and tool orchestration. It confirms a wider move toward hosted persistent runtimes, while sharpening the unresolved build-versus-buy boundary: persistence, permissions, portability, failure recovery, and deployment control remain unspecified.

Gemini API Managed Agents: 3.6 Flash, hooks, and moreGemini’s managed service exposes hooks, schedules, token caps, and persistent files, illustrating concrete operational controls builders would need to compare against the unspecified Agents API boundary.The Agent Behind the Curtain: Building the Oz Cloud Agent Platform — Safia Abdalla, WarpWarp’s separation of runtime, harness, artifacts, and orchestration provides an architectural contrast to a service explicitly built around the Codex harness and highlights portability and human-review questions.ACP: The Universal Remote Control for AI Agents — Alex Hancock, BlockACP defines a client-to-harness portability layer, so compatibility with such a boundary would affect whether Agents API sessions can serve multiple editors, terminals, or custom clients.Introducing the new v0 APIv0 shows a narrower managed alternative that owns state, sandboxed execution, previews, and deployment for app building, clarifying that runtime scope and application specialization are key selection criteria.
Context Map
toolscoding#agent-sdks#cloud-agents#tool-use
Uncertainty
The material does not specify supported tools, persistence guarantees, pricing, deployment controls, or failure behavior, so the operational boundary remains unclear.