# Documint AI integration on Definable

> Documint is a document generation platform that allows you to create dynamic documents from templates.

## What this connects

Documint is a document generation platform that allows you to create dynamic documents from templates.

Vendor: https://documint.me

## Tools available

**6** tools available. First 6:

- `DOCUMINT_CREATE_DOCUMENT` — Create Document — Tool to merge data into a template to create a document (PDF generation). Send JSON data with template variables in the request body to generate a PDF document. Returns a URL to the generated PDF (valid for 24 hours).
- `DOCUMINT_DELETE_TEMPLATE` — Delete Template — Tool to permanently delete a single template by its ID. Use when you need to remove an outdated or unused template; ensure the template ID is correct before calling.
- `DOCUMINT_GET_TEMPLATE` — Get Template — Tool to retrieve a single template by its ID. Use when you need to fetch details of a specific template before generating documents.
- `DOCUMINT_LIST_DOCUMENTS` — List Documents — Retrieves documents from the authenticated user's Documint account with optional pagination. Returns a list of documents with their IDs, names, associated templates, and timestamps. Use this to view previously generated documents or to find document IDs for further operations. Supports page and limit parameters for paginated results.
- `DOCUMINT_LIST_TEMPLATES` — List Templates — Tool to list all templates in the authenticated user's account. Use after obtaining a valid API key.
- `DOCUMINT_UPDATE_TEMPLATE` — Update Template — Tool to update a single template by its ID. Use when you need to modify an existing template's settings or layout after fetching its current details.

## Auth

Auth schemes: `API_KEY`.

## How agents use Documint

Inside a Definable workflow, Documint is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Documint** — the Researcher (GPT-5.5) pulls context from Documint (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Documint** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Documint (create record, post message, draft email).
- **Designer / Engineer → Distributor → Documint** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Documint (attach file, open PR comment, post status).

The Verifier checks every Documint call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- documents — https://definable.ai/apps/category/documents/

## Related

- HTML page: https://definable.ai/apps/documint/
- Same category (documents): https://definable.ai/apps/category/documents/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
