Developer Tools8 toolsPaste one API key
PDFgen integration for AI agents
PDFgen creates PDFs from reusable templates, HTML, Markdown, or natural-language prompts and manages account templates and usage logs.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect PDFgen once and call the same tools from all of them.
Setup
Connect PDFgen through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
PDFgen exposes 8 tools through ClawLink. The 7 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
pdfgen_get_account | Return the connected PDFgen account, organization, plan, and current credit usage | Read |
pdfgen_get_template | Get one saved PDFgen template, including its complete HTML content | Read |
pdfgen_list_templates | List saved PDF templates owned by the connected account and return one page with a continuation | Read |
pdfgen_list_usage_logs | List recent PDFgen API calls for auditing, billing inspection, and generation troubleshooting | Read |
pdfgen_create_template | Create a reusable HTML template for later PDF generation | Write |
pdfgen_generate_pdf | Generate a PDF from exactly one saved template, HTML document, Markdown document, or AI prompt | Read |
pdfgen_update_template | Partially update a saved template's name, HTML content, or rendering engine without replacing | Write |