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
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
- Building with Modal and the OpenAI Agent SDK
- For anyone building agentic workflows: the real bottleneck isn't the model, it's the harness. Open standards are a must, not just for flexib…
- Add voice to your agent
Source: OpenAI | 2026-04-22