← Back to blog

Redson Dev brief · PRIMARY SOURCE

ARTICLE#Dev#AI

An API for MoQ: provision your own isolated relays

Cloudflare Blog · July 31, 2026

For developers and operators grappling with real-time media delivery, this new API from Cloudflare provides a critical new method for optimizing interactive experiences. The piece details how Cloudflare has expanded its Media over QUIC (MoQ) relay capabilities, allowing users to programmatically provision their own isolated MoQ relays. This new API grants fine-grained control over who can publish content to these relays and who can merely consume it, moving beyond the previous generalized relay infrastructure. This directly affects anyone building applications that rely on low-latency, high-quality media streaming, particularly those involving multiple participants or secure, controlled access. An independent game developer in Austin, Texas, could use this to create custom, low-latency voice and video channels within their online multiplayer game, ensuring smooth communication without the overhead of building and managing their own global relay infrastructure. A small e-commerce platform in Portland, Oregon, conducting live product demonstrations could provision a dedicated relay for each event, granting only the presenter publishing rights and allowing thousands of potential customers to watch seamlessly, improving engagement and reducing technical friction. Furthermore, an internal IT team for a financial services firm in New York City could leverage this for secure, real-time video conferencing for sensitive client meetings, creating isolated relays that strictly control access and data flow, satisfying compliance requirements while enhancing internal collaboration. To capitalize on this immediately, consider a small, proof-of-concept application requiring real-time, low-latency audio or video. Use the new API to provision a dedicated MoQ relay for a simple internal demo or a closed beta test. Experiment with assigning distinct publish and subscribe permissions to different users, observing the performance and control offered by this isolated environment compared to existing general-purpose communication solutions.

Source / further reading

Learn more at Cloudflare Blog