DeepFellow DOCS

AI-Readable Documentation

Access DeepFellow documentation as raw markdown for use in AI tools, agents, and context windows.

DeepFellow exposes all documentation pages as raw markdown. AI tools, agents, and systems such as deepwiki will consume the documentation directly without parsing HTML.

Discovery: llms.txt

GET /llms.txt returns a plain-text index of all documentation pages grouped by section, following the llms.txt standard. Each entry links to the markdown version of the page.

GET https://docs.deepfellow.com/llms.txt

The index lists pages in two sections:

  • Getting Started — installation, quickstart, and general guides
  • API Reference — all API endpoint pages

Fetching a Page as Markdown

To fetch a documentation page as raw markdown, append .md to any /docs/... URL:

GET https://docs.deepfellow.com/docs/installation.md

Alternatively, set the Accept: text/markdown request header on any docs URL instead of appending .md. Both approaches return the same content.

Usage in AI Tools

To load documentation into an AI context window, fetch /llms.txt first, then retrieve the individual pages listed there. The markdown format removes HTML overhead and reduces token usage.

Example workflow:

  1. Fetch https://docs.deepfellow.com/llms.txt to get the page index.
  2. Fetch each listed .md URL to get the page content.
  3. Pass the content to your AI tool or agent.

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.