{"name":"WebRTC Signaling Server","version":"1.0.0","endpoints":{"health":"GET /health","token":"POST /api/token { apiKey, displayName }","tokenVerify":"GET /api/token/verify?token=xxx","rooms":"GET /api/rooms","room":"GET /api/rooms/:id"},"websocket":"ws://localhost:8921","auth":{"jwt":"POST /api/token to get JWT, then connect: ws://HOST:PORT?token=JWT","apiKey":"ws://HOST:PORT?apiKey=YOUR_KEY&displayName=NAME","devMode":"No API_KEYS env = all connections allowed"}}