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 Account
pro_ledger:create_account
Create a new account in the chart of accounts.
Write
Medium risk
Create Customer
pro_ledger:create_customer
Create a new customer with contact details and billing information.
Write
Medium risk
Create Invoice
pro_ledger:create_invoice
Create a new invoice for a customer with line items.
Write
Medium risk
Create Transaction
pro_ledger:create_transaction
Create a new transaction with journal entries. Debits must equal credits.
Write
Medium risk
Get Account
pro_ledger:get_account
Fetch a single chart of accounts entry by ID with balance and details.
Read
Low risk
Get Balance Sheet
pro_ledger:get_balance_sheet
Generate a balance sheet report showing assets, liabilities, and equity.
Read
Low risk
Get Customer
pro_ledger:get_customer
Fetch a single customer by ID with contact details and account balance.
Read
Low risk
Get Invoice
pro_ledger:get_invoice
Fetch a single invoice by ID with line items and payment status.
Read
Low risk
Get Profit Loss
pro_ledger:get_profit_loss
Generate a profit and loss (income statement) report showing revenue and expenses.
Read
Low risk
Get Transaction
pro_ledger:get_transaction
Fetch a single transaction by ID with all journal entries and details.
Read
Low risk
List Accounts
pro_ledger:list_accounts
List chart of accounts with optional filtering by type and category.
Read
Low risk
List Customers
pro_ledger:list_customers
List customers with optional search and filtering.
Read
Low risk
List Invoices
pro_ledger:list_invoices
List invoices with optional filtering by customer, status, and date range.
Read
Low risk
List Transactions
pro_ledger:list_transactions
List transactions with optional filtering by date, account, type, and status.
Read
Low risk
Record Payment
pro_ledger:record_payment
Record a payment received from a customer, either against an invoice or as a general payment.
Write
Medium risk