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 Item
dext:approve_item
Approve an item that requires review, marking it as ready for export.
Write
Medium risk
Create Item
dext:create_item
Create a new item (receipt/invoice) by uploading an image for processing.
Write
Medium risk
Create Supplier
dext:create_supplier
Create a new supplier with contact and payment information.
Write
Medium risk
Delete Item
dext:delete_item
Permanently delete an item (receipt/invoice). This action cannot be undone.
Write
High risk
Export Items
dext:export_items
Export items to various formats with filtering options.
Write
Medium risk
Get Cost Center
dext:get_cost_center
Fetch a single cost center by ID with details and usage statistics.
Read
Low risk
Get Item
dext:get_item
Fetch a single item (receipt/invoice) by ID with all details including processing status.
Read
Low risk
Get Supplier
dext:get_supplier
Fetch a single supplier by ID with all contact and payment details.
Read
Low risk
List Cost Centers
dext:list_cost_centers
List cost centers with optional search and filtering.
Read
Low risk
List Items
dext:list_items
List items (receipts/invoices) with optional filtering and pagination.
Read
Low risk
List Suppliers
dext:list_suppliers
List suppliers with optional search and filtering.
Read
Low risk
Reject Item
dext:reject_item
Reject an item that requires review, preventing it from being exported.
Write
Medium risk
Update Item
dext:update_item
Update an existing item's details and metadata.
Write
Medium risk
Update Supplier
dext:update_supplier
Update an existing supplier's contact and payment information.
Write
Medium risk