llms.txt
Índice LLM conciso para o contrato público de integração.
https://knogin.com/llms.txttextA Knogin expõe uma superfície documental legível por máquina para o contrato estável de integração externa. Está limitada deliberadamente aos temas públicos e exclui material interno ou de blueprint.
Índice LLM conciso para o contrato público de integração.
https://knogin.com/llms.txttextExport Markdown completo apenas do subconjunto público.
https://knogin.com/llms-full.txtmarkdownÍndice JSON dos temas públicos de integração.
https://knogin.com/api/docsjsonJSON ou Markdown para um tema público individual.
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-contactOs identificadores de tópico e payloads legíveis por máquina permanecem em inglês canónico para referência consistente entre ferramentas e locais.
Estes são os únicos temas publicados através da superfície legível por 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.
W3C Trace Context propagation, OpenTelemetry instrumentation, X-Argus-Trace-ID and X-Argus-Span-ID response headers, and a tenant-scoped trace lookup endpoint.
Enqueue long-running work (intelligence.enrich.bulk, export.bulk, import.bulk, graph.compute), poll status, fetch results, cancel, list, and receive HMAC-signed webhook callbacks. Tenant-scoped with 24h Idempotency-Key replay.
Issue short-lived sandbox tokens (aud=sandbox) and route the entire v2026.4 surface to deterministic mock connectors at https://sandbox-api.knogin.com. Dual gate prevents leak between sandbox and live.
Signed Merkle-chained transcripts of every evidence operation. Fetch as JSON or PROV-O JSON-LD, verify server-side or offline in the SDK, and present as a chain of custody for legal proceedings. HMAC-SHA256 default with ML-DSA-65 (post-quantum) opt-in.
Standards-aligned API discovery (RFC 8615 OpenAPI well-known, RFC 9727 API catalog, reflective tenant-aware data schema listing) plus Sunset and Deprecation header behaviour driven by the published deprecation matrix.