Open source • Apache-2.0
Realtime video & voice, in minutes.
Relay is an open-source, self-hostable LiveKit gateway. Mint access tokens from one simple API and let your users talk — using standard LiveKit clients, no lock-in.
Add video in 5 minutes
Mint a token from your server with a single request.
bash
curl -X POST https://api.relay.welbuiltai.tech/v1/tokens \
-H "Authorization: Bearer sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{"room":"my-room","identity":"user-123"}'
# → { "token": "...", "url": "wss://...", "room": "..." }Pass token + url to any LiveKit client SDK to join.
Everything you need to ship realtime
A thin, predictable gateway in front of LiveKit.
Open source, your way
Open source under Apache-2.0 — self-host for free. Or use our hosted version with usage-based pricing.