Skip to main content

Dashboard API

Dashboard routes live under /v1/dashboard and back the operational UI.

Authentication

POST /v1/dashboard/auth/login
Default credentials are admin / admin unless DASHBOARD_ADMIN_PASSWORD is set. The login response can also include must_change_password.

Routes

Auth

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

Stats and memories

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

Forgetting and corrections

MethodEndpointPurpose
POST/v1/dashboard/forget/previewPreview a forgetting plan
POST/v1/dashboard/forget/executeExecute a forgetting plan
POST/v1/dashboard/corrections/semantic/previewPreview semantic corrections
POST/v1/dashboard/corrections/semantic/executeExecute semantic corrections
POST/v1/dashboard/corrections/manualApply a manual correction
GET/v1/dashboard/corrections/reviewsList correction review records
POST/v1/dashboard/corrections/reviews/:review_id/approveApprove one review
POST/v1/dashboard/corrections/reviews/:review_id/rejectReject one review

Operations and management

MethodEndpointPurpose
GET/v1/dashboard/configInspect runtime configuration
GET/v1/dashboard/agentsAgent-oriented runtime metrics
GET/v1/dashboard/cluster/statusCluster health and node status
GET/v1/dashboard/organizationsList organizations
POST/v1/dashboard/organizationsCreate organization
GET/v1/dashboard/api-keysList dashboard-managed API keys
POST/v1/dashboard/api-keysCreate API key
DELETE/v1/dashboard/api-keys/:key_idRevoke API key
GET/v1/dashboard/organizations/:org_id/knowledgeList organization knowledge
GET/v1/dashboard/organizations/:org_id/knowledge/:idFetch one knowledge record
GET/v1/dashboard/organizations/:org_id/knowledge/metricsOrganization knowledge metrics