Organizer API
This host serves an API. There is no web interface.
Organizer has no browser front-end, by design. Everything happens in the clients below, which talk to this host over HTTP and WebSocket.
Clients
- Android app — phone client, updates itself from this server
- Desktop app — macOS, the main client
- CLI — terminal client
- MCP server — exposes rooms, notes and memory to Claude
Public endpoints
/health— liveness check/apk/latest— latest Android build/call— standalone WebRTC call page, opened by the clients
Every other route requires authentication and answers JSON. A bare 404 here means the path is not an API route, not that the server is down.