[Docs machine-readable]

Accesso IA

Knogin 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.

llms.txt

Indice LLM conciso per il contratto pubblico di integrazione.

https://knogin.com/llms.txttext

llms-full.txt

Export Markdown completo del solo sottoinsieme pubblico.

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

/api/docs

Indice JSON dei temi pubblici di integrazione.

https://knogin.com/api/docsjson

/api/docs/{topic}

JSON o Markdown per un singolo tema pubblico.

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

Esempio di utilizzo

# 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

Gli identificatori dei topic e i payload machine-readable restano in inglese canonico per poter essere referenziati in modo coerente tra strumenti e lingue.

Temi pubblici

Questi sono gli unici temi pubblicati tramite la superficie documentale leggibile dall’IA.

Knogin External Integration API

Stable public integration documentation for external integrators. This surface covers app registration, OAuth, JWKS verification, webhooks, and GraphQL transport only.

Identity and app registration

Register an integration, inspect allowed scopes, and manage governance settings for an external app.

OAuth and service tokens

Use OAuth 2.0 authorization code or client credentials flows, then rotate credentials without exposing internal auth flows.

JWKS and token verification

Verify Knogin-issued JWTs against public JWKS endpoints rather than relying on private signing details.

Event delivery and webhooks

Create, test, and observe webhook deliveries for approved outbound integrations.

GraphQL transport contract

Connect to the shared GraphQL transport with bearer authentication and tenant scoping, without publishing the full schema or operation inventory.

Observability and tracing

W3C Trace Context propagation, OpenTelemetry instrumentation, X-Argus-Trace-ID and X-Argus-Span-ID response headers, and a tenant-scoped trace lookup endpoint.

Async jobs

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.

Sandbox environment

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.

Provenance and compliance

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.

Discovery and governance

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.

Cosa è incluso

  • Registrazione app e governance per integrazioni esterne.
  • Flussi OAuth e service token per scope approvati.
  • Endpoint JWKS per verifica JWT.
  • Gestione webhook e diagnostica di delivery.
  • Guida su trasporto GraphQL, autenticazione e tenant scoping.

Cosa è escluso intenzionalmente

  • Rotte interne, debug, admin e worker.
  • Link al playground GraphQL, dump di schema e introspezione.
  • Workflow control plane solo partner.
  • Blueprint di federazione enterprise.

Ti serve anche la guida umana?

Usa la reference API pubblica per il contratto revisionato e la guida di integrazione quando il workflow richiede revisione accessi o coordinamento sandbox.