GET /metrics
Lightweight counters to feed dashboards. Example:
GET /health
Returns { "status": "ok" }.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Observability endpoints for monitoring
GET /metrics{
"events": {
"status": 45,
"final_transcript": 12,
"emotion": 12,
"summary_update": 1
},
"agent_latency_ms": {
"utterance": 215.34
}
}
GET /health{ "status": "ok" }.