llms.txt
Zwięzły indeks LLM dla publicznego kontraktu integracyjnego.
https://knogin.com/llms.txttextKnogin udostępnia powierzchnię dokumentacji czytelnej maszynowo dla stabilnego kontraktu integracji zewnętrznej. Jest celowo ograniczona do tematów publicznych i wyklucza materiały wewnętrzne lub blueprintowe.
Zwięzły indeks LLM dla publicznego kontraktu integracyjnego.
https://knogin.com/llms.txttextPełny eksport Markdown tylko dla publicznego podzbioru.
https://knogin.com/llms-full.txtmarkdownIndeks JSON publicznych tematów integracyjnych.
https://knogin.com/api/docsjsonJSON lub Markdown dla pojedynczego publicznego tematu.
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-contactIdentyfikatory tematów i payloady czytelne maszynowo pozostają w kanonicznym angielskim, aby można było odwoływać się do nich spójnie w narzędziach i językach.
To jedyne tematy publikowane przez powierzchnię dokumentacji czytelnej dla AI.
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.