OpenAI adds sandbox isolation to Agents SDK for secure AI agent deployment
OpenAI has released a major update to its Agents SDK that adds native sandbox support for running AI agents in isolated environments. The framework bundles Model Context Protocol tool usage, code execution, file editing, and custom instructions, with support for sandbox providers including Cloudflare, Vercel, E2B, and Modal.
OpenAI adds sandbox isolation to Agents SDK for secure AI agent deployment
OpenAI has shipped a major update to its Agents SDK that introduces native sandbox support for running AI agents in isolated environments with separate files, tools, and dependencies.
The Agents SDK provides developers with building blocks for AI agents that can check files, run commands, edit code, and handle extended tasks. The framework integrates tool usage through the Model Context Protocol (MCP), code execution via a shell tool, file editing with an apply-patch tool, and custom instructions through AGENTS.md files.
Sandbox isolation for production deployment
The key addition is native support for isolated execution environments. According to OpenAI, agents now run in sandboxes with their own files, tools, and dependencies, separating control logic from the computing environment.
The SDK supports sandbox providers including Cloudflare, Vercel, E2B, and Modal. Developers can also integrate custom sandbox solutions.
OpenAI claims this separation makes agents more secure, stable, and easier to scale. If an agent encounters an error, it can resume execution in a fresh container from where it stopped.
File management and workspace support
The SDK includes a manifest function that describes the workspace and supports both local files and cloud storage services including AWS S3, Google Cloud Storage, and Azure Blob Storage.
The framework connects user input, AI models, and tools into a unified system for building AI agents.
Availability and pricing
The sandbox features are available in Python now, with TypeScript support coming later. Standard OpenAI API pricing applies to usage.
No specific release date was provided for the TypeScript version.
What this means
Sandbox isolation addresses a critical security concern for AI agents that execute code and access files. Running agents in containerized environments limits potential damage from errors or malicious inputs. The support for multiple sandbox providers gives developers deployment flexibility, though the security effectiveness will depend on how thoroughly these sandboxes restrict agent capabilities. This positions the Agents SDK as infrastructure for production agent deployments rather than just prototyping.
Related Articles
OpenAI's Codex Desktop adds computer control and browser automation beyond coding
OpenAI's Codex Desktop can now control your computer, run background automations, and includes an in-app browser with click-to-select elements. The update adds automation memory across sessions and access to over 100 curated plugins, though the computer control feature is MacOS-only and unavailable in the EU.
OpenAI releases GPT-Rosalind, biology-focused LLM trained on 50 common research workflows
OpenAI has released GPT-Rosalind, a large language model trained specifically on 50 common biology workflows and major biological databases. Unlike broader science-focused models from competitors, GPT-Rosalind targets specialized biology tasks including pathway analysis, drug target prioritization, and cross-disciplinary research navigation.
Cline v3.79.0 adds Claude Opus 4.7 support, Azure Blob Storage integration
Cline, the AI coding assistant, released version 3.79.0 on April 16, 2025, adding support for Anthropic's Claude Opus 4.7 model and Azure Blob Storage as a storage provider. The update also patches an action injection security vulnerability and fixes cache reflection issues.
OpenAI updates Codex with background desktop control, matching Anthropic's Claude capabilities
OpenAI announced major updates to Codex, its automated coding tool, adding background desktop control that lets it operate apps and click through interfaces while users continue working. The update includes 111 plugin integrations and matches capabilities Anthropic released for Claude Code last month.
Comments
Loading...