Using LLMs With These Docs

Learn how to copy and paste into chatGPT like a boss

TL;DR

  1. Go to this link: https://docupipe.readme.io/llms.txt
  2. Paste the contents into your favorite LLM (we found O3 and o4-mini-high are great)
  3. Tell your favorite model what you want, and it will probably generate code that works, or almost works with a few tweaks

How does this works?

LLMs.txt is nothing more than a directory to all our API endpoints, with the title, description, and link to full documentation. As LLMs become more agentic they'll become increasingly reliable in figuring out how to use straightforward and well-organized APIs.

We like to think we're straightforward and well organized!

Happy Hacking