Linkit

LLMs.txt

Machine-readable site manifest for Large Language Models

LLMs.txt

What is llms.txt?

llms.txt is an emerging web standard (similar to robots.txt) that provides LLMs with a structured summary of a website's content, API, and capabilities. It helps AI assistants quickly understand what Linkit offers without crawling the entire site.


Download

The llms.txt file is auto-generated from the live Swagger/OpenAPI spec and is always in sync with the current API surface. Access it at:

The file is served with Content-Type: text/plain and is generated dynamically on each request so it always reflects the latest endpoints, tools, and documentation.


What's Included

The generated llms.txt covers:

SectionContents
Project SummaryWhat Linkit is and how it works
API ResourcesAll core resources (Products, Orders, SKUs, Branches, etc.) with descriptions
EndpointsEvery API endpoint grouped by tag, auto-derived from swagger.json
MCP ToolsAll semantic MCP tools with descriptions
MCP ResourcesAvailable documentation resources for AI assistants
PluginsOfficial e-commerce platform plugins
Documentation LinksDirect links to all docs pages and swagger specs

How It Stays Fresh

Unlike a static file, Linkit's llms.txt is generated at runtime from:

  1. The embedded Swagger spec — so new API endpoints automatically appear
  2. The semantic MCP tool registry — so any tool changes are reflected
  3. The request host — so all URLs use the correct domain

This means you never need to manually update it — add an endpoint to your API and it shows up in llms.txt on the next request.


For AI Agent Developers

If you're building AI agents that interact with Linkit, the llms.txt file provides everything needed to understand the API at a glance. For deeper integration, use the MCP endpoint which exposes the full API as callable tools.