Admin consoleSIP trunks, dispatch rules, tokens, and phone directory

Access token

Mint short-lived JWTs for participants to join a room with the LiveKit client SDKs. Secrets never leave the server.

Generate access token

Creates a JWT for a participant to join a room using the LiveKit client SDKs. Tokens are minted with your server API key — never share the secret.

Stable id for this user/device (maps to LocalParticipant.identity).

Room the participant may join. The room is created on first connect if needed.

Allow publishing local audio/video tracks.

Allow receiving remote participants’ tracks.

Optional. Number (seconds) or duration string (e.g. 6h, 30m). Default is server default (often 6h).

Latest token

Copy this JWT into test clients or your app. Treat it like a short-lived password.

Submit the form to mint a token. It will appear here for copy/paste.