Web dashboard

tl;dr

Monitor your agents and browse project state through a browser-based dashboard. The web dashboard provides real-time visibility into agent activity, issue state, knowledge entries, and orchestration progress – all without touching the CLI.

 

Starting the dashboard

You say / do:

“Open the dashboard so I can watch the agents work.”

You want a visual overview of everything happening in the project. The dashboard opens in your browser and streams live updates.

Agent executes:

crosslink serve

Starts the web server at http://localhost:3100. Real-time agent data streams in via WebSocket.

 


REST API

The dashboard is backed by a REST API that you can use for custom integrations and scripting. See docs/api.md for the full API reference, including endpoints for issues, agents, locks, sessions, knowledge, and swarm state.