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 Document
docupost:create_document
Create a new document from a template with merge data.
Write
Medium risk
Create Template
docupost:create_template
Create a new document template with HTML content and merge fields.
Write
Medium risk
Delete Document
docupost:delete_document
Permanently delete a document. This action cannot be undone.
Write
High risk
Delete Template
docupost:delete_template
Permanently delete a template. This action cannot be undone.
Write
High risk
Download Document
docupost:download_document
Get download URL and metadata for a document.
Write
Low risk
Get Document
docupost:get_document
Fetch a single document by ID with metadata and status.
Read
Low risk
Get Document Status
docupost:get_document_status
Check the processing status of a document.
Read
Low risk
Get Template
docupost:get_template
Fetch a single template by ID with metadata and merge fields.
Read
Low risk
List Documents
docupost:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Templates
docupost:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Update Template
docupost:update_template
Update an existing template. Only provided fields will be updated.
Write
Medium risk