AI & Agents
LLMs.txt
Machine-readable documentation for AI assistants and LLMs
The Laddro docs provide machine-readable endpoints following the llms.txt standard so AI assistants can discover and consume the documentation automatically.
Endpoints
| URL | Description |
|---|---|
| docs.laddro.com/llms.txt | Index of all documentation pages with titles and descriptions |
| docs.laddro.com/llms-full.txt | Full documentation content in plain text |
Usage with AI Assistants
Claude
Read https://docs.laddro.com/llms.txt and follow the instructions to use the Laddro Career APIChatGPT / Custom GPTs
Add https://docs.laddro.com/llms-full.txt as a knowledge source in your GPT configuration.
LangChain / Custom Agents
import requests
# Get the full documentation
docs = requests.get("https://docs.laddro.com/llms-full.txt").text
# Use as context for your agent
agent.add_context(docs)What's Included
The llms.txt index includes all documentation pages organized by section:
- Getting Started — Introduction, quickstart, authentication
- API Reference — All 18 endpoints with request/response details
- MCP Server — Setup, installation, available tools
- AI & Agents — Agent patterns, skills, LLM integration
- SDKs — TypeScript, Python, Go, Rust, Java, PHP, Ruby, .NET
- CLI — Commands and configuration
- Guides — BYOK, streaming, error handling, rate limits
- Billing — Credits, subscription details