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.
Cancel Order
printautopilot:cancel_order
Cancel an order (only allowed for pending/processing orders).
Write
High risk
Create Order
printautopilot:create_order
Create a new print order with line items and shipping details.
Write
Medium risk
Create Product
printautopilot:create_product
Create a new product with optional variants.
Write
Medium risk
Delete Design
printautopilot:delete_design
Permanently delete a design file and all its metadata.
Write
High risk
Delete Product
printautopilot:delete_product
Permanently delete a product and all its variants.
Write
High risk
Get Design
printautopilot:get_design
Fetch a single design by ID with metadata and download URLs.
Read
Low risk
Get Fulfillment
printautopilot:get_fulfillment
Fetch a single fulfillment by ID with tracking and status details.
Read
Low risk
Get Order
printautopilot:get_order
Fetch a single order by ID with line items and fulfillment status.
Read
Low risk
Get Product
printautopilot:get_product
Fetch a single product by ID with variants, pricing, and availability.
Read
Low risk
List Designs
printautopilot:list_designs
List designs with filtering and pagination options.
Read
Low risk
List Fulfillments
printautopilot:list_fulfillments
List fulfillments with filtering and pagination options.
Read
Low risk
List Orders
printautopilot:list_orders
List orders with filtering and pagination options.
Read
Low risk
List Products
printautopilot:list_products
List products with filtering and pagination options.
Read
Low risk
Update Order
printautopilot:update_order
Update an existing order's details (only allowed for pending/processing orders).
Write
Medium risk
Update Product
printautopilot:update_product
Update an existing product's details.
Write
Medium risk