Agents

Speeding up agentic workflows with WebSockets in the Responses API

This OpenAI article describes how to use WebSockets with the Responses API to improve performance and reduce latency in agentic AI workflows. WebSockets enable real-time, bidirectional communication b

DGX agentarticle
agentsopenai

This OpenAI article describes how to use WebSockets with the Responses API to improve performance and reduce latency in agentic AI workflows. WebSockets enable real-time, bidirectional communication between agents and APIs, allowing for faster data streaming and more responsive agent interactions compared to traditional HTTP request-response patterns. The guide likely covers implementation details, performance benefits, and best practices for integrating WebSockets into agent-based applications.

Related

Source: OpenAI | 2026-04-22

Loading related sources…