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 Parcel
sendcloud:cancel_parcel
Cancel a parcel that hasn't been processed yet. This action cannot be undone.
Write
High risk
Create Parcel
sendcloud:create_parcel
Create a new parcel for shipping.
Write
Medium risk
Get Label
sendcloud:get_label
Get the shipping label for a parcel as a downloadable URL.
Read
Low risk
Get Parcel
sendcloud:get_parcel
Fetch a single parcel by ID with tracking and status information.
Read
Low risk
Get Shipping Method
sendcloud:get_shipping_method
Fetch details of a specific shipping method by ID.
Read
Low risk
Get User Info
sendcloud:get_user_info
Get information about the authenticated user and account.
Read
Low risk
List Integrations
sendcloud:list_integrations
List all active integrations connected to your Sendcloud account.
Read
Low risk
List Parcels
sendcloud:list_parcels
List parcels with optional filtering and pagination.
Read
Low risk
List Service Points
sendcloud:list_service_points
Find service points (pickup locations) near a postal code for package delivery.
Read
Low risk
List Shipping Methods
sendcloud:list_shipping_methods
List available shipping methods with optional filtering by countries and carriers.
Read
Low risk
Track Parcel
sendcloud:track_parcel
Get tracking information and delivery status for a parcel.
Write
Low risk
Update Parcel
sendcloud:update_parcel
Update an existing parcel's details. Only works for parcels that haven't been processed yet.
Write
Medium risk