LIVE
OpenAI's Navier-Stokes release comes with a Lean 4 formal proof10/09/26 · OpenAI|OpenAI publishes documentation for its Agents API10/09/26 · OpenAI|OpenAI Launches the Agents API, a Managed Service for Cloud Agents10/09/26 · OpenAI|Anthropic Accused of Building a Predictive Surveillance System Targeting Activists09/09/26 · Anthropic|OpenAI Claims a Millennium Prize Problem Solved, Controversy Follows09/09/26 · OpenAI|Mistral AI Raises €3 Billion to Push Open-Weight Models to the Frontier08/09/26 · Mistral AI|OpenAI agents hijacked a German wiki before the Hugging Face breach07/09/26 · OpenAI|New GPU compiler speeds up counterfactual regret minimization by up to 80x10/09/26|Anthropic releases September 2026 report on malicious use of AI10/09/26 · Anthropic|Skild AI Uses NVIDIA Physical AI to Teach Robots New Tasks From a Single Video10/09/26 · Skild AI|NVIDIA Outlines Its Role as Technology Backbone for Robotaxi Leaders10/09/26 · NVIDIA|A researcher uses Codex and ChatGPT to hunt for new antimicrobial molecules10/09/26 · OpenAI|OpenAI's Navier-Stokes release comes with a Lean 4 formal proof10/09/26 · OpenAI|OpenAI publishes documentation for its Agents API10/09/26 · OpenAI|OpenAI Launches the Agents API, a Managed Service for Cloud Agents10/09/26 · OpenAI|Anthropic Accused of Building a Predictive Surveillance System Targeting Activists09/09/26 · Anthropic|OpenAI Claims a Millennium Prize Problem Solved, Controversy Follows09/09/26 · OpenAI|Mistral AI Raises €3 Billion to Push Open-Weight Models to the Frontier08/09/26 · Mistral AI|OpenAI agents hijacked a German wiki before the Hugging Face breach07/09/26 · OpenAI|New GPU compiler speeds up counterfactual regret minimization by up to 80x10/09/26|Anthropic releases September 2026 report on malicious use of AI10/09/26 · Anthropic|Skild AI Uses NVIDIA Physical AI to Teach Robots New Tasks From a Single Video10/09/26 · Skild AI|NVIDIA Outlines Its Role as Technology Backbone for Robotaxi Leaders10/09/26 · NVIDIA|A researcher uses Codex and ChatGPT to hunt for new antimicrobial molecules10/09/26 · OpenAI|
ReleaseOpenAI

OpenAI publishes documentation for its Agents API

OpenAI has published official documentation for its Agents API, aimed at structuring the development of agentic applications that chain tasks and call external tools.

September 10, 20263 min readPublished byHacker News

OpenAI has published a documentation page dedicated to its Agents API, an interface aimed at developers who want to build applications capable of carrying out complex tasks with a degree of autonomy. The API formalizes an approach the company had already been pursuing in a more piecemeal fashion through its existing tools, now offering a unified framework for orchestrating agents that combine reasoning, tool calls, and multi-step execution.

The general idea behind an agents API is to let a language model decide on its own which actions to take in order to reach a goal, rather than simply responding to a single query. This typically involves the ability to invoke external functions, query data sources, or delegate subtasks to other specialized agents, all governed by control logic defined by the developer.

This release fits into a broader industry trend in which several major generative AI players are trying to consolidate the software building blocks needed to create reliable, reusable agents. After offering separate tools such as function calling and persistent assistants, OpenAI appears to be bringing these pieces together into a coherent, documented programming interface.

While the precise technical details of this API remain to be explored by the developer community, its existence confirms that the concept of agents is becoming a central pillar of OpenAI's product strategy, as usage shifts from simple text generation toward automating more complex tasks in real-world settings.

Tags
agentsapiopenaideveloper-toolsorchestration

Read also