
OpenAI Gives Developers the Building Blocks for Agents That Actually Do Things
New sandbox execution and computer environments turn the Agents SDK from a conversation framework into a platform for autonomous software that can run code, manipulate files, and maintain state across long sessions.
Crédit photo: Photo via Unsplash. Free to use under Unsplash License. · source
OpenAI has released a significant update to its Agents SDK, adding native sandbox execution and what the company calls a "model-native harness." The changes address one of the fundamental challenges in building useful AI agents: giving them a safe, persistent environment where they can actually execute code and work with files.
What changed in the Agents SDK?
The Agents SDK update introduces two core capabilities that were previously difficult to implement reliably. First, developers can now run agent code inside secure sandboxes, meaning the AI can execute shell commands and manipulate files without risking the host system. Second, the new model-native harness provides a standardised way to connect agents to tools while maintaining state across interactions.
Think of it like giving an AI assistant its own isolated computer. Previously, if you wanted an agent to write and run a Python script, you had to build elaborate safety mechanisms yourself. Now that infrastructure comes built in.
How does the computer environment work?
Alongside the SDK update, OpenAI detailed how it built an agent runtime using the Responses API. The system combines three components: the Responses API for handling model interactions, a shell tool for executing commands, and hosted containers that provide isolated environments for each agent session.
À lire aussi
More in AI Models
The new Trusted Access for Cyber initiative provides vetted security professionals with specialized AI models and $10 million in API grants, while attempting to keep the same capabilities away from attackers.
Mark Kowalski · 2 hours ago · 2 min
The company has published detailed tutorials for setting up workspaces, managing projects, and completing tasks with its software engineering assistant.
Aisha Patel · 2 hours ago · 2 min
New Codex-powered agents can automate complex workflows across tools, marking OpenAI's push into enterprise automation.
Mark Kowalski · 2 hours ago · 2 min
The partnership will let companies run Codex, OpenAI's software engineering agent, on their own infrastructure rather than in the cloud.



