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.
Batch Generate
documerge:batch_generate
Generate multiple documents from a template with different data sets.
Write
Medium risk
Create Template
documerge:create_template
Create a new document template.
Write
Medium risk
Delete Document
documerge:delete_document
Permanently delete a generated document and its file.
Write
High risk
Delete Template
documerge:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Download Document
documerge:download_document
Download a generated document file content or get download URL.
Write
Low risk
Generate Document
documerge:generate_document
Generate a document from a template with provided data.
Write
Medium risk
Get Batch Status
documerge:get_batch_status
Check the status of a batch document generation job.
Read
Low risk
Get Document
documerge:get_document
Fetch a single document by ID with generation details.
Read
Low risk
Get Template
documerge:get_template
Fetch a single template by ID with configuration details.
Read
Low risk
List Documents
documerge:list_documents
List generated documents with optional filtering and pagination.
Read
Low risk
List Templates
documerge:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Update Template
documerge:update_template
Update an existing template.
Write
Medium risk