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
documint:create_template
Create a new document template with content and field definitions.
Write
Medium risk
Delete Document
documint:delete_document
Permanently delete a generated document. This action cannot be undone.
Write
High risk
Delete Template
documint:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Duplicate Template
documint:duplicate_template
Create a copy of an existing template with a new name.
Write
Medium risk
Generate Document
documint:generate_document
Generate a document from a template with provided data.
Write
Medium risk
Get Account Usage
documint:get_account_usage
Get account usage statistics for document generation and API calls.
Read
Low risk
Get Document
documint:get_document
Fetch a generated document's metadata and download information.
Read
Low risk
Get Template
documint:get_template
Fetch a single template by ID with metadata and configuration.
Read
Low risk
List Documents
documint:list_documents
List generated documents with optional filtering and pagination.
Read
Low risk
List Templates
documint:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Update Template
documint:update_template
Update an existing template's content, fields, or metadata.
Write
Medium risk