OpenAI Agents SDK: Building with Model-Native Harnesses

OpenAI's latest Build Hour session dives into the updated Agents SDK, showcasing new features like a Codex-style harness and enhanced sandboxing capabilities.

8 min read
Screenshot from OpenAI Build Hour video showing speakers Christine Jones and Steve Corley, with the title slide 'OpenAI Build Hours: Agents SDK'.
Christine Jones and Steve Corley discuss the latest updates to OpenAI's Agents SDK.· OpenAI Youtube

In a recent "Build Hour" session, OpenAI showcased significant advancements in its Agents SDK, a toolkit designed to empower developers in building sophisticated AI agents. The session, hosted by Christine Jones and Steve Corley from OpenAI, highlighted key updates and new features that streamline the development process and unlock greater capabilities for AI agents.

Visual TL;DR. OpenAI Build Hour showcases Agents SDK Updates. Agents SDK Updates features Model-Native Harness. Agents SDK Updates includes Enhanced Sandboxing. Agents SDK Updates adds New Tools. Model-Native Harness enables Empowering Developers. Enhanced Sandboxing enhances Empowering Developers. New Tools supports Empowering Developers. Empowering Developers demonstrated by Task Tracker Demo.

  1. OpenAI Build Hour: session focused on the updated Agents SDK and its capabilities
  2. Agents SDK Updates: showcasing new features and enhancements for AI agent development
  3. Model-Native Harness: Codex-style harness for enhanced functionality and capabilities
  4. Enhanced Sandboxing: improved security and control for AI agent execution environments
  5. New Tools: capabilities introduced to streamline agent building and deployment
  6. Empowering Developers: enabling creation of more capable and adaptable AI agents
  7. Task Tracker Demo: practical example of building an AI agent with the SDK
Visual TL;DR
Visual TL;DR — startuphub.ai OpenAI Build Hour showcases Agents SDK Updates. Agents SDK Updates features Model-Native Harness. Model-Native Harness enables Empowering Developers showcases features enables OpenAI Build Hour Agents SDK Updates Model-Native Harness Empowering Developers From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai OpenAI Build Hour showcases Agents SDK Updates. Agents SDK Updates features Model-Native Harness. Model-Native Harness enables Empowering Developers showcases features enables OpenAI Build Hour Agents SDKUpdates Model-NativeHarness EmpoweringDevelopers From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai OpenAI Build Hour showcases Agents SDK Updates. Agents SDK Updates features Model-Native Harness. Model-Native Harness enables Empowering Developers showcases features enables OpenAI Build Hour session focused on the updated Agents SDKand its capabilities Agents SDK Updates showcasing new features and enhancementsfor AI agent development Model-Native Harness Codex-style harness for enhancedfunctionality and capabilities Empowering Developers enabling creation of more capable andadaptable AI agents From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai OpenAI Build Hour showcases Agents SDK Updates. Agents SDK Updates features Model-Native Harness. Model-Native Harness enables Empowering Developers showcases features enables OpenAI Build Hour session focused onthe updated AgentsSDK and its… Agents SDKUpdates showcasing newfeatures andenhancements for AI… Model-NativeHarness Codex-style harnessfor enhancedfunctionality and… EmpoweringDevelopers enabling creationof more capable andadaptable AI agents From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai OpenAI Build Hour showcases Agents SDK Updates. Agents SDK Updates features Model-Native Harness. Agents SDK Updates includes Enhanced Sandboxing. Agents SDK Updates adds New Tools. Model-Native Harness enables Empowering Developers. Enhanced Sandboxing enhances Empowering Developers. New Tools supports Empowering Developers. Empowering Developers demonstrated by Task Tracker Demo showcases features includes adds enables enhances supports demonstrated by OpenAI Build Hour session focused on the updated Agents SDKand its capabilities Agents SDK Updates showcasing new features and enhancementsfor AI agent development Model-Native Harness Codex-style harness for enhancedfunctionality and capabilities Enhanced Sandboxing improved security and control for AI agentexecution environments New Tools capabilities introduced to streamlineagent building and deployment Empowering Developers enabling creation of more capable andadaptable AI agents Task Tracker Demo practical example of building an AI agentwith the SDK From startuphub.ai · The publishers behind this format
Visual TL;DR — startuphub.ai OpenAI Build Hour showcases Agents SDK Updates. Agents SDK Updates features Model-Native Harness. Agents SDK Updates includes Enhanced Sandboxing. Agents SDK Updates adds New Tools. Model-Native Harness enables Empowering Developers. Enhanced Sandboxing enhances Empowering Developers. New Tools supports Empowering Developers. Empowering Developers demonstrated by Task Tracker Demo showcases features includes adds enables enhances supports demonstrated by OpenAI Build Hour session focused onthe updated AgentsSDK and its… Agents SDKUpdates showcasing newfeatures andenhancements for AI… Model-NativeHarness Codex-style harnessfor enhancedfunctionality and… EnhancedSandboxing improved securityand control for AIagent execution… New Tools capabilitiesintroduced tostreamline agent… EmpoweringDevelopers enabling creationof more capable andadaptable AI agents Task Tracker Demo practical exampleof building an AIagent with the SDK From startuphub.ai · The publishers behind this format

