Battle-tested NAT traversal
Give every session a proven fallback path through restrictive NATs, mobile carriers, VPNs, and enterprise firewalls.
Xirsys is the battle-tested STUN/TURN API that gets real-time voice, video, and data through any network. Plug our global TURN server cloud into browser WebRTC, native clients, media servers, calling SDKs, or AI voice and video agents — without handing over your app layer.
TRUSTED BY MANY OF THE WORLD’S TOP COMPANIES
Xirsys isn’t another calling SDK. It’s the neutral connectivity layer underneath everything you build: WebRTC NAT traversal, standards-based credentials, global relay routing, and proven fallback paths for the messy reality of real-world networks.
Give every session a proven fallback path through restrictive NATs, mobile carriers, VPNs, and enterprise firewalls.
Standard ICE server configuration works with browser WebRTC, native clients, third-party frameworks, calling SDKs, and your own media servers.
Issue temporary credentials through the API, or keep static, non-expiring TURN credentials for media servers, AI agents, and long-running infrastructure.
New free accounts route across the full network for 30 days. Paid plans keep all 12 regions and user-geo routing active after the trial — so every user reaches a nearby relay, wherever your backend lives.
// 1 · Request ICE servers for your channel (server-side)
const res = await fetch("https://global.xirsys.net/_turn/MyChannel", {
method: "PUT",
headers: { Authorization: "Basic " + btoa(`${IDENT}:${SECRET}`),
"Content-Type": "application/json" },
body: JSON.stringify({ format: "urls" })
});
const { v } = await res.json();
// 2 · Standard ICE config — browser, native, SFU or AI agent
const pc = new RTCPeerConnection({ iceServers: [v.iceServers] });
The 30-day free trial and every paid plan include all 12 production regions behind the same API.
User-geo routing keeps TURN selection aligned with the end user’s location, even when your backend is elsewhere.
Flat-rate regional access keeps scaling predictable across every geography.
Free accounts include up to 2 channels for individual usage reports, with far more capacity on paid plans.
Explore working voice-agent examples built with WebRTC and Xirsys STUN/TURN connectivity — clone them, run them, and ship your own agent on a network that already carries 100M+ sessions a month.
Build a live voice agent with browser WebRTC, Xirsys NAT traversal, and the Realtime data channel.
Open live tutorialConnect Grok voice agents through a browser-to-Node relay with reliable Xirsys STUN/TURN fallback.
Open live tutorialUse Xirsys anywhere you need low-friction, real-time media or data connectivity.
Direct STUN traffic stays free. Paid bandwidth is reserved for TURN-relayed sessions that actually need help crossing networks — never minutes or seats.
Keep your preferred client, SDK, model provider, or media server. Xirsys handles the relay layer underneath, so you never re-platform to get reliable connectivity.
The 30-day trial includes dashboard-managed static credentials for trusted infrastructure. Paid plans keep them active, while the API issues temporary credentials for dynamic clients, services, and agent sessions.
New free accounts start with all 12 regions, user-geo routing, static credentials, and up to 2 channels for individual usage reports. After 30 days, upgrade to keep the full production feature set and raise capacity — or stay on the ongoing Developer limits, free forever.