DOCUMINT
sdk guidesVerified against f97ac63

SDK and Integration Guides

How the thin hosted site, dashboard, and IDE-facing surfaces fit together for the first Documint release.

Product surfaces

Integration shape

Documint V1 is not a full CMS. It is a repo-native layer that:

  1. reads documentation from the repository,
  2. computes artifact traces from source files,
  3. detects drift when source moves ahead of docs,
  4. creates a reviewable patch preview,
  5. publishes a verified docs view.

IDE path

The IDE-facing workflow is intentionally narrow in V1:

The repository remains the source of truth through the whole flow.

Deployment path

GitHub App setup

Use the backend manifest route as the source of truth when configuring the first GitHub App:

  1. call GET /integrations/github/app,
  2. create the app with the listed events and read permissions,
  3. set the returned webhook URL,
  4. install it on the repo,
  5. verify deliveries are creating drift runs before turning on publish automation.