LLMs.txt
Machine-leesbare documentatie voor AI-assistenten en LLM's
De Laddro-documentatie biedt machine-leesbare endpoints volgens de llms.txt-standaard, zodat AI-assistenten de documentatie automatisch kunnen ontdekken en raadplegen.
Eindpunten
| URL | Beschrijving |
|---|---|
| docs.laddro.com/llms.txt | Index van alle documentatiepagina's met titels en beschrijvingen |
| docs.laddro.com/llms-full.txt | Volledige documentatie-inhoud in platte tekst |
Gebruik met AI-assistenten
Claude
Read https://docs.laddro.com/llms.txt and follow the instructions to use the Laddro Career APIChatGPT / Custom GPTs
Voeg https://docs.laddro.com/llms-full.txt toe als kennisbron in je GPT-configuratie.
LangChain / Aangepaste 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)Wat Is Opgenomen
De llms.txt-index bevat alle documentatiepagina's georganiseerd per sectie:
- Aan de Slag: introductie, snelstart, authenticatie
- API Referentie: alle 18 endpoints met verzoek/antwoord-details
- MCP Server: configuratie, installatie, beschikbare tools
- AI & Agents: agent-patronen, skills, LLM-integratie
- SDK's: TypeScript, Python, Go, Rust, Java, PHP, Ruby, .NET
- CLI: commando's en configuratie
- Handleidingen: BYOK, streaming, foutafhandeling, frequentielimieten
- Facturering: tegoed, abonnementsdetails