PDFgen

PDFgen creates PDFs from reusable templates, HTML, Markdown, or natural-language prompts and manages account templates and usage logs.

8 actions Integration catalog
Request access
Connect PDFgen 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 TemplatePDFGEN_CREATE_TEMPLATE
Create a reusable HTML template for later PDF generation.
Delete TemplatePDFGEN_DELETE_TEMPLATE
Permanently delete one saved template owned by the connected account.
Generate PDFPDFGEN_GENERATE_PDF
Generate a PDF from exactly one saved template, HTML document, Markdown document, or AI prompt and return a temporary download URL.
Get AccountPDFGEN_GET_ACCOUNT
Return the connected PDFgen account, organization, plan, and current credit usage.
Get TemplatePDFGEN_GET_TEMPLATE
Get one saved PDFgen template, including its complete HTML content.
List TemplatesPDFGEN_LIST_TEMPLATES
List saved PDF templates owned by the connected account and return one page with a continuation cursor.
List Usage LogsPDFGEN_LIST_USAGE_LOGS
List recent PDFgen API calls for auditing, billing inspection, and generation troubleshooting. Returns one page with a continuation cursor. Usage logs are eventually consistent, so a just-completed call may be absent; retry after a short delay before concluding that it was not recorded.
Update TemplatePDFGEN_UPDATE_TEMPLATE
Partially update a saved template's name, HTML content, or rendering engine without replacing omitted fields.