Check API health and model availability
/health endpoint provides real-time status information about the Stratus API, loaded models, LLM provider availability, and vault connectivity.
"healthy" when the service is running.["base"]).openai, anthropic, google, openrouter."connected" or "disabled".| Status | Meaning | Action |
|---|---|---|
healthy | All systems operational | No action needed |
| Status | Meaning |
|---|---|
connected | LLM key management available |
disabled | Vault not configured — /v1/account/llm-keys endpoints unavailable |
| Metric | Value |
|---|---|
| Latency | <100ms (typically ~50ms) |
| Availability | 99.9% uptime |
| Rate Limit | No rate limit (public endpoint) |
| Caching | No caching recommended (live status) |
stratus_models_loaded is empty []
Meaning: No Stratus world model is loaded — all chat/messages/rollout/embeddings requests will fail
Action:
stratus_models_loaded arrayvault: "disabled"
Impact: Cannot use /v1/account/llm-keys endpoints for encrypted key storage
Workaround: Pass LLM provider keys directly in requests (less secure but functional)