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
pdforge:create_template
Create a new PDF template from a PDF file with form fields.
Write
Medium risk
Delete Document
pdforge:delete_document
Permanently delete a generated PDF document. This action cannot be undone.
Write
High risk
Delete Template
pdforge:delete_template
Permanently delete a PDF template. This action cannot be undone.
Write
High risk
Generate Pdf
pdforge:generate_pdf
Generate a PDF document from a template with provided data.
Write
Medium risk
Get Document
pdforge:get_document
Fetch details about a generated PDF document.
Read
Low risk
Get Template
pdforge:get_template
Fetch a single PDF template by ID with metadata and configuration.
Read
Low risk
Get Usage
pdforge:get_usage
Get account usage statistics for PDF generation.
Read
Low risk
List Documents
pdforge:list_documents
List generated PDF documents with optional filtering and pagination.
Read
Low risk
List Templates
pdforge:list_templates
List PDF templates with optional filtering and pagination.
Read
Low risk
Update Template
pdforge:update_template
Update an existing PDF template's metadata and configuration.
Write
Medium risk