Developer Tools12 toolsPaste one API key
Craftmypdf integration for AI agents
CraftMyPDF is a web-based platform that enables users to design and generate customizable PDF documents using pre-designed templates and dynamic data.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Craftmypdf once and call the same tools from all of them.
Setup
Connect Craftmypdf 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
Craftmypdf exposes 12 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
craftmypdf_get_account_info | Retrieve account information including subscription and usage details | Read |
craftmypdf_get_pdf_info | Retrieve information about a PDF file including metadata, page count, and other properties | Read |
craftmypdf_list_templates | Retrieve a paginated list of PDF templates | Read |
craftmypdf_list_transactions | Retrieve a paginated list of API transactions | Read |
craftmypdf_query_template_usage | Retrieve usage statistics for specified templates within a date range | Read |
craftmypdf_add_text_to_pdf | Add text annotations to a PDF including page numbers, watermarks, and custom text at specified | Write |
craftmypdf_add_watermark | Add a text watermark to a PDF with customizable font, size, color, opacity, and rotation | Write |
craftmypdf_create_editor_session | Create an embeddable editor session URL for a template | Write |
craftmypdf_create_pdf_async2 | Create a PDF file asynchronously with JSON data and template | Write |
craftmypdf_create_pdf_parallel | Create multiple PDF files in parallel from templates with JSON data | Write |
craftmypdf_merge_pdfs | Merge multiple PDF files from URLs into a single PDF document | Write |
craftmypdf_update_pdf_fields | Update fillable fields in a PDF document such as text fields, checkboxes, and dropdowns | Write |