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 Label
shipengine:create_label
Create a shipping label from a rate quote.
Write
Medium risk
Create Shipment
shipengine:create_shipment
Create a shipment without purchasing a label - useful for getting rates and planning.
Write
Medium risk
Create Warehouse
shipengine:create_warehouse
Create a new warehouse location for shipping operations.
Write
Medium risk
Get Carrier
shipengine:get_carrier
Fetch a single carrier by ID with services and configuration.
Read
Low risk
Get Label
shipengine:get_label
Fetch a single shipping label by ID with tracking and download links.
Read
Low risk
Get Rates
shipengine:get_rates
Get shipping rates from carriers for a package between two addresses.
Read
Low risk
Get Shipment
shipengine:get_shipment
Fetch a single shipment by ID with all details and package information.
Read
Low risk
List Carriers
shipengine:list_carriers
List all configured carriers with their services and capabilities.
Read
Low risk
List Shipments
shipengine:list_shipments
List shipments with filtering and pagination options.
Read
Low risk
List Warehouses
shipengine:list_warehouses
List all configured warehouses with their addresses and details.
Read
Low risk
Track Package
shipengine:track_package
Track a package using its tracking number to get delivery status and history.
Write
Low risk
Validate Address
shipengine:validate_address
Validate and standardize an address using carrier address validation services.
Write
Medium risk
Void Label
shipengine:void_label
Void a shipping label to cancel it and potentially get a refund.
Write
High risk