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.
Block Dates
booking_experts:block_dates
Block dates for a rental property to prevent bookings.
Write
Medium risk
Cancel Reservation
booking_experts:cancel_reservation
Cancel an existing reservation and update its status to cancelled.
Write
High risk
Create Guest
booking_experts:create_guest
Create a new guest profile in the system.
Write
Medium risk
Create Rental
booking_experts:create_rental
Create a new rental property in the system.
Write
Medium risk
Create Reservation
booking_experts:create_reservation
Create a new reservation for a rental property.
Write
Medium risk
Get Availability
booking_experts:get_availability
Check availability for a rental property within a date range.
Read
Low risk
Get Guest
booking_experts:get_guest
Fetch a single guest by ID with contact details and reservation history.
Read
Low risk
Get Rental
booking_experts:get_rental
Fetch a single rental property by ID with details and amenities.
Read
Low risk
Get Reservation
booking_experts:get_reservation
Fetch a single reservation by ID with guest details and rental information.
Read
Low risk
List Guests
booking_experts:list_guests
List guests with optional filters for name, email, and location.
Read
Low risk
List Rentals
booking_experts:list_rentals
List rental properties with optional filters for location, capacity, and type.
Read
Low risk
List Reservations
booking_experts:list_reservations
List reservations with optional filters for date ranges, status, and rental.
Read
Low risk
Send Message
booking_experts:send_message
Send a message to the guest associated with a reservation.
Write
Medium risk
Update Guest
booking_experts:update_guest
Update an existing guest profile with new information.
Write
Medium risk
Update Rental
booking_experts:update_rental
Update an existing rental property with new details.
Write
Medium risk
Update Reservation
booking_experts:update_reservation
Update an existing reservation with new details.
Write
Medium risk