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 Category
swell:create_category
Create a new product category in Swell.
Write
Medium risk
Create Customer
swell:create_customer
Create a new customer account in Swell.
Write
Medium risk
Create Product
swell:create_product
Create a new product in the Swell store.
Write
Medium risk
Delete Category
swell:delete_category
Delete a product category from Swell. This action cannot be undone.
Write
High risk
Delete Product
swell:delete_product
Delete a product from the Swell store. This action cannot be undone.
Write
High risk
Get Category
swell:get_category
Fetch a single product category by ID or slug.
Read
Low risk
Get Customer
swell:get_customer
Fetch a single customer account by ID with profile and order history.
Read
Low risk
Get Inventory
swell:get_inventory
Get inventory levels for a product or specific variant.
Read
Low risk
Get Order
swell:get_order
Fetch a single order by ID with items and customer details.
Read
Low risk
Get Product
swell:get_product
Fetch a single product by ID or slug with variants and pricing.
Read
Low risk
List Categories
swell:list_categories
List product categories with filtering and pagination options.
Read
Low risk
List Customers
swell:list_customers
List customer accounts with filtering and pagination options.
Read
Low risk
List Orders
swell:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
swell:list_products
List products with filtering and pagination options.
Read
Low risk
Update Category
swell:update_category
Update an existing product category in Swell.
Write
Medium risk
Update Customer
swell:update_customer
Update an existing customer account in Swell.
Write
Medium risk
Update Inventory
swell:update_inventory
Update inventory levels for a product or specific variant.
Write
Medium risk
Update Order Status
swell:update_order_status
Update the status of an existing order.
Write
Medium risk
Update Product
swell:update_product
Update an existing product in the Swell store.
Write
Medium risk