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 Article
lexoffice:create_article
Create a new article/product in lexoffice.
Write
Medium risk
Create Contact
lexoffice:create_contact
Create a new contact in lexoffice.
Write
Medium risk
Create Invoice
lexoffice:create_invoice
Create a new invoice in lexoffice.
Write
Medium risk
Create Payment
lexoffice:create_payment
Create a new payment record in lexoffice.
Write
Medium risk
Create Quotation
lexoffice:create_quotation
Create a new quotation in lexoffice.
Write
Medium risk
Finalize Invoice
lexoffice:finalize_invoice
Finalize a draft invoice, making it official and assigning a voucher number.
Write
Medium risk
Get Article
lexoffice:get_article
Fetch a single article/product by ID with all details including pricing.
Read
Low risk
Get Contact
lexoffice:get_contact
Fetch a single contact by ID with all details including addresses and roles.
Read
Low risk
Get Invoice
lexoffice:get_invoice
Fetch a single invoice by ID with all details including line items and payment status.
Read
Low risk
Get Payment
lexoffice:get_payment
Fetch a single payment by ID with all details.
Read
Low risk
Get Quotation
lexoffice:get_quotation
Fetch a single quotation by ID with all details including line items.
Read
Low risk
List Articles
lexoffice:list_articles
List articles/products with optional filtering, sorting and pagination.
Read
Low risk
List Contacts
lexoffice:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Invoices
lexoffice:list_invoices
List invoices with optional filtering, sorting and pagination.
Read
Low risk
List Payments
lexoffice:list_payments
List payments with optional filtering, sorting and pagination.
Read
Low risk
List Quotations
lexoffice:list_quotations
List quotations with optional filtering, sorting and pagination.
Read
Low risk
Update Article
lexoffice:update_article
Update an existing article/product in lexoffice.
Write
Medium risk
Update Contact
lexoffice:update_contact
Update an existing contact in lexoffice.
Write
Medium risk