Resources
Health Check
Check system health — no authentication required.
GET
Health Check
Public endpoint that returns the current health status of Theo’s infrastructure and AI engine subsystems. No authentication required.
Health check results are cached for 30 seconds. The
X-Cache header indicates HIT or MISS.Request Example
Response
Overall system status:
"healthy", "degraded", or "down".ISO 8601 timestamp of the health check.
API version identifier (e.g.,
"2026-03-28").AI engine subsystem health.
Example Response
Status Codes
| Status | Meaning |
|---|---|
| 200 | System is healthy or degraded |
| 503 | System is down — Retry-After: 30 header included |
Health Check
