Sabre · Capability
Sabre Travel Booking
Unified workflow for end-to-end travel booking combining air fare search, hotel availability, and reservation management. Used by travel agencies and OTAs to search and book multi-segment travel itineraries.
What You Can Do
POST
Search air fares
— Search for lowest air fares across Sabre GDS
/v1/air-fares/search
POST
Reshop air fares
— Re-shop itinerary for current pricing before booking
/v1/air-fares/reshop
POST
Search hotels
— Search available hotels with rates and availability
/v1/hotels/search
GET
Get hotel rates
— Get room rates for a specific hotel property
/v1/hotels/{hotel-code}/rates
POST
Create hotel reservation
— Create a hotel reservation
/v1/hotels/reservations
GET
Get hotel reservation
— Get hotel reservation details
/v1/hotels/reservations/{id}
DELETE
Cancel hotel reservation
— Cancel a hotel reservation
/v1/hotels/reservations/{id}
MCP Tools
search-air-fares
Search for lowest air fares with Sabre Bargain Finder Max for any origin-destination-date combination
read-only
reshop-air-fares
Re-shop a previously selected air itinerary to confirm current pricing before booking
read-only
search-hotels
Search available hotels near an airport, city, or coordinates with real-time rates
read-only
get-hotel-rates
Get detailed room types and rate plans for a specific hotel property
read-only
create-hotel-reservation
Book a hotel room and create a reservation in Sabre GDS
get-hotel-reservation
Retrieve details of an existing hotel reservation by confirmation number
read-only
cancel-hotel-reservation
Cancel a hotel reservation subject to the property's cancellation policy
idempotent
APIs Used
sabre-bfm
sabre-hotels