OPENAI PUB_DATE: 2026.03.28

OPENAI TURNS RESPONSES API INTO AN AGENT RUNTIME, SOLIDIFIES SORA VIDEOS API, AND SHIPS REALTIME 1.5—MIND THE EDGES

OpenAI is shifting from raw endpoints to a hosted runtime for agents and media, with meaningful APIs and some operational gotchas. OpenAI extended the Response...

OpenAI turns Responses API into an agent runtime, solidifies Sora Videos API, and ships Realtime 1.5—mind the edges

OpenAI is shifting from raw endpoints to a hosted runtime for agents and media, with meaningful APIs and some operational gotchas.

OpenAI extended the Responses API with an agent execution loop, a shell tool, a hosted workspace, context compaction, and reusable skills, so you don’t have to build your own runner, sandbox, or retry logic anymore InfoQ. This lets models propose actions, run commands safely, and iterate until tasks complete.

On media, the official Sora developer surface is the /v1/videos API with sora-2 and sora-2-pro models, async create→wait→download, 1080p outputs, 16/20-second clips, edits, extensions, reusable characters, and Batch—though some docs lag these March updates LaoZhang AI Blog.

Realtime is moving too: gpt-realtime-1.5 is live, but there are reports of SIP calls not hanging up and questions about the stability of published egress IP ranges for Apps (Realtime 1.5, SIP bug, egress IPs).

[ WHY_IT_MATTERS ]
01.

You can ship agents and video workflows without standing up your own executor, sandbox, or media pipeline.

02.

Platform edges exist (network egress, SIP teardown), so ops and security teams need to plan around them.

[ WHAT_TO_TEST ]
  • terminal

    Prototype a small agent using the Responses API shell tool; measure action-loop latency, file persistence, network access limits, and retry behavior under failure.

  • terminal

    Load-test /v1/videos with sora-2 vs sora-2-pro for 1080p and 16/20s jobs; validate webhook flow, throughput caps, and per-minute cost in your region.

[ BROWNFIELD_PERSPECTIVE ]

Legacy codebase integration strategies...

  • 01.

    Map agent steps to existing job orchestration and observability; capture action traces, stdout/stderr, and artifacts for audits.

  • 02.

    Review firewall rules and allow-lists; community reports suggest egress IP stability may be shaky, so consider proxying or dynamic lists.

[ GREENFIELD_PERSPECTIVE ]

Fresh architecture paradigms...

  • 01.

    Use the Responses API as your default agent runtime to avoid building custom containers and schedulers.

  • 02.

    Design video pipelines as async by default with webhooks, and keep sora-2 for cheap iteration and sora-2-pro for final 1080p renders.

SUBSCRIBE_FEED
Get the digest delivered. No spam.