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
afosto:create_customer
Create a new customer in Afosto.
Write
Medium risk
Create Product
afosto:create_product
Create a new product in Afosto.
Write
Medium risk
Delete Product
afosto:delete_product
Permanently delete a product from Afosto. This action cannot be undone.
Write
High risk
Get Customer
afosto:get_customer
Fetch a single customer by ID with contact info and order history summary.
Read
Low risk
Get Inventory
afosto:get_inventory
Get current inventory/stock levels for a product.
Read
Low risk
Get Order
afosto:get_order
Fetch a single order by ID with line items, customer info, and fulfillment status.
Read
Low risk
Get Product
afosto:get_product
Fetch a single product by ID with variants, pricing, and inventory data.
Read
Low risk
List Customers
afosto:list_customers
List customers with filtering and pagination options.
Read
Low risk
List Orders
afosto:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
afosto:list_products
List products with filtering and pagination options.
Read
Low risk
Update Customer
afosto:update_customer
Update an existing customer in Afosto.
Write
Medium risk
Update Inventory
afosto:update_inventory
Update product inventory/stock quantity in Afosto.
Write
Medium risk
Update Order Status
afosto:update_order_status
Update order status, payment status, or fulfillment status.
Write
Medium risk
Update Product
afosto:update_product
Update an existing product in Afosto.
Write
Medium risk