Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Template
pdfmonkey:create_template
Create a new PDF template with HTML content and optional CSS.
Write
Medium risk
Delete Document
pdfmonkey:delete_document
Delete a PDF document permanently. This action cannot be undone.
Write
High risk
Delete Template
pdfmonkey:delete_template
Delete a PDF template permanently. This action cannot be undone.
Write
High risk
Generate Document
pdfmonkey:generate_document
Generate a new PDF document from a template with provided data.
Write
Medium risk
Get Document
pdfmonkey:get_document
Fetch a single document by ID with generation status and download URL.
Read
Low risk
Get Template
pdfmonkey:get_template
Fetch a single template by ID with configuration details.
Read
Low risk
List Documents
pdfmonkey:list_documents
List all documents with optional filtering and pagination.
Read
Low risk
List Templates
pdfmonkey:list_templates
List all templates with optional filtering and pagination.
Read
Low risk
Preview Template
pdfmonkey:preview_template
Generate a preview of a template with optional data merge.
Write
Medium risk
Update Template
pdfmonkey:update_template
Update an existing PDF template with new content or settings.
Write
Medium risk