Skip to main content

v0.3.0 — Agent Sharing 🔗

Released March 18, 2026 (includes v0.3.1 patch) After deploying to LiveKit Cloud, you can now generate share links so anyone can talk to your agent — no login required.

✨ What’s New

A new Share tab in the Deploy dialog with two link types:
  • 🔒 Private Link — generates a LiveKit JWT token with RoomAgentDispatch embedded. Each link creates a dedicated room for the visitor. Configurable expiration: 1 hour, 24 hours, or 7 days.
  • 🌐 Public Link — uses the LiveKit Sandbox Token Server so every visit gets a fresh room and token. Requires LIVEKIT_SANDBOX_ID configuration.
Share links open on voiceblox.ai/talk/{encoded-config} with a ready-to-use voice interface.

📋 Embed Code

Copy an HTML embed snippet to add your agent to any website as an iframe.

🐛 Bug Fixes

  • Agent name slugification (v0.3.1) — agent names are now properly slugified for LiveKit dispatch compatibility, fixing issues where names with spaces or special characters would fail to dispatch.