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.
Check Availability
booqable:check_availability
Check product availability for specific dates and quantity.
Read
Low risk
Create Customer
booqable:create_customer
Create a new customer in Booqable.
Write
Medium risk
Create Order
booqable:create_order
Create a new rental order with line items.
Write
Medium risk
Create Product
booqable:create_product
Create a new product in Booqable inventory.
Write
Medium risk
Get Customer
booqable:get_customer
Fetch a single customer by ID with contact information and order history.
Read
Low risk
Get Order
booqable:get_order
Fetch a single order by ID with line items and customer information.
Read
Low risk
Get Product
booqable:get_product
Fetch a single product by ID with pricing and availability information.
Read
Low risk
Get Stock Item
booqable:get_stock_item
Fetch a single stock item by ID with tracking and status information.
Read
Low risk
List Customers
booqable:list_customers
List customers with optional search and filtering capabilities.
Read
Low risk
List Orders
booqable:list_orders
List orders with optional filtering by status, dates, and customer.
Read
Low risk
List Products
booqable:list_products
List products with optional filtering and search capabilities.
Read
Low risk
List Stock Items
booqable:list_stock_items
List stock items with optional filtering by product, status, and location.
Read
Low risk
Update Customer
booqable:update_customer
Update an existing customer's information.
Write
Medium risk
Update Order
booqable:update_order
Update an existing order's dates, status, or notes.
Write
Medium risk
Update Product
booqable:update_product
Update an existing product in Booqable inventory.
Write
Medium risk