Documentation Index
Fetch the complete documentation index at: https://internal.september.wtf/llms.txt
Use this file to discover all available pages before exploring further.
GET /health
Liveness check. The only endpoint that does not requireX-Engine-Key.
status of anything other than "ok" means at least one subsystem is
unhealthy. Inspect subsystems for which.
Use this for load-balancer health probes and ops dashboards.
POST /feedback
Submit user feedback about a turn — a correction, a rating, or an error report. Feedback flows into the Learning Centre as a learning signal.| Field | Type | Required | Purpose |
|---|---|---|---|
task_id | string | yes | The task the feedback is about. |
feedback_type | string | yes | correction, rating, or error_report. |
correction_text | string | when feedback_type=correction | What the right answer was. |
See also
- Operations → Observability for metrics, logs, and tracing.
- Learning Centre for how feedback turns into long-term memory.