Empowering Developers with the Agents SDK

The primary goal of OpenAI's Build Hour sessions is to equip developers with the best practices, tools, and AI expertise to scale their companies using OpenAI's APIs and models. This particular session focused on the Agents SDK, providing a deep dive into its enhancements and demonstrating how developers can leverage these updates to create more capable and adaptable AI agents.

Related startups

The full discussion can be found on OpenAI Youtube's YouTube channel.

Build Hour: Agents SDK - OpenAI Youtube
Build Hour: Agents SDK — from OpenAI Youtube

Key Updates and Features

Steve Corley, an engineer on the OpenAI API team, detailed several key improvements to the Agents SDK. A significant highlight is the introduction of a "Codex-style harness," which provides a more integrated approach to agent control, adaptability, and reliability. This harness aims to simplify the complex orchestration and maintenance often associated with building agent-based systems.

The SDK now offers greater flexibility in deployment, allowing developers to choose where their agents run. This includes executing agents within sandboxed environments, such as Docker containers, or leveraging cloud infrastructure like Modal or Cloudflare. This separation of harness from compute is crucial for security, durability, and scalability, ensuring that sensitive information and agent states are managed effectively and do not interfere with the underlying system.

Corley also emphasized the improved capabilities of the models themselves, noting that they are becoming increasingly adept at completing real-world tasks over extended periods. Examples like "Codex," "The Codex security agent," and "OpenAI's internal data analysis agent" were presented, showcasing how models can now perform tasks end-to-end, analyze complex codebases for vulnerabilities, and process data analysis requests in minutes.

A Model-Native Harness for Enhanced Functionality

The Agents SDK is built around a "model-native harness," meaning the core loop, tools, and execution are handled by the SDK itself. This design allows developers to focus on describing the task and letting the agent figure out the implementation details. The SDK's open-source and customizable nature further empowers developers to shape it to their specific infrastructure and workflows.

Key features of the Agents SDK include:

  • Codex-inspired harness: Borrowing from the capabilities of Codex, this framework provides essential tools for agent development.
  • Sandboxes: Agents can be run in isolated, reproducible environments, supporting shared workflows and granular control over resource access.
  • Open-source and customizable: Developers can pick their ideal setup, leverage existing tools, and bring their own data and models.

New Tools and Capabilities

OpenAI has also introduced several new tools and capabilities within the SDK:

  • Hosted Shell tool: This allows running CLI-grade tasks inside an isolated container via the Responses API, useful for build/test steps, linting, and deterministic workflows.
  • Network-enabled Containers: Developers can now control outbound network access for containers, enabling agents to interact with external services when explicitly allowed.
  • Skills API: This feature allows developers to package reusable, versioned workflows into "skills" that agents can mount and utilize. These skills are managed via a manifest file and can be easily updated and versioned.
  • Typescript availability: The SDK now offers Typescript support for sandbox agents, further enhancing the developer experience for those working with this language.

Demo: Building a Task Tracker

During the session, Steve Corley provided a live demonstration of how to build a task tracker using the Agents SDK. The demo showcased the process of creating an agent, defining its capabilities, and utilizing skills to interact with files and external services. The agent was able to process provided files, create program assets, and provide output logs, illustrating the SDK's practical application in automating complex workflows.

The demo highlighted the ability to upload files to the agent's sandbox, have the agent process them using defined skills, and then return the results. This end-to-end demonstration underscored the power and flexibility of the Agents SDK in building sophisticated AI-powered applications.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.