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
expedy:cancel_shipment
Cancel a shipment that hasn't been picked up yet.
Write
High risk
Create Shipment
expedy:create_shipment
Create a new shipment with origin, destination, and package details.
Write
Medium risk
Get Label
expedy:get_label
Get the shipping label for a created shipment.
Read
Low risk
Get Rates
expedy:get_rates
Get shipping rates from multiple carriers for a package between two addresses.
Read
Low risk
Get Shipment
expedy:get_shipment
Fetch a single shipment by ID with tracking status and delivery details.
Read
Low risk
List Carriers
expedy:list_carriers
List available shipping carriers and their service options.
Read
Low risk
List Shipments
expedy:list_shipments
List shipments with optional filtering by status, carrier, and date range.
Read
Low risk
Track Shipment
expedy:track_shipment
Track a shipment using the carrier tracking number to get real-time status updates.
Write
Low risk
Validate Address
expedy:validate_address
Validate and standardize a shipping address.
Write
Medium risk