Machine-readable documentation routes generated from the current Fumadocs site.
Alfred exposes authored documentation in formats suitable for retrieval and coding agents.
| Route | Content |
|---|---|
/llms.txt | Compact page index with titles, descriptions, and links. |
/llms-full.txt | Flattened corpus of authored MDX pages. |
/llms.mdx/docs/{path} | Raw authored MDX source for one documentation page, including frontmatter and imports. |
/openapi.json | Machine-readable client OpenAPI 3.1 contract. |
/openapi.operator.json | Machine-readable operator OpenAPI 3.1 contract. |
/v1/events/catalog | Runtime event catalog and payload JSON Schemas. |
/llms.txt to identify relevant pages./llms.mdx/docs/reference/capabilities before selecting a workflow
route./llms-full.txt for a
small complete corpus./openapi.json or /openapi.operator.json for endpoint-level request
and response details./v1/events/catalog for exact event payload contracts.Authored pages explain intent and sequencing. Generated contracts remain the source for exact API and event schemas.