LLM Documentation

Machine-readable documentation routes generated from the current Fumadocs site.

Alfred exposes authored documentation in formats suitable for retrieval and coding agents.

RouteContent
/llms.txtCompact page index with titles, descriptions, and links.
/llms-full.txtFlattened corpus of authored MDX pages.
/llms.mdx/docs/{path}Raw authored MDX source for one documentation page, including frontmatter and imports.
/openapi.jsonMachine-readable client OpenAPI 3.1 contract.
/openapi.operator.jsonMachine-readable operator OpenAPI 3.1 contract.
/v1/events/catalogRuntime event catalog and payload JSON Schemas.
  1. Read /llms.txt to identify relevant pages.
  2. Read /llms.mdx/docs/reference/capabilities before selecting a workflow route.
  3. Fetch only the other required raw MDX pages or use /llms-full.txt for a small complete corpus.
  4. Use /openapi.json or /openapi.operator.json for endpoint-level request and response details.
  5. Use /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.