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
docugenerate:create_template
Create a new document template with content and variables.
Write
Medium risk
Delete Document
docugenerate:delete_document
Permanently delete a generated document. This action cannot be undone.
Write
High risk
Delete Template
docugenerate:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Download Document
docugenerate:download_document
Download a generated document as base64 content or get download URL.
Write
Low risk
Generate Document
docugenerate:generate_document
Generate a document from a template with provided data.
Write
Medium risk
Get Account
docugenerate:get_account
Get current account information including usage limits and statistics.
Read
Low risk
Get Document
docugenerate:get_document
Fetch a single document by ID with metadata and optional content.
Read
Low risk
Get Template
docugenerate:get_template
Fetch a single template by ID with metadata and configuration.
Read
Low risk
List Documents
docugenerate:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Templates
docugenerate:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Update Template
docugenerate:update_template
Update an existing template with new content or metadata.
Write
Medium risk