llms.txt
Indice LLM conciso per il contratto pubblico di integrazione.
https://knogin.com/llms.txttextKnogin espone una superficie documentale machine-readable per il contratto stabile di integrazione esterna. È volutamente limitata ai temi pubblici ed esclude materiale interno o di blueprint.
Indice LLM conciso per il contratto pubblico di integrazione.
https://knogin.com/llms.txttextExport Markdown completo del solo sottoinsieme pubblico.
https://knogin.com/llms-full.txtmarkdownIndice JSON dei temi pubblici di integrazione.
https://knogin.com/api/docsjsonJSON o Markdown per un singolo tema pubblico.
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-contactGli identificatori dei topic e i payload machine-readable restano in inglese canonico per poter essere referenziati in modo coerente tra strumenti e lingue.
Questi sono gli unici temi pubblicati tramite la superficie documentale leggibile dall’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.