LLMs.txt
Humanloop docs are accessible to AI tools using the llms.txt standard.
What is llms.txt?
LLMs.text is an emerging standard so that websites can easily expose information to AI. We have implemented it for the Humanloop docs.
An overview of the Humanloop docs
The llms.txt file contains an overview of the Humanloop docs with links to each page.
/llms.txt for an overview of the Humanloop docs.
- Small and fast: Quick to load and easy to parse
- Summary-focused: Each page with one-sentence description with its URL
- Structured for AI: Helps tools understand the structure of the docs
The full content of the Humanloop docs
The llms-full.txt file contains the full content of the Humanloop docs and API reference.
/llms-full.txt for the full content of the Humanloop docs and API reference
- Comprehensive: Includes the full content of your documentation
- API knowledge: Incorporates the full API reference and SDK snippets
- Convenient: One giant payload for all the docs
Note that this might take up to 10 seconds to load.
Raw markdown on any page available
And on any specific page, you can add .md
to the end of the URL to get the raw markdown content of the page.
Example of the raw markdown for the Call Prompt page
Add .md
to the end of the URL to get the raw markdown content of the page.
How to use llms.txt
You can copy the URL and paste that into Cursor, ChatGPT or any other AI tool that can load a URL to give it as context to your LLM.
If the AI tool you are using doesn’t support loading a URL, you can copy the content and paste it into the prompt.