{
  "name": "NoCRM",
  "description": "Semantic, agent-driven operating system for project sales. Ambient capture, evidence-based inference, honest forecasting.",
  "environment": "dev",
  "startedAt": "2026-07-29T13:40:02.781Z",
  "endpoints": {
    "/": "this index",
    "/ui": "read-only dashboard (server-rendered)",
    "/healthz": "service health",
    "/v1/tenants": "tenant registry",
    "/v1/t/{tenant}/stats": "per-label node counts + outbox depth",
    "/v1/t/{tenant}/nodes?label=X": "list nodes by label",
    "/v1/t/{tenant}/nodes/{id}": "node by id",
    "/v1/t/{tenant}/nodes/{id}/neighbors": "immediate neighborhood",
    "/v1/t/{tenant}/events?afterSeq=0": "outbox events (the v1 event log)",
    "/auth/*": "identity (Keycloak)",
    "/webhooks/*": "Microsoft Graph change notifications (capture service)"
  },
  "design": "https://github.com/CxOonDemand/NoCRM (private) — docs/ is the design corpus"
}