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.
Cancel Subscription
invoiced:cancel_subscription
Cancel a subscription. Can be immediate or at end of billing period.
Write
High risk
Create Customer
invoiced:create_customer
Create a new customer in Invoiced.
Write
Medium risk
Create Invoice
invoiced:create_invoice
Create a new invoice in Invoiced.
Write
Medium risk
Create Payment
invoiced:create_payment
Record a new payment in Invoiced.
Write
Medium risk
Get Customer
invoiced:get_customer
Fetch a single customer by ID with contact details and billing information.
Read
Low risk
Get Invoice
invoiced:get_invoice
Fetch a single invoice by ID with line items and payment status.
Read
Low risk
Get Payment
invoiced:get_payment
Fetch a single payment by ID with transaction details.
Read
Low risk
Get Subscription
invoiced:get_subscription
Fetch a single subscription by ID with billing details and status.
Read
Low risk
List Customers
invoiced:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Invoices
invoiced:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Payments
invoiced:list_payments
List payments with optional filtering and pagination.
Read
Low risk
List Subscriptions
invoiced:list_subscriptions
List subscriptions with optional filtering and pagination.
Read
Low risk
Send Invoice
invoiced:send_invoice
Send an invoice via email to the customer.
Write
Medium risk
Update Customer
invoiced:update_customer
Update an existing customer in Invoiced.
Write
Medium risk
Void Invoice
invoiced:void_invoice
Void an invoice (mark as cancelled). This action cannot be undone.
Write
High risk