Skip to main content

LLM-Friendly Documentation

These files follow the llms.txt convention — plain-text documentation optimized for consumption by large language models and AI coding agents. Use these when building AI-powered integrations, feeding context to coding assistants, or working with agent frameworks that accept documentation as input.

Files

llms.txt

Concise index of the LI.FI Perps SDK documentation. Contains a project summary, quick reference links, and a section-by-section table of contents pointing to detailed documentation. Best for: quick context loading, tool discovery, initial orientation. URL: https://public-perps-docs.mintlify.app/llms.txt

llms.txt

Download the llms.txt index file

llms-full.txt

Complete documentation in a single Markdown file (~37 KB). Includes installation, concepts, full SDK reference, REST API reference, Hyperliquid provider details, error codes, and an end-to-end example — everything an LLM needs to write code against the Perps SDK. Best for: full context loading, code generation, comprehensive Q&A. URL: https://public-perps-docs.mintlify.app/llms-full.txt

llms-full.txt

Download the complete LLM documentation