Web application
Next.js serves the landing, authentication, and workspace interfaces.
Operations
Use the live health endpoint for the current API signal. This page explains the components and how service issues are communicated.
Last updated 14 July 2026
01
Next.js serves the landing, authentication, and workspace interfaces.
The backend health signal covers application availability; feature-level provider checks surface separately.
Scanner tools, intelligence sources, AI, SMS, and email may degrade independently of the core API.
02
Open `/health`; an HTTP 200 JSON response with `status: ok` indicates the API is responding.
Record the time, route, scan or request identifier, and sanitized error message.
Send the evidence without credentials, API keys, or customer scan data that is not required for diagnosis.
Next step