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
bunnydoc:create_document
Create a new document from a template with merge data.
Write
Medium risk
Delete Document
bunnydoc:delete_document
Permanently delete a document. This action cannot be undone.
Write
High risk
Download Document
bunnydoc:download_document
Get download URL or base64 content for a completed document.
Write
Low risk
Generate Document
bunnydoc:generate_document
Generate a document from template and optionally wait for completion.
Write
Medium risk
Get Document
bunnydoc:get_document
Fetch a single document by ID with metadata and status.
Read
Low risk
Get Document Status
bunnydoc:get_document_status
Check the processing status of a document.
Read
Low risk
Get Template
bunnydoc:get_template
Fetch a single template by ID with metadata and merge fields.
Read
Low risk
List Documents
bunnydoc:list_documents
List documents with optional filtering and pagination.
Read
Low risk
List Templates
bunnydoc:list_templates
List templates with optional filtering and pagination.
Read
Low risk
Update Template
bunnydoc:update_template
Update template metadata and settings.
Write
Medium risk