merged
EpicenterHQ/epicenter β€’ 8:17 PM - Feb 20, 2026
braden-w

Big server sync cleanup: WebSocket sync now lives at /rooms/{id}/sync (instead of under /workspaces), and you also get new REST endpoints to list active rooms and download a binary Yjs doc snapshot for debugging/monitoring. This makes β€œrooms” a first-class sync concept (not tied to workspaces) and updates clients/docs/tests to match, so integrations can target clearer URLs and introspect sync state more easily.

Server sync routes move to /rooms - EpicenterHQ/epicenter