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
offlight:cancel_booking
Cancel an existing booking and process any applicable refunds.
Write
High risk
Create Booking
offlight:create_booking
Create a new flight booking with passenger details and payment information.
Write
Medium risk
Create Traveler
offlight:create_traveler
Create a new traveler profile with personal details and preferences.
Write
Medium risk
Get Booking
offlight:get_booking
Fetch a single booking by ID with flight details and passenger information.
Read
Low risk
Get Company
offlight:get_company
Fetch a single company profile with travel policies and spending information.
Read
Low risk
Get Flight Status
offlight:get_flight_status
Get real-time status information for a specific flight.
Read
Low risk
Get Traveler
offlight:get_traveler
Fetch a single traveler profile with preferences and booking history.
Read
Low risk
List Bookings
offlight:list_bookings
List bookings with optional filters for status, dates, and passengers.
Read
Low risk
List Companies
offlight:list_companies
List companies with optional filters for name, industry, and location.
Read
Low risk
List Travelers
offlight:list_travelers
List travelers with optional filters for email, company, and name search.
Read
Low risk
Search Flights
offlight:search_flights
Search for available flights between two airports with passenger and class preferences.
Read
Low risk
Update Traveler
offlight:update_traveler
Update an existing traveler profile with new information.
Write
Medium risk