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:
- View/Download:
/llms.txt
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:
| Section | Contents |
|---|---|
| Project Summary | What Linkit is and how it works |
| API Resources | All core resources (Products, Orders, SKUs, Branches, etc.) with descriptions |
| Endpoints | Every API endpoint grouped by tag, auto-derived from swagger.json |
| MCP Tools | All semantic MCP tools with descriptions |
| MCP Resources | Available documentation resources for AI assistants |
| Plugins | Official e-commerce platform plugins |
| Documentation Links | Direct 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:
- The embedded Swagger spec — so new API endpoints automatically appear
- The semantic MCP tool registry — so any tool changes are reflected
- 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.