Skip to content

Ports & endpoints

Everything Agentissimo serves binds loopback only — 127.0.0.1 and ::1, never 0.0.0.0. See The loopback boundary.

SurfacePortNotes
Desktop app9085Default. First instance binds this.
Additional instancesnext free portAuto-selected; shown on launch.
Docs site4322Documentation preview.

The dashboard talks to the engine over HTTP and a single multiplexed event stream. UI state updates arrive over one Server-Sent Events stream at /api/events. Close the window and reopen it — the stream reconnects and state is restored.

Endpoints that supervise child processes or touch worktrees add a second guard on top of the loopback bind: they reject any non-loopback caller with HTTP 403. The bind keeps outsiders off the port; the guard is defense in depth behind it.