Documint

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

6 actions Integration catalog
Request access
Connect Documint once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create DocumentDOCUMINT_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).
Delete TemplateDOCUMINT_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.
Get TemplateDOCUMINT_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.
List DocumentsDOCUMINT_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.
List TemplatesDOCUMINT_LIST_TEMPLATES
Tool to list all templates in the authenticated user's account. Use after obtaining a valid API key.
Update TemplateDOCUMINT_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.