Plan flights and hotels for any trip in a single request. Describe your journey in plain English and get the best flight-and-hotel combinations with an estimated total cost — all in one report.
Use case
End-to-end AI trip planner API—orchestrates flights, hotels, and total trip cost in one request.
How it works
Describe your whole trip in everyday language—dates, budget, family size, and preferences. The AI trip planner searches flights and hotels at the same time, compares combinations, and returns a clear itinerary with estimated total cost. Ideal for travel apps, concierge products, and booking assistants.
Sample input
{
"inputs": {
"query": "Return flight from Amsterdam to Delhi or Bangalore around July 10 to August 8, +/- 2 days, 28-day trip, avoid Middle East layovers, cheapest flights, family of 4 (2 adults, 2 children), 4-star hotel under EUR 120 per night.",
"currency": "EUR",
"max_search_variants": 4
}
}
Example payload for the docs—send it with your app's auth and provider keys as described in the API reference, using /agents/trip-planner/execute.
Related agents
Same category or overlapping tags as this runner. Explore others in the catalog.