LLM-Friendly Routes (llms.txt)
LiteSOC follows the llmstxt.org proposal to make its public documentation accessible to AI agents and LLM-powered tools. Two routes are available:
/llms.txt — Compact Index
URL: https://litesoc.io/llms.txt
A lightweight Markdown file that serves as a central index linking to all public documentation. It includes:
- Documentation links — API Reference, Integrations (Supabase, Auth0, n8n, MCP, Server Agent), How It Works, Features, Changelog
- Company pages — Pricing, Security, About, Help Center
- SDK repositories — Node.js, Python, PHP on GitHub
Usage in AI Editors
To give your AI editor full context about LiteSOC, paste this into Cursor or Claude:
@https://litesoc.io/llms.txt
The AI will fetch the index and follow the linked documentation as needed.
/llms-full.txt — Full Knowledge Base
URL: https://litesoc.io/llms-full.txt
A single Markdown document containing the entire public knowledge base in one request. This includes:
- All product pages (About, Features, Pricing, Security, Changelog)
- Full API Reference and Integration docs
- Every Help Center article with complete content
- All published blog posts
This route is ideal for AI agents that need comprehensive context without making multiple requests. The content is cached for 1 hour and refreshed automatically.
When to Use Which
| Route | Best For | Size |
|---|---|---|
/llms.txt | Quick reference, link-following agents | ~2 KB |
/llms-full.txt | Full-context ingestion for deep analysis | ~100 KB+ |
Markdown Routes for Individual Pages
Every public page also has a .md variant that returns raw Markdown:
/pricing.md,/features.md,/security.md,/about.md/docs.md,/docs/api.md,/docs/integrations.md/how-it-works.md,/changelog.md,/help.md
These are useful if your AI tool only needs context about a specific page.
AI Editor Banner
The Dashboard Integration Guide and the public API Docs page both display an "AI Editor" banner with a one-click copyable @https://litesoc.io/llms.txt string for Cursor and Claude.
Need help? Check our API documentation or contact support.