Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

Fields

Use ParamField and ResponseField to document structured interfaces inside prose-heavy docs.
path projectIdstringrequired
The project identifier in the route path.
query draftbooleandefault: false
When true, the preview draft is returned instead of published content.
header authorizationstringrequired
Standard bearer token header.
slugstringrequired
Canonical page slug.
headingsNavHeading[]
Flat heading list used by Holocron's table of contents.

Holocron differences

  • Holocron supports the common field metadata: location, type, required, and deprecated. default is rendered on ParamField.
  • Mintlify documents a wider prop surface around response formatting. Holocron currently keeps the rendering intentionally small and readable.