Skip to main content
These docs are built to be read by AI assistants and coding agents, not just people. Every page is available as plain Markdown, the whole site is exposed as llms.txt, and there is a hosted MCP server you can connect your AI tool to.

Read any page as Markdown

Use the Copy page / Open in ChatGPT / Open in Claude menu at the top of any page, or append .md to a docs URL to get the raw Markdown:
https://docs.tabby.ai/pay-in-4-custom-integration/quick-start.md

llms.txt

We publish the llms.txt standard so an LLM can discover and ingest the documentation in one pass:
  • llms.txt — an index of every page with titles and descriptions.
  • llms-full.txt — the full content of the documentation in a single file.
Paste either link into your AI tool when you want it to reason over the whole integration guide.

MCP server

Tabby’s documentation is also available as a Model Context Protocol server, so AI tools can search and read the docs directly:
https://docs.tabby.ai/mcp
The server exposes a documentation search tool and a read-only filesystem of every page and the OpenAPI spec — your assistant can look up endpoints, payloads and integration steps on demand.
{
  "mcpServers": {
    "tabby-docs": {
      "url": "https://docs.tabby.ai/mcp"
    }
  }
}
This MCP server covers the documentation only. It does not call the Tabby API or move money — use the API Playground and your secret key for live requests.