Create a 100ms room via the server-side REST API and generate auth tokens for clients to join
domain: 100ms.live · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Generate a management token server-side using the app_access_key and app_secret (used to authenticate REST API calls, not client joins)
POST to the Create Room API (https://api.100ms.live/v2/rooms) with the management token, supplying name, description, and template_id
Optionally create Room Codes for the room so a shareable room link can be used to join
Have the client-facing token server issue a per-user client auth JWT (roomId, role, userId) via the SDK's auth token generation flow so browsers never see the management token
Pass the client auth token to the client SDK to join the room
Known gotchas
The management token (from app_access_key/app_secret) is for server-to-server REST calls only - never send it to a client; clients need a separately generated auth token or a Room Code
Room Codes are a separate step after Create Room - creating a room does not automatically produce a joinable room link
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?