# Machine-Readable Discovery

Part of the HebrewCore documentation. Web: https://hc.itsbaba.com/docs#discovery · Whole docs: https://hc.itsbaba.com/docs.md · Index: https://hc.itsbaba.com/llms.txt

Tools and AI agents can find everything about the API from a few standard files. All are public and need no key.

| Path | What it is |
| --- | --- |
| [`/.well-known/api-catalog`](https://hc.itsbaba.com/.well-known/api-catalog) | API catalog (RFC 9727, `application/linkset+json`) linking the OpenAPI document, docs, llms.txt, status and the MCP server. The home page also sends `Link: </.well-known/api-catalog>; rel="api-catalog"`. |
| [`/apis.json`](https://hc.itsbaba.com/apis.json) | APIs.json index with the OpenAPI, documentation, pricing, status, llms.txt and MCP links. |
| [`/openapi.json`](https://hc.itsbaba.com/openapi.json) | The OpenAPI 3.1 document for every endpoint. |
| [`/llms.txt`](https://hc.itsbaba.com/llms.txt) | An index of the docs as Markdown for language models, with [`/llms-full.txt`](https://hc.itsbaba.com/llms-full.txt) holding everything in one file. |
| [`/sitemap.xml`](https://hc.itsbaba.com/sitemap.xml) | Every public page and Markdown file, referenced from [`/robots.txt`](https://hc.itsbaba.com/robots.txt). |
