[Machineleesbare docs]

AI-toegang

Knogin biedt een machineleesbaar documentatieoppervlak voor het stabiele externe integratiecontract. Het is bewust beperkt tot publieke integratiethema’s en sluit intern of blueprint-niveau materiaal uit.

llms.txt

Beknopte LLM-index voor het publieke integratiecontract.

https://knogin.com/llms.txttext

llms-full.txt

Volledige Markdown-export van alleen de publieke subset.

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

/api/docs

JSON-index van de publieke integratiethema’s.

https://knogin.com/api/docsjson

/api/docs/{topic}

JSON of Markdown voor één publiek thema.

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

Gebruiksscenario

# 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

Topic-identifiers en machineleesbare payloads blijven canoniek Engels zodat ze consistent gebruikt kunnen worden in tooling en over locales heen.

Wat is inbegrepen

  • App-registratie en governance voor externe integraties.
  • OAuth- en service-tokenflows voor goedgekeurde scopes.
  • JWKS-endpoints voor JWT-validatie.
  • Webhookbeheer en deliverydiagnostiek.
  • Guidance voor GraphQL-transport, authenticatie en tenant-scoping.

Wat bewust is uitgesloten

  • Interne, debug-, admin- en worker-routes.
  • GraphQL-playgroundlinks, schema dumps en introspectieguidance.
  • Partner-only control-plane-workflows.
  • Implementatieblueprints voor enterprise federation.

Ook de menselijke gids nodig?

Gebruik de publieke API-referentie voor het beoordeelde contract en de integratiegids wanneer je workflow toegangsreview of sandbox-coördinatie nodig heeft.