Wraith API health surface Endpoint reachable

Health Endpoint

Wraith API is online and serving the public health surface.

This page is intended for keepalive, uptime checks, and fast manual verification after deploy. It confirms the API process is reachable and serving static assets, while deeper payment, database, and license flows should still be checked through their own routes.

Route GET /health
Status 200 OK
Use case Keepalive and deploy smoke checks
wraith://api-health
$ curl https://your-domain/health
200 OK
surface=public-health-page
timestamp_utc=
timestamp_local=
Reachability

The API process is responding to the health route.

Static serving

The public status page, logo, and stylesheet are being served successfully.

Monitoring target

This is the route your keepalive and uptime monitor can safely hit.

Scope

Webhook, Supabase, and license checks still need their own end-to-end verification.

Verification Scope

What this page does and does not verify

Confirmed here

  • The server is reachable.
  • The health route responds successfully.
  • Static assets from public/ are being served.

Check separately

  • Razorpay webhook delivery and signature verification.
  • Supabase reads and writes for licenses.
  • Device validation flow from the Wraith desktop app.