{
  "ok": true,
  "service": "home-agent",
  "read_only": false,
  "endpoints": {
    "GET /health": "no auth",
    "GET /v1/status": "bearer auth",
    "POST /v1/voice": "bearer auth, JSON {text}",
    "GET /oauth/authorize": "oauth shim",
    "POST /oauth/token": "oauth shim"
  }
}