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 Customer
faktoora:create_customer
Create a new customer with contact and billing information.
Write
Medium risk
Create Invoice
faktoora:create_invoice
Create a new invoice for a customer with line items.
Write
Medium risk
Delete Customer
faktoora:delete_customer
Permanently delete a customer and all associated invoices. This action cannot be undone.
Write
High risk
Delete Invoice
faktoora:delete_invoice
Permanently delete an invoice. This action cannot be undone.
Write
High risk
Get Customer
faktoora:get_customer
Fetch a single customer by ID with contact details and billing info.
Read
Low risk
Get Invoice
faktoora:get_invoice
Fetch a single invoice by ID with line items and payment status.
Read
Low risk
Get Payment
faktoora:get_payment
Fetch a single payment record by ID with transaction details.
Read
Low risk
List Customers
faktoora:list_customers
List customers with optional search and filtering.
Read
Low risk
List Invoices
faktoora:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Payments
faktoora:list_payments
List payments with optional filtering and pagination.
Read
Low risk
Mark Invoice Paid
faktoora:mark_invoice_paid
Mark an invoice as paid and record payment details.
Write
Medium risk
Send Invoice
faktoora:send_invoice
Send an invoice via email to the customer.
Write
Medium risk
Update Customer
faktoora:update_customer
Update an existing customer. Only provided fields will be updated.
Write
Medium risk
Update Invoice
faktoora:update_invoice
Update an existing invoice. Only provided fields will be updated.
Write
Medium risk