llms.txt for AI Tools
TokenFlight docs provide LLM-friendly indexes so AI tools can discover documentation pages quickly.
Endpoints
Section titled “Endpoints”https://embed.tokenflight.ai/llms.txthttps://embed.tokenflight.ai/llms-full.txt
Which One to Use
Section titled “Which One to Use”llms.txt- concise index for routing and quick context selection.llms-full.txt- fuller page summaries for retrieval and grounding.
Typical Usage
Section titled “Typical Usage”Use these files when you are building:
- AI assistants that answer SDK integration questions.
- RAG pipelines that need a stable docs index.
- Internal tooling that maps user intent to docs URLs.
Example
Section titled “Example”curl -s https://embed.tokenflight.ai/llms.txtcurl -s https://embed.tokenflight.ai/llms-full.txtBoth files are generated from the current docs content and update as documentation changes.