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
moxie:create_contact
Create a new contact in Moxie.
Write
Medium risk
Create Invoice
moxie:create_invoice
Create a new invoice in Moxie.
Write
Medium risk
Create Project
moxie:create_project
Create a new project in Moxie.
Write
Medium risk
Create Time Entry
moxie:create_time_entry
Create a new time entry for a project.
Write
Medium risk
Delete Contact
moxie:delete_contact
Permanently delete a contact from Moxie. This action cannot be undone.
Write
High risk
Get Contact
moxie:get_contact
Fetch a single contact by ID with all details.
Read
Low risk
Get Invoice
moxie:get_invoice
Fetch a single invoice by ID with all details including line items.
Read
Low risk
Get Project
moxie:get_project
Fetch a single project by ID with all details including tasks and time entries.
Read
Low risk
List Contacts
moxie:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Invoices
moxie:list_invoices
List invoices with optional filtering and pagination.
Read
Low risk
List Projects
moxie:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Time Entries
moxie:list_time_entries
List time entries with optional filtering and pagination.
Read
Low risk
Send Invoice
moxie:send_invoice
Send an invoice via email to the client.
Write
Medium risk
Update Contact
moxie:update_contact
Update an existing contact in Moxie.
Write
Medium risk
Update Project
moxie:update_project
Update an existing project in Moxie.
Write
Medium risk