LLM

Tiger OpenAPI provides a standard llms.txt file, allowing AI coding tools (Claude, Cursor, Copilot, etc.) to directly read the complete API documentation for more accurate code generation.

URL

https://docs.itigerup.com/llms.txt

What is llms.txt

llms.txt is an open standard that places a /llms.txt file at the root of a website, listing all documentation links in Markdown format for LLMs to quickly index. After an AI tool reads this file, it can fetch the full content of any sub-page on demand — without relying on web crawlers or training data.

Usage

In Claude

Reference the documentation link directly in your conversation:

Please read https://docs.itigerup.com/llms.txt, then help me query AAPL K-line data using the Python SDK.

Claude will automatically fetch the relevant documentation pages (e.g., quote-common.md) and generate accurate code.

In Cursor / Windsurf

Add the documentation source in Docs settings:

  1. Open Settings → Docs (or the @Docs command)
  2. Add https://docs.itigerup.com/llms.txt
  3. AI can then reference the complete Tiger OpenAPI documentation in completions and conversations

In other llms.txt-compatible tools

Any AI tool that follows the llms.txt standard can use this URL directly — no additional configuration needed.

llms.txt vs. AI Skill

llms.txtAI Skill
Target usersAll AI tools supporting llms.txtCoding AIs like Claude Code, Cursor, Kiro
Content sourceFetches the latest docs in real timePre-built structured domain knowledge
Code generation qualityDepends on the tool's fetching and comprehension abilityOptimized code templates and best practices
SetupPaste URL and gonpx skills add tigerfintech/tigeropen-skill

The two can be used together: use llms.txt to get the latest API reference, and AI Skill for more accurate code templates.