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 Contact
holded:create_contact
Create a new contact in Holded.
Write
Medium risk
Create Expense
holded:create_expense
Create a new expense in Holded.
Write
Medium risk
Create Invoice
holded:create_invoice
Create a new invoice in Holded.
Write
Medium risk
Create Product
holded:create_product
Create a new product in Holded.
Write
Medium risk
Delete Contact
holded:delete_contact
Delete a contact from Holded. WARNING: This action cannot be undone.
Write
High risk
Get Contact
holded:get_contact
Fetch a single contact by ID with all details including billing info.
Read
Low risk
Get Expense
holded:get_expense
Fetch a single expense by ID with all details including attachments.
Read
Low risk
Get Invoice
holded:get_invoice
Fetch a single invoice by ID with all details including line items and payment status.
Read
Low risk
Get Product
holded:get_product
Fetch a single product by ID with all details including pricing and stock.
Read
Low risk
List Contacts
holded:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Expenses
holded:list_expenses
List expenses with optional filtering and pagination.
Read
Low risk
List Invoices
holded:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Products
holded:list_products
List products with optional filtering and pagination.
Read
Low risk
Mark Invoice Paid
holded:mark_invoice_paid
Mark an invoice as paid by recording a payment.
Write
Medium risk
Send Invoice
holded:send_invoice
Send an invoice via email to the contact or specified email address.
Write
Medium risk
Update Contact
holded:update_contact
Update an existing contact in Holded.
Write
Medium risk
Update Product
holded:update_product
Update an existing product in Holded.
Write
Medium risk