Docs → Memsense Docs
See also: No-Docker Quickstart · Dashboard & RBAC
This page provides a minimal runtime verification step after deployment or after important changes.
MEMSENSE_SMOKE_BASE_URL=http://127.0.0.1:8787 \
MEMSENSE_SMOKE_TOKEN=demo \
npm run smoke:apiGET /healthzGET /v1/system/setup-statusGET /v1/dashboard/pipeline_statusPOST /v1/memory/fetch_recentPOST /v1/memory/searchPOST /v1/dashboard/overview
This is intended as a real runtime smoke test after deployment or after merging PRs.
- Read Dashboard & RBAC for dashboard access and roles.
- Read Worker / Retry / DLQ for background processing reliability.