Use with AI

llms.txt

OtterKit publishes machine-readable documentation following the llms.txt standard. These files help AI models understand OtterKit without needing to crawl the website.

FileURLDescription
llms.txtotterkit.com/llms.txtConcise summary - product overview, key features, CLI commands, pricing
llms-full.txtotterkit.com/llms-full.txtFull documentation - detailed features, API reference, setup guides, FAQ

llms.txt

A concise markdown summary of OtterKit. Includes product description, key links, core features, CLI commands with examples, agent skill installation, and pricing. Ideal for LLMs that need a quick overview to answer user questions or decide whether to use OtterKit.

bash
curl https://www.otterkit.com/llms.txt

llms-full.txt

Comprehensive documentation in a single text file. Covers everything: desktop app features in detail, full CLI reference with all flags and daemon mode, complete API endpoint documentation with request/response examples, pricing tables, FAQ, and system requirements. Use this when an LLM needs deep context to help a user with OtterKit.

bash
curl https://www.otterkit.com/llms-full.txt
The llms.txt file is linked in the HTML <head> via <link rel="llms" href="/llms.txt"> so AI crawlers can discover it automatically.