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 Booking
limoexpress:cancel_booking
Cancel an existing booking. This action cannot be undone.
Write
High risk
Create Booking
limoexpress:create_booking
Create a new booking with passenger details and service requirements.
Write
Medium risk
Get Booking
limoexpress:get_booking
Fetch a single booking by ID with passenger details and service information.
Read
Low risk
Get Driver
limoexpress:get_driver
Fetch driver details including contact info and current status.
Read
Low risk
Get Quote
limoexpress:get_quote
Get a price quote for transportation service without creating a booking.
Read
Low risk
List Bookings
limoexpress:list_bookings
List bookings with optional filters for status, dates, and passenger info.
Read
Low risk
List Vehicles
limoexpress:list_vehicles
List available vehicles with capacity and features information.
Read
Low risk
Send Notification
limoexpress:send_notification
Send notifications to passengers or drivers about booking updates.
Write
Medium risk
Track Booking
limoexpress:track_booking
Get real-time tracking information for an active booking including driver location.
Write
Low risk
Update Booking
limoexpress:update_booking
Update an existing booking with new details. Only confirmed bookings can be modified.
Write
Medium risk