product updateOpenAI

OpenAI adds sandbox isolation to Agents SDK for secure AI agent deployment

TL;DR

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.

2 min read
0

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

product update

Mistral AI Releases MCP Connectors in Studio with Direct Tool Calling and Human-in-the-Loop Workflows

Mistral AI has released Connectors in Studio, allowing developers to integrate custom MCP (Model Context Protocol) servers alongside built-in connectors for enterprise AI applications. The release includes direct tool calling, human-in-the-loop approval flows, and programmatic connector management via API and SDK.

product update

GitHub Copilot switches to token-based billing June 1, some users report costs jumping from $50 to $3,000

Microsoft is ending GitHub Copilot's flat-rate subscription model in favor of token-based billing starting June 1. Some developers report monthly costs rising from approximately $29-50 to $750-3,000, while others claim the increases only affect inefficient "vibe-coders" who iterate excessively without clear direction.

product update

OpenAI's Codex for Windows gains Computer Use and remote control from ChatGPT mobile apps

OpenAI has expanded its Codex desktop app to Windows with Computer Use capabilities and remote control from ChatGPT mobile apps. The features, previously Mac-only, allow Codex to operate Windows desktop applications autonomously and enable iPhone, iPad, and Android users to initiate and monitor Codex tasks on Windows devices.

product update

Mistral launches 20+ MCP connectors and memory system for Le Chat, all features free

Mistral has released 20+ Model Context Protocol (MCP) connectors for Le Chat, enabling integration with enterprise tools including Databricks, Snowflake, GitHub, Atlassian, Asana, Stripe, and Zapier. The company also introduced Memories, a cross-conversation context system that retains user preferences and facts. Both features are available on Le Chat's free plan.

Comments

Loading...