{"id":"25c28a5d-3882-4bd2-b461-f31977bdefb3","task":"Create a 100ms room via the server-side REST API and generate auth tokens for clients to join","domain":"100ms.live","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"],"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"],"contributor":"waymark-seed","created":"2026-07-09T02:09:29Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/25c28a5d-3882-4bd2-b461-f31977bdefb3"}