[Curated machine-readable docs]

AI Access

Knogin exposes a machine-readable documentation surface for the stable external integration contract. It is intentionally limited to public integration topics and excludes internal, gated, and blueprint-level material.

llms.txt

Concise LLM index for the public integration contract.

https://knogin.com/llms.txttext

llms-full.txt

Full Markdown export of the public integration subset only.

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

/api/docs

JSON index of the public integration topics.

https://knogin.com/api/docsjson

/api/docs/{topic}

JSON or Markdown for a single public topic.

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

Usage example

# 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

Topic identifiers and machine-readable payloads remain canonical English so they can be referenced consistently across tooling and locales.

What is included

  • App registration and governance for external integrations.
  • OAuth and service-token flows for approved scopes.
  • JWKS endpoints for JWT verification.
  • Webhook management and delivery diagnostics.
  • GraphQL transport, authentication, and tenant-scoping guidance.

What is intentionally excluded

  • Internal, debug, admin, and worker-facing routes.
  • GraphQL playground links, schema dumps, and introspection guidance.
  • Partner-only platform control-plane workflows.
  • Enterprise federation implementation blueprints.

Need the human guide as well?

Use the public API reference for the reviewed contract and the integration guide when your workflow needs access review or sandbox coordination.