Status
OrchestKit's documentation site and public API are operational if this page loads.
Components
| Component | Status | Check |
|---|---|---|
| Documentation site | Operational | https://orchestkit.yonyon.ai |
| Search API | Operational | /api/health |
Machine-readable health
Agents should poll /api/health, which returns { "status": "ok", ... } with HTTP 200 when the deployment is serving. Errors across the API use the RFC 9457 Problem Details shape (type, title, status,detail), served as application/json.
Incidents
This is a static, stateless deployment with no backing database, so there is no per-incident state to report here. Outages, if any, are tracked on GitHub.