LLM Reference
Sovrium provides machine-readable documentation files designed for Large Language Models (LLMs) and AI coding assistants. Use these files to give AI tools full context about the Sovrium app schema, CLI, API, and configuration format.
Download LLM Documentation
Plain-text files optimized for AI tools like Claude, ChatGPT, GitHub Copilot, and Cursor.
What is llms.txt?
An emerging standard for providing documentation to AI assistants in a machine-friendly format.
The llms.txt convention is a growing standard where websites serve plain-text documentation files at well-known URLs (/llms.txt and /llms-full.txt). These files are specifically formatted for Large Language Models to consume, providing structured information about the project, its APIs, configuration format, and capabilities. Sovrium publishes two files: a compact quick reference for fast lookups, and a comprehensive full reference for generating configurations and answering detailed questions.
The Files
Two documentation files optimized for different use cases.
llms.txt
Compact overview with links to all documentation sections. Best for quick context and navigation.
https://sovrium.com/llms.txt
About 40 lines — fits easily in any LLM context window.
Use when you need a quick summary or want to point an AI tool to specific documentation sections.
llms-full.txt
Complete documentation covering the entire Sovrium platform. Best for deep AI assistance.
https://sovrium.com/llms-full.txt
About 2700 lines — comprehensive, single-file reference.
Use when you want an AI assistant to have full context about Sovrium, generate configurations, or answer detailed questions.
Auto-synced with releases
Both files are automatically updated with every Sovrium release to reflect the latest schema version, field types, component types, and API endpoints. The current version is always accurate.
Usage with AI Tools
How to feed Sovrium documentation to your AI assistant of choice.
Fetch the documentation directly:
# Quick reference (~40 lines) curl https://sovrium.com/llms.txt # Complete documentation (~2700 lines) curl https://sovrium.com/llms-full.txt
Paste the URL or content into your AI assistant with a prompt like:
Read the Sovrium documentation from https://sovrium.com/llms-full.txt and help me create an app.yaml configuration for a blog with: - A posts table with title, content, and published_at fields - Email/password authentication - A homepage with a list of recent posts
Which file to use?
Start with llms.txt for quick questions about what Sovrium can do. Use llms-full.txt when you need the AI to generate complete configurations, understand all field types, or work with the full API.