OpenAI upgrades Responses API with features built specifically for long-running AI agents

· Source: The Decoder · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering · Depth: Intermediate, quick

Summary

OpenAI has enhanced its Responses API with new features designed for long-running AI agents. The update introduces server-side compression, enabling agent sessions to persist for hours without exceeding context limits. Additionally, OpenAI-hosted containers now have controlled internet access, allowing them to install libraries and execute scripts. A key new feature is "skills," which are reusable, versioned bundles of instructions, scripts, and files that agents can access and run on demand. These skills function as an intermediary layer between system prompts and tools, allowing developers to package complex workflows into modular ZIP files that activate only when required, supporting both hosted and local container environments.

Key takeaway

For AI Architects designing persistent, complex agent systems, OpenAI's updated Responses API offers critical capabilities. Server-side compression and controlled internet access directly address common operational hurdles, while the new "skills" feature provides a robust framework for modularizing agent behaviors. You should evaluate integrating these features to enhance agent longevity, reduce context window strain, and streamline workflow management in your deployments.

Key insights

OpenAI's API now supports long-running AI agents via server-side compression, internet access, and modular "skills."

Principles

Method

Package agent workflows as versioned ZIP files ("skills") for on-demand execution, functioning as a middle layer between system prompts and tools.

In practice

Topics

Best for: AI Architect, CTO, VP of Engineering/Data, AI Engineer, Machine Learning Engineer, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by The Decoder.