These endpoints are public (no auth).

Service root

GET /{ "service": "loom", "api_version": "v1" }.

Health

GET /v1/health{ "status": "ok", "enabled": bool, "storage_mode": str, "vector_enabled": bool }. A quick liveness probe with the engine’s storage mode and whether the vector index is active.

Status

GET /v1/status → a public availability summary, status-page style.

Founder probe

GET /v1/admin/me{ "is_founder": bool }. See Admin.
For deep component health (storage, vector, auth, rate limiter), use the founder-only GET /v1/admin/health.