Docs menu

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 (same session/execution contract as the CLI and SDK):

Authentication: bearer token.

Non-loopback binds require --allow-non-loopback and an explicit token. Binding off loopback is an operator choice, not the default, and is still not a JoyMux-hosted remote-control plane.

See protocol v1 and authorization.