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 Client
elorus:create_client
Create a new client in Elorus.
Write
Medium risk
Create Expense
elorus:create_expense
Create a new expense in Elorus.
Write
Medium risk
Create Invoice
elorus:create_invoice
Create a new invoice in Elorus with line items.
Write
Medium risk
Create Payment
elorus:create_payment
Record a payment against an invoice in Elorus.
Write
Medium risk
Create Product
elorus:create_product
Create a new product in Elorus.
Write
Medium risk
Get Client
elorus:get_client
Fetch a single client by ID with contact details and billing information.
Read
Low risk
Get Expense
elorus:get_expense
Fetch a single expense by ID with details and attachments.
Read
Low risk
Get Invoice
elorus:get_invoice
Fetch a single invoice by ID with line items and payment status.
Read
Low risk
Get Payment
elorus:get_payment
Fetch a single payment by ID with invoice and client details.
Read
Low risk
Get Product
elorus:get_product
Fetch a single product by ID with pricing and inventory details.
Read
Low risk
List Clients
elorus:list_clients
List clients with optional filtering and pagination.
Read
Low risk
List Expenses
elorus:list_expenses
List expenses with optional filtering and pagination.
Read
Low risk
List Invoices
elorus:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Payments
elorus:list_payments
List payments with optional filtering and pagination.
Read
Low risk
List Products
elorus:list_products
List products with optional filtering and pagination.
Read
Low risk
Send Invoice
elorus:send_invoice
Send an invoice via email to the client.
Write
Medium risk
Update Client
elorus:update_client
Update an existing client in Elorus.
Write
Medium risk