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.
Approve Document
docsumo:approve_document
Approve a document that requires review, marking it as completed.
Write
Medium risk
Delete Document
docsumo:delete_document
Permanently delete a document and all its extracted data.
Write
High risk
Get Document
docsumo:get_document
Fetch a single document by ID with extraction status and data.
Read
Low risk
Get Document Type
docsumo:get_document_type
Get detailed information about a specific document type including field definitions.
Read
Low risk
Get Extracted Data
docsumo:get_extracted_data
Get the extracted data from a processed document.
Read
Low risk
Get Processing Status
docsumo:get_processing_status
Check the current processing status of a document.
Read
Low risk
List Documents
docsumo:list_documents
List documents with filtering and pagination options.
Read
Low risk
List Document Types
docsumo:list_document_types
List all available document types for classification and processing.
Read
Low risk
Reject Document
docsumo:reject_document
Reject a document that requires review, sending it back for reprocessing.
Write
Medium risk
Update Extracted Data
docsumo:update_extracted_data
Update the extracted data for a document (manual correction/review).
Write
Medium risk
Upload Document
docsumo:upload_document
Upload a document for processing and data extraction.
Write
Medium risk