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 Customer
billbee:create_customer
Create a new customer in Billbee.
Write
Medium risk
Create Product
billbee:create_product
Create a new product in Billbee.
Write
Medium risk
Create Shipment
billbee:create_shipment
Create a new shipment for an order.
Write
Medium risk
Get Customer
billbee:get_customer
Fetch a single customer by ID with all contact details and addresses.
Read
Low risk
Get Order
billbee:get_order
Fetch a single order by ID with all details including line items and addresses.
Read
Low risk
Get Product
billbee:get_product
Fetch a single product by ID with all details including stock and pricing.
Read
Low risk
Get Shipment
billbee:get_shipment
Fetch a single shipment by ID with tracking information and status.
Read
Low risk
List Customers
billbee:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Events
billbee:list_events
List system events and activities with optional filtering.
Read
Low risk
List Orders
billbee:list_orders
List orders with optional filtering and pagination.
Read
Low risk
List Products
billbee:list_products
List products with optional filtering and pagination.
Read
Low risk
List Shipments
billbee:list_shipments
List shipments with optional filtering and pagination.
Read
Low risk
Update Order State
billbee:update_order_state
Update the state of an order (e.g., mark as shipped, paid, etc.).
Write
Medium risk
Update Product Stock
billbee:update_product_stock
Update the stock quantity for a product.
Write
Medium risk