Laddro DocsLaddro Docs

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

URLBeschreibung
docs.laddro.com/llms.txtIndex aller Dokumentationsseiten mit Titeln und Beschreibungen
docs.laddro.com/llms-full.txtVollstä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 API

ChatGPT / 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

On this page