> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiceblox.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.3.0

> Share your deployed agents with private JWT links and public sandbox links.

# 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

### 🔗 Share Links

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.
