LLMs.txt
Maschinenlesbare Dokumentation für KI-Assistenten und LLMs
Die Laddro-Dokumentation bietet maschinenlesbare Endpoints nach dem llms.txt-Standard, damit KI-Assistenten die Dokumentation automatisch entdecken und nutzen können.
Endpunkte
| URL | Beschreibung |
|---|---|
| docs.laddro.com/llms.txt | Index aller Dokumentationsseiten mit Titeln und Beschreibungen |
| docs.laddro.com/llms-full.txt | Vollständiger Dokumentationsinhalt als Klartext |
Verwendung mit KI-Assistenten
Claude
Read https://docs.laddro.com/llms.txt and follow the instructions to use the Laddro Career APIChatGPT / Custom GPTs
Fügen Sie https://docs.laddro.com/llms-full.txt als Wissensquelle in Ihrer GPT-Konfiguration hinzu.
LangChain / Benutzerdefinierte Agenten
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)Was enthalten ist
Der llms.txt-Index enthält alle Dokumentationsseiten, nach Abschnitten geordnet:
- Erste Schritte — Einführung, Schnellstart, Authentifizierung
- API-Referenz — Alle 18 Endpoints mit Anfrage-/Antwortdetails
- MCP Server — Einrichtung, Installation, verfügbare Tools
- KI & Agenten — Agenten-Muster, Skills, LLM-Integration
- SDKs — TypeScript, Python, Go, Rust, Java, PHP, Ruby, .NET
- CLI — Befehle und Konfiguration
- Anleitungen — BYOK, Streaming, Fehlerbehandlung, Rate Limits
- Abrechnung — Credits, Abonnement-Details