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.
Adjust Inventory
retailed:adjust_inventory
Adjust product inventory levels with audit trail.
Write
Medium risk
Create Category
retailed:create_category
Create a new product category.
Write
Medium risk
Create Customer
retailed:create_customer
Create a new customer in the system.
Write
Medium risk
Create Order
retailed:create_order
Create a new order with line items and customer information.
Write
Medium risk
Create Product
retailed:create_product
Create a new product in the inventory system.
Write
Medium risk
Delete Product
retailed:delete_product
Delete a product from the inventory system. This action cannot be undone.
Write
High risk
Get Customer
retailed:get_customer
Fetch a single customer by ID with order history and contact information.
Read
Low risk
Get Inventory Levels
retailed:get_inventory_levels
Get current inventory levels for products across stores.
Read
Low risk
Get Order
retailed:get_order
Fetch a single order by ID with line items and customer information.
Read
Low risk
Get Product
retailed:get_product
Fetch a single product by ID with inventory levels and pricing.
Read
Low risk
List Categories
retailed:list_categories
List product categories with filtering options.
Read
Low risk
List Customers
retailed:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Orders
retailed:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
retailed:list_products
List products with filtering and pagination options.
Read
Low risk
Update Customer
retailed:update_customer
Update an existing customer's information.
Write
Medium risk
Update Order Status
retailed:update_order_status
Update an order's status (order, payment, or fulfillment).
Write
Medium risk
Update Product
retailed:update_product
Update an existing product's information.
Write
Medium risk