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.
Book Draft Invoice
e_conomic:book_draft_invoice
Book a draft invoice to make it official and send it to the customer.
Write
Medium risk
Create Customer
e_conomic:create_customer
Create a new customer in e-conomic with contact and billing information.
Write
Medium risk
Create Draft Invoice
e_conomic:create_draft_invoice
Create a new draft invoice in e-conomic that can be edited before booking.
Write
Medium risk
Create Order
e_conomic:create_order
Create a new order in e-conomic for tracking sales and deliveries.
Write
Medium risk
Create Product
e_conomic:create_product
Create a new product in e-conomic with pricing and inventory settings.
Write
Medium risk
Create Supplier
e_conomic:create_supplier
Create a new supplier in e-conomic with contact and payment information.
Write
Medium risk
Get Account
e_conomic:get_account
Fetch a single chart of accounts entry by account number with balance and type information.
Read
Low risk
Get Customer
e_conomic:get_customer
Fetch a single customer by customer number with contact details and payment terms.
Read
Low risk
Get Invoice
e_conomic:get_invoice
Fetch a single booked invoice by invoice number with line items and payment status.
Read
Low risk
Get Order
e_conomic:get_order
Fetch a single order by order number with line items and delivery details.
Read
Low risk
Get Product
e_conomic:get_product
Fetch a single product by product number with pricing and inventory details.
Read
Low risk
Get Supplier
e_conomic:get_supplier
Fetch a single supplier by supplier number with contact details and payment terms.
Read
Low risk
List Accounts
e_conomic:list_accounts
List chart of accounts with optional filtering and pagination.
Read
Low risk
List Customers
e_conomic:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Invoices
e_conomic:list_invoices
List booked invoices with optional filtering and pagination.
Read
Low risk
List Orders
e_conomic:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Products
e_conomic:list_products
List products with optional filtering and pagination.
Read
Low risk
List Suppliers
e_conomic:list_suppliers
List suppliers with optional filtering and pagination.
Read
Low risk
Update Customer
e_conomic:update_customer
Update an existing customer's information in e-conomic.
Write
Medium risk