[Maschinenlesbare Docs]

KI-Zugang

Knogin stellt eine maschinenlesbare Dokumentationsoberfläche für den stabilen externen Integrationsvertrag bereit. Sie ist bewusst auf öffentliche Themen begrenzt und schließt internes oder blueprint-artiges Material aus.

llms.txt

Kompakter LLM-Index für den öffentlichen Integrationsvertrag.

https://knogin.com/llms.txttext

llms-full.txt

Vollständiger Markdown-Export nur des öffentlichen Teilbereichs.

https://knogin.com/llms-full.txtmarkdown

/api/docs

JSON-Index der öffentlichen Integrationsthemen.

https://knogin.com/api/docsjson

/api/docs/{topic}

JSON oder Markdown für ein einzelnes öffentliches Thema.

https://knogin.com/api/docs/{topic}json | markdown

Nutzungsbeispiel

# Read the public topic index
curl https://knogin.com/api/docs | jq .

# Fetch a single public topic
curl https://knogin.com/api/docs/oauth-service-tokens

# Export the full public subset as Markdown
curl https://knogin.com/llms-full.txt

# Request advanced integration access
open https://knogin.com/docs/integration-guide#vendor-contact

Themen-IDs und maschinenlesbare Payloads bleiben in kanonischem Englisch, damit sie werkzeugübergreifend konsistent referenziert werden können.

Was enthalten ist

  • App-Registrierung und Governance für externe Integrationen.
  • OAuth- und Service-Token-Flows für genehmigte Scopes.
  • JWKS-Endpunkte für JWT-Prüfung.
  • Webhook-Verwaltung und Zustelldiagnose.
  • Anleitung zu GraphQL-Transport, Authentifizierung und Tenant-Scoping.

Was bewusst ausgeschlossen ist

  • Interne, Debug-, Admin- und Worker-Routen.
  • GraphQL-Playground-Links, Schema-Dumps und Introspektionshinweise.
  • Partner-only Control-Plane-Workflows.
  • Blueprints für Unternehmensföderation.

Benötigen Sie zusätzlich den Leitfaden?

Nutzen Sie die öffentliche API-Referenz für den geprüften Vertrag und den Integrationsleitfaden, wenn Ihr Workflow Zugriffsprüfung oder Sandbox-Abstimmung benötigt.