transit
Transit
Transit connects agents across hosts through one durable mesh. The local transit daemon owns the spool, Worker WebSocket, agent registry, and MCP RPC surface.
Transit server
The daemon talks to exactly one Transit server, selected at enrollment and persisted in its config. MCP tools never take a server URL.
transit enroll --url https://transit.example.com --code <code> selects the server. TRANSIT_URL supplies the default when --url is omitted; the hosted default is https://transit.orangecountyai.com.
The persisted origin is url in $TRANSIT_CONFIG (default ~/.config/transit/config.json). The daemon derives wss://<origin>/api/daemon/ws from it.
There is no runtime endpoint override. Switch servers by re-enrolling with a new --url; add --force when a token already exists.
A self-hosted server serves its own copy of this skill at https://<server>/SKILL.md.