Developer Tools18 toolsPaste one API key
PDFMonkey integration for AI agents
PDFMonkey is a service that automates the generation of PDF documents from templates, allowing users to create professional PDFs programmatically.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect PDFMonkey once and call the same tools from all of them.
Setup
Connect PDFMonkey 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
PDFMonkey exposes 18 tools through ClawLink. The 16 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
pdfmonkey_download_document_file | Download a generated PDF file via a presigned URL | Read |
pdfmonkey_get_current_user | Retrieve details about the currently authenticated user | Read |
pdfmonkey_get_document | Fetch a Document by its ID | Read |
pdfmonkey_get_document_card | Fetch a DocumentCard by ID | Read |
pdfmonkey_get_template | Fetch a Document Template by ID | Read |
pdfmonkey_list_document_cards | List DocumentCards | Read |
pdfmonkey_list_pdf_engines | Lists all available PDF rendering engines in PDFMonkey | Read |
pdfmonkey_list_templates | List all document template cards for a workspace | Read |
pdfmonkey_list_workspaces | List workspaces (applications) | Read |
pdfmonkey_preview_template | Fetches the template preview viewer page from PDFMonkey's preview_url | Read |
pdfmonkey_view_public_share_link | Download a publicly shared PDF via its permanent share link | Read |
pdfmonkey_create_document | Create a Document | Write |
pdfmonkey_create_document_sync | Create a document and wait for generation to finish | Write |
pdfmonkey_create_template | Creates a new PDF document template in PDFMonkey | Write |
pdfmonkey_update_document | Updates an existing PDFMonkey document's payload, metadata, template, or status | Write |
pdfmonkey_update_template | Update a document template’s properties | Write |