Integrate
HTTP API
Default bind: 127.0.0.1:8790
joymux serve --http
joymux serve --http --http-bind 127.0.0.1:8790 --auth-token "$JOYMUX_HTTP_TOKEN"
Selected routes (all call JoyMuxService):
GET /v1/healthGET /v1/capabilitiesPOST /v1/clients/registerPOST /v1/sessionsGET /v1/sessions/{session_id}/eventsGET /v1/sessions/{session_id}/events/stream(SSE)- grant/permission endpoints under
/v1/sessions/{id}/...
Authentication: bearer token. See http-authentication.md.
Non-loopback binds require --allow-non-loopback and an explicit token.