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
docsautomator:create_template
Create a new document template with fields and configuration.
Write
Medium risk
Delete Document
docsautomator:delete_document
Permanently delete a document. This action cannot be undone.
Write
High risk
Delete Template
docsautomator:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Download Document
docsautomator:download_document
Get download URL or base64 content for a generated document.
Write
Low risk
Generate Document
docsautomator:generate_document
Generate a new document from a template using provided data.
Write
Medium risk
Get Document
docsautomator:get_document
Fetch a single document by ID with generation status and metadata.
Read
Low risk
Get Generation Status
docsautomator:get_generation_status
Check the generation status of a document (useful for async document generation).
Read
Low risk
Get Template
docsautomator:get_template
Fetch a single template by ID with metadata and configuration details.
Read
Low risk
List Documents
docsautomator:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Templates
docsautomator:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Update Template
docsautomator:update_template
Update an existing template's properties, content, or configuration.
Write
Medium risk