Skip to main content

Dashboard API

Dashboard routes are nested under /v1/dashboard and back the operational UI. These are internal endpoints — end users interact with the dashboard UI directly.

Authentication

POST /v1/dashboard/auth/login
Default credentials are admin / admin unless you set DASHBOARD_ADMIN_PASSWORD.

Routes

Auth

MethodEndpointPurpose
POST/v1/dashboard/auth/loginGet dashboard JWT token
POST/v1/dashboard/auth/passwordChange dashboard password

Stats & Memories

MethodEndpointPurpose
GET/v1/dashboard/statsGlobal system statistics
GET/v1/dashboard/memoriesList memory units
GET/v1/dashboard/memories/:idGet details for a specific memory
MethodEndpointPurpose
GET/v1/dashboard/graphFetch graph data for exploration
POST/v1/dashboard/searchSearch playground endpoint
POST/v1/dashboard/chatChat / query playground

Forgetting & Corrections

MethodEndpointPurpose
POST/v1/dashboard/forget/previewPreview a semantic forgetting plan
POST/v1/dashboard/forget/executeExecute the forgetting plan
POST/v1/dashboard/corrections/semantic/previewPreview semantic corrections
POST/v1/dashboard/corrections/semantic/executeExecute semantic corrections
POST/v1/dashboard/corrections/manualManual correction
GET/v1/dashboard/corrections/reviewsGet the review queue

Operations

MethodEndpointPurpose
GET/v1/dashboard/configInspect runtime configuration
GET/v1/dashboard/agentsMonitor agent metrics
GET/v1/dashboard/cluster/statusCheck cluster health and nodes
GET/v1/dashboard/organizationsList managed organizations
POST/v1/dashboard/organizationsCreate organization