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
trunkrs:cancel_shipment
Cancel a shipment (only allowed for pending or scheduled shipments).
Write
High risk
Create Shipment
trunkrs:create_shipment
Create a new shipment with pickup and delivery details.
Write
Medium risk
Get Delivery Options
trunkrs:get_delivery_options
Get available delivery options and pricing for a route.
Read
Low risk
Get Pickup Status
trunkrs:get_pickup_status
Get the status and details of a scheduled pickup.
Read
Low risk
Get Shipment
trunkrs:get_shipment
Fetch a single shipment by ID with tracking details and delivery status.
Read
Low risk
List Service Areas
trunkrs:list_service_areas
List available service areas and delivery zones.
Read
Low risk
List Shipments
trunkrs:list_shipments
List shipments with optional filtering by status, date range, and recipient.
Read
Low risk
Schedule Pickup
trunkrs:schedule_pickup
Schedule a pickup for an existing shipment.
Write
Medium risk
Track Shipment
trunkrs:track_shipment
Track a shipment using its tracking number to get real-time status and location updates.
Write
Low risk
Update Shipment
trunkrs:update_shipment
Update an existing shipment's delivery details (only allowed for pending shipments).
Write
Medium risk