Service-level pulse and the calling identity. Use these endpoints in CI to verify connectivity and to confirm a freshly issued key is wired correctly.
/api/v1/healthreadLiveReturns 200 if the v1 API surface is up. If a Bearer key is supplied, the response includes the resolved tenant_id, environment, and granted scopes, useful as a CI smoke test for newly issued keys.
{
"status": "ok",
"version": "v1",
"tenant_id": "8c2f0a14-0c8a-4a3a-9a4d-3e0f1d6c2a91",
"environment": "live",
"scopes": ["read", "write"],
"timestamp": "2026-04-27T19:22:01.118Z"
}