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.txtAI Skill
Target usersAll AI tools supporting llms.txtCoding tools that support Agent Skills
Content sourceFetches the latest docs in real timePre-built structured domain knowledge
Code-generation qualityDepends on the tool's retrieval and comprehension capabilitiesOptimized code templates and best practices
SetupPaste URL and gonpx 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.


Did this page help you?