llms.txt
Index LLM concis pour le contrat public d’intégration.
https://knogin.com/llms.txttextKnogin expose une surface documentaire lisible par machine pour le contrat stable d’intégration externe. Elle se limite volontairement aux sujets publics et exclut les éléments internes ou de blueprint.
Index LLM concis pour le contrat public d’intégration.
https://knogin.com/llms.txttextExport Markdown complet du seul sous-ensemble public.
https://knogin.com/llms-full.txtmarkdownIndex JSON des sujets publics d’intégration.
https://knogin.com/api/docsjsonJSON ou Markdown pour un sujet public donné.
https://knogin.com/api/docs/{topic}json | markdown# 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-contactLes identifiants de sujet et payloads lisibles par machine restent en anglais canonique pour une référence cohérente entre outils et locales.
Ce sont les seuls sujets publiés via la surface documentaire lisible par IA.
Stable public integration documentation for external integrators. This surface covers app registration, OAuth, JWKS verification, webhooks, and GraphQL transport only.
Register an integration, inspect allowed scopes, and manage governance settings for an external app.
Use OAuth 2.0 authorization code or client credentials flows, then rotate credentials without exposing internal auth flows.
Verify Knogin-issued JWTs against public JWKS endpoints rather than relying on private signing details.
Create, test, and observe webhook deliveries for approved outbound integrations.
Connect to the shared GraphQL transport with bearer authentication and tenant scoping, without publishing the full schema or operation inventory.