Saltar al contenido principal

LLM-Friendly Documentation

Minteo API documentation provides three methods to index and consume documentation content optimized for Large Language Models (LLMs) like Claude, ChatGPT, and Cursor.

Why LLM-Friendly Documentation?

Modern AI-powered development tools work best when they can access documentation in machine-readable formats. This allows developers to:

  • Get instant answers about API endpoints without leaving their IDE
  • Automatically generate code based on accurate API specifications
  • Understand complex workflows through conversational interfaces

Available Methods

Method 1: Index File (/llms.txt)

What it is: A structured index file that lists all documentation pages with descriptions.

URL: https://docs.minteo.com/llms.txt

Best for:

  • LLM applications that need to discover available documentation
  • Tools that build a knowledge graph of your docs
  • Selective content loading based on topics

Method 2: Full Concatenated File (/llms-full.txt)

What it is: All documentation concatenated into a single markdown file.

URL: https://docs.minteo.com/llms-full.txt

Best for:

  • One-time full documentation import
  • Building local search indexes
  • Offline documentation access
  • Training or fine-tuning models

Method 3: Direct Markdown URLs

What it is: Access the markdown source of any documentation page by adding .md to its URL.

Examples:

  • HTML: https://docs.minteo.com/core/authentication
  • Markdown: https://docs.minteo.com/core/authentication.md

Best for:

  • Real-time documentation access in development tools
  • Sharing specific doc pages with AI assistants
  • Copy-paste workflows

Copy Button: Every documentation page includes a "Copy Markdown" button next to the title (aligned right) for quick access to the markdown content.


Questions?

If you're building an integration or tool that uses this documentation, we'd love to hear about it! Contact us at support@minteo.com.