LLM Context & llms.txt
Auriya provides standardized machine-readable documentation compliant with the llmstxt.org specification. These endpoints allow Large Language Models (LLMs), AI coding assistants, and autonomous agents to index and reference Auriya’s technical documentation directly.
Available Endpoints
Section titled “Available Endpoints”llms.txtStandardized root index and documentation catalog for AI discovery.
llms-small.txtAbridged context containing essential architecture, APIs, and tuning guides.
llms-full.txtComprehensive complete documentation concatenated into a single Markdown file.
Integration Guide
Section titled “Integration Guide”1. In AI IDEs & Agents
Section titled “1. In AI IDEs & Agents”Add Auriya’s documentation as a custom doc source in your AI editor (Cursor, Windsurf, Claude Code, Antigravity, GitHub Copilot):
https://auriya.pages.dev/llms.txthttps://auriya.pages.dev/llms-full.txt2. Prompt Ingestion via cURL / Terminal
Section titled “2. Prompt Ingestion via cURL / Terminal”Fetch documentation context directly inside terminal sessions or pipe into local AI CLI tools:
# Download complete documentation for offline LLM promptingcurl -sSL https://auriya.pages.dev/llms-full.txt -o auriya_docs.md# Pipe abridged context directly to your CLI runnercurl -sSL https://auriya.pages.dev/llms-small.txt | llm "Explain Auriya FAS dynamic scheduling"Automatic Generation
Section titled “Automatic Generation”These files are built automatically during every deployment using starlight-llms-txt. Any updates to guides, configuration keys, or kernel tweaks are immediately synchronized across all LLM endpoints.