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.
Add Ticket Comment
repairshopr:add_ticket_comment
Add a comment to an existing ticket.
Write
Medium risk
Create Customer
repairshopr:create_customer
Create a new customer in RepairShopr.
Write
Medium risk
Create Estimate
repairshopr:create_estimate
Create a new estimate in RepairShopr.
Write
Medium risk
Create Invoice
repairshopr:create_invoice
Create a new invoice in RepairShopr.
Write
Medium risk
Create Product
repairshopr:create_product
Create a new product in RepairShopr.
Write
Medium risk
Create Ticket
repairshopr:create_ticket
Create a new ticket in RepairShopr.
Write
Medium risk
Get Customer
repairshopr:get_customer
Fetch a single customer by ID with contact details and business information.
Read
Low risk
Get Estimate
repairshopr:get_estimate
Fetch a single estimate by ID with customer info and line items.
Read
Low risk
Get Invoice
repairshopr:get_invoice
Fetch a single invoice by ID with customer info, line items, and payment status.
Read
Low risk
Get Product
repairshopr:get_product
Fetch a single product by ID with pricing and inventory information.
Read
Low risk
Get Ticket
repairshopr:get_ticket
Fetch a single ticket by ID with customer info, status, and line items.
Read
Low risk
List Customers
repairshopr:list_customers
List customers with optional search and filtering.
Read
Low risk
List Estimates
repairshopr:list_estimates
List estimates with optional search and filtering.
Read
Low risk
List Invoices
repairshopr:list_invoices
List invoices with optional search and filtering.
Read
Low risk
List Products
repairshopr:list_products
List products with optional search and filtering.
Read
Low risk
List Tickets
repairshopr:list_tickets
List tickets with optional search and filtering.
Read
Low risk
Update Customer
repairshopr:update_customer
Update an existing customer in RepairShopr.
Write
Medium risk
Update Product
repairshopr:update_product
Update an existing product in RepairShopr.
Write
Medium risk
Update Ticket
repairshopr:update_ticket
Update an existing ticket in RepairShopr.
Write
Medium risk