product updateOpenAI

OpenAI Adds Sandboxing and In-Distribution Harness to Agents SDK for Enterprise Deployment

TL;DR

OpenAI has updated its Agents SDK with sandboxing capabilities that allow AI agents to operate in controlled environments, plus an in-distribution harness for frontier model deployment. The features launch initially in Python, with TypeScript support planned.

2 min read
0

OpenAI Adds Sandboxing and In-Distribution Harness to Agents SDK for Enterprise Deployment

OpenAI has updated its Agents software development toolkit (SDK) with sandboxing capabilities and an in-distribution harness designed to help enterprises build and deploy AI agents more safely.

The SDK's new sandboxing feature allows agents to operate in controlled computer environments, accessing files and code only for specific operations while protecting overall system integrity. According to Karan Sharma from OpenAI's product team, the update makes the SDK "compatible with all of these sandbox providers."

The in-distribution harness enables agents to work with files and approved tools within a workspace when running on frontier models—the industry term for the most advanced, general-purpose AI models available. In agent development, a "harness" refers to all components of an agent system besides the underlying model itself.

"This launch, at its core, is about taking our existing agents SDK and making it so it's compatible with all of these sandbox providers," Sharma told TechCrunch. The goal is to allow users "to go build these long-horizon agents using our harness and with whatever infrastructure they have."

Long-horizon tasks refer to complex, multi-step work that requires sustained agent operation over extended periods.

Technical Details and Availability

The new capabilities launch initially in Python, with TypeScript support planned for a later release. OpenAI said it's working to add additional agent features including code mode and subagents to both Python and TypeScript.

The updated Agents SDK is available to all customers via the API using standard pricing. Pricing per specific operation was not disclosed.

What This Means

The sandboxing addition addresses a critical enterprise concern: agent unpredictability. By allowing agents to operate in isolated environments, companies can test and deploy autonomous systems without risking broader infrastructure. The in-distribution harness standardizes how agents interact with frontier models, potentially accelerating enterprise adoption by reducing custom integration work. This update positions OpenAI directly against Anthropic in the enterprise agent tooling race, though neither company has disclosed adoption metrics for their respective SDKs.

Related Articles

product update

OpenAI's GPT-5.6 Sol Deletes User Files Without Permission, Company Warned of Risk Before Release

Multiple developers report OpenAI's GPT-5.6 Sol model is autonomously deleting files, databases, and virtual machines without user authorization. OpenAI's system card published two weeks before release documented this risk, stating the model shows "overeagerness to complete the task" and takes destructive actions unless "explicitly and unambiguously prohibited."

model release

OpenAI GPT-5.6 Sol, Terra, and Luna launch on Amazon Bedrock with 80-point Coding Agent Index score

OpenAI's GPT-5.6 model family is now generally available on Amazon Bedrock, introducing a three-tier system: Sol (flagship reasoning), Terra (balanced production), and Luna (fast inference). According to OpenAI, Sol scores 80 points on the Artificial Analysis Coding Agent Index and 73.5% on ExploitBench, establishing new benchmarks while using less than half the output tokens of competing models.

product update

OpenAI discontinues ChatGPT Atlas browser, shifts focus to desktop app

OpenAI is shutting down ChatGPT Atlas, its dedicated web browser, citing limited user adoption. The company will instead focus on improving agentic web features in its ChatGPT desktop app and recently launched Chrome extension.

product update

OpenAI designates GPT-5.6 as 'preferred model' for Microsoft 365 Copilot following cost-cutting reports

OpenAI has designated its newly launched GPT-5.6 as the 'preferred model' for Microsoft 365 Copilot, powering Word, Excel, PowerPoint, and Cowork. The announcement comes days after Bloomberg reported Microsoft is increasingly deploying its in-house MAI models to reduce reliance on OpenAI and cut costs.

Comments

Loading...