{
  "ok": true,
  "service": "Hermitsh Texts API",
  "version": "v1",
  "description": "Read-only source-linked API for Hermitsh public-domain author corpora.",
  "mcp_endpoint": "https://hermitsh.ai/mcp",
  "api_base": "https://hermitsh.ai/api/v1",
  "endpoints": [
    "GET /api/v1",
    "GET /api/v1/health",
    "GET /api/v1/authors",
    "GET /api/v1/works?author=cicero&category=letters&limit=20",
    "GET /api/v1/work?author=cicero&work_id=de-officiis",
    "GET /api/v1/search?author=cicero&query=tyranny&limit=8",
    "GET /api/v1/passage?author=cicero&work_id=de-officiis&section_id=1",
    "GET /api/v1/cite?author=cicero&work_id=de-officiis&section_id=1&style=chicago-note",
    "GET /api/v1/parallel?author=cicero&work_id=de-officiis&section_id=1",
    "GET /api/v1/work-context?author=cicero&work_id=de-officiis",
    "GET /api/v1/search-parallel?author=cicero&query=res publica",
    "GET /api/v1/entities?author=cicero&query=Caesar",
    "GET /api/v1/entity?author=cicero&query=Caesar",
    "GET /api/v1/mentions?author=cicero&entity=Caesar",
    "GET /api/v1/letters?author=cicero&correspondent=Atticus",
    "GET /api/v1/greek-phrases?author=cicero&query=Homer",
    "GET /api/v1/crossrefs?author=cicero&work_id=ad-atticum-07-14",
    "GET /api/v1/allusions?author=seneca&work_id=hercules-furens",
    "GET /api/v1/languages?author=cicero",
    "GET /api/v1/source-pack?author=cicero&query=tyranny",
    "GET /api/v1/openapi.json"
  ],
  "citation_policy": "Use returned passage URLs when citing Hermitsh material."
}