{
  "service": "hermes.agnt.eco",
  "purpose": "machine-readable narrative + grounding API for an external local LLM",
  "auth": "token (Bearer or ?token=)",
  "endpoints": [
    "/api/agents",
    "/api/agent/<agent>",
    "/api/agent/<agent>/prompt",
    "/api/agent/<agent>/facts",
    "/api/corpus",
    "/healthz"
  ]
}