Public status checks give buyers, technical evaluators, and monitors a confidence signal before login. Customer-specific evidence remains inside the customer dashboard, while internal platform operations remain inside Ops.
Check Health Security Overview| Endpoint | Purpose | Expected |
|---|---|---|
/health | Basic public service availability check. | 200 OK |
/live | Runtime liveness check for process-level monitoring. | 200 OK |
/ready | Readiness check for application dependencies and serving state. | 200 OK |
| Area | Audience | Purpose |
|---|---|---|
/status | Public buyers and technical evaluators | Pre-login confidence, health checks, and readiness explanation. |
/customer/dashboard | Customers | Tenant dashboard, agents, audit evidence, billing, and role-scoped access. |
/ops | Sentinel internal operator | Internal platform operations, governance monitoring, leads, and billing visibility. |
Sentinel SCA uses request IDs for traceability. Public status checks are intentionally simple and do not expose tenant data, audit records, billing state, secrets, or internal Ops controls.
Developer Docs Buyer Brief