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 Shipment
deftship:cancel_shipment
Cancel a shipment and void the shipping label.
Write
High risk
Create Shipment
deftship:create_shipment
Create a new shipment with carrier and get tracking information.
Write
Medium risk
Get Label
deftship:get_label
Get shipping label for a shipment in specified format.
Read
Low risk
Get Rates
deftship:get_rates
Get shipping rates from multiple carriers for a package.
Read
Low risk
Get Shipment
deftship:get_shipment
Fetch a single shipment by ID with tracking and status information.
Read
Low risk
List Carriers
deftship:list_carriers
List available shipping carriers and their services.
Read
Low risk
List Shipments
deftship:list_shipments
List shipments with optional filtering and pagination.
Read
Low risk
Track Shipment
deftship:track_shipment
Track a shipment by tracking number and get delivery status.
Write
Low risk
Validate Address
deftship:validate_address
Validate and standardize a shipping address.
Write
Medium risk