This is the currently exposed dashboard/control-plane API surface.
GET /health- Returns service status for the dashboard backend.
GET /api/dashboard/:session- Returns dashboard snapshot for a session.
GET /api/replay/:session- Returns replay timeline for a session.
GET /api/catalog/:session- Returns capability catalog view for a session.
GET /api/events- SSE stream for dashboard events.
- Example events:
capability_governedoperator_settings_saved
POST /api/capabilities/govern- Body:
action(verify|deprecate|rollback)tool(capability name)
- Body:
GET /api/operator/settings- Returns language/vendor/model/API base/API key settings used by the UI/runtime scripts.
POST /api/operator/settings- Persists operator settings into runtime artifacts (
deploy/runtime/operator-settings.json).
- Persists operator settings into runtime artifacts (
- This API is intentionally minimal and powers the local operations dashboard.
- Runtime artifacts are local operational outputs and should not be committed.