llms.txt
Tiger OpenAPI provides a standard llms.txt file that gives compatible AI tools direct access to the complete API documentation and can help improve code-generation accuracy.
URL
https://docs-en.itigerup.com/llms.txt
What Is llms.txt?
llms.txt is an open standard for publishing a Markdown index of documentation links at a website's /llms.txt path. After reading the index, an AI tool can retrieve the full content of individual pages on demand without relying on a web crawler or its training data.
Usage
In AI Tools
AI tools that can read URLs may reference the documentation link directly in a conversation:
Please read https://docs-en.itigerup.com/llms.txt, then help me query AAPL K-line data using the Python SDK.
The tool can then retrieve relevant documentation pages, such as quote-common.md, and generate code from the current API documentation.
For tools that support documentation sources, add https://docs-en.itigerup.com/llms.txt as a source. The setting name varies by tool; Tiger OpenAPI does not require an additional retrieval plugin.
llms.txt vs. AI Skill
| llms.txt | AI Skill | |
|---|---|---|
| Target users | All AI tools supporting llms.txt | Coding tools that support Agent Skills |
| Content source | Fetches the latest docs in real time | Pre-built structured domain knowledge |
| Code-generation quality | Depends on the tool's retrieval and comprehension capabilities | Optimized code templates and best practices |
| Setup | Paste URL and go | npx skills add tigerfintech/tigeropen-skill |
You can use both together: use llms.txt for the latest API reference and the AI Skill for more accurate code templates.
Updated 1 day ago
