Use AgentRouter to search flights, hotels, transfers, airport data, and travel reference data through one routed travel API for agents.
4
Live Providers
33
Live Routes
10 credits ($0.01)
Flight Search
10 credits ($0.01)
Hotel Search
The live travel catalog currently exposes 15 capabilities for AI agents. Flight Search currently starts at 10 credits ($0.01), and hotel search currently starts at 10 credits ($0.01).
Availability Note
StableTravel direct x402 and MPP routes are both exposed on the staged travel surface, while side-effect booking, cancel, and order follow-up routes stay blocked unless `AGENTIC_API_GENERIC_TRAVEL_ENABLE_SIDE_EFFECT_ROUTES=true` is enabled before backend startup.
What Is Travel Search, Booking & Flight Operations?
Agent travel operations is the routed layer that lets an AI agent search flights, explore hotels, inspect airport operations, and resolve travel reference data programmatically.
Travel workflows usually span multiple provider surfaces for flight discovery, hotel inventory, airport context, transfers, and booking-adjacent actions. That makes it difficult to keep routing, pricing, and policy controls consistent inside one agent.
AgentRouter keeps those paths behind one travel domain so the agent can recommend routes before execution, stay aware of policy-gated side effects, and compare live travel supply from one wallet.
Top Scenarios
Compare itineraries and prices before moving into booking or repricing flows.
FlightAPI
MPP
10 credits ($0.01)
SerpAPI
MPP
10 credits ($0.01)
StableTravel
MPP
10 credits ($0.01)
Trip planning, price comparison, and itinerary selection
Coverage: 2 capabilities · 6 live routes
Browse hotel inventory and live rates from the same routed travel surface.
Stay planning, lodging comparison, and rate inspection
Coverage: 3 capabilities · 0 live routes
Inspect the current state of one flight or one airport before the agent communicates changes.
AviationStack
MPP
10 credits ($0.01)
FlightAPI
MPP
10 credits ($0.01)
StableTravel
MPP
10 credits ($0.01)
Ops monitoring, itinerary follow-up, and travel assistants
Coverage: 4 capabilities · 10 live routes
Search transfers, airports, airlines, and location references from the same domain.
AviationStack
MPP
10 credits ($0.01)
StableTravel
MPP
10 credits ($0.01)
StableTravel
AgentCash
10 credits ($0.01)
Trip assembly, routing logic, and travel normalization
Coverage: 5 capabilities · 7 live routes
Provider Comparison
The rows below are derived from the live route catalog currently exposed through AgentRouter.
| Provider | Best For | Key Capabilities | Starting Price | Available Via |
|---|---|---|---|---|
A AviationStack Covers Flight Status, Flight Track, Airport Search, Airport Get through the live routed catalog. 8 live routes | Flight Status and Flight Track | Flight Status, Flight Track, Airport Search, Airport Get +4 more Modes: Managed | 10 credits ($0.01) | MPP |
F FlightAPI Covers Flight Search, Flight Status, Flight Track, Reference Airline Get through the live routed catalog. 4 live routes | Flight Search and Flight Status | Flight Search, Flight Status, Flight Track, Reference Airline Get |
Quick Start
Get an API key, ask AgentRouter to recommend the best route for the job, and execute through one shared wallet instead of wiring each provider separately.
Step 1
Enable the API once
Create one AgentRouter API key that can be reused across all live domains and capabilities.
Step 2
Recommend the route
Let AgentRouter compare the current routes, prices, and route availability before the first execute call.
Step 3
Execute the capability
Run the selected workflow through the chosen route while AgentRouter handles pricing, wallet debits, and upstream settlement.
Works with
Pricing By Task
These examples translate the current live route prices into workflow questions operators usually evaluate before shipping a domain into an agent.
| Task | Route | Price | Notes |
|---|---|---|---|
| Search one roundtrip flight | StableTravel (travel.flight.search.stabletravel.googleflights.agentcash) | 10 credits ($0.01) | Return itinerary options before any booking side effect. |
| Expand booking options for one itinerary | StableTravel (travel.flight.booking-options.stabletravel.googleflights.agentcash) | 10 credits ($0.01) | Use when the agent already has a chosen departure token. |
| Track one flight or airport state | StableTravel (travel.flight.track.stabletravel.flightaware.agentcash) | 10 credits ($0.01) | Use for travel-assistant follow-up and operational monitoring. |
Pricing note: 1000 credits = $1 USD. Raw API responses still return numeric credit fields such as creditsCharged.
Why AgentRouter
Recommendation happens before execution, so the agent can compare current route supply and pricing instead of hard-coding one provider forever. The same routed contract stays stable even as provider coverage or transport paths change underneath.
FAQ
It is the routed layer that lets an AI agent search flights, hotels, transfers, airports, and travel reference data through one travel domain.
Yes. The travel domain groups flight search, hotel search, airport operations, transfers, and travel references behind the same routed contract.
Search and reference workflows are surfaced normally, while booking and other side-effect routes can stay policy-gated depending on how the backend is configured.
No. AgentRouter recommends and executes the currently available travel routes through one wallet and one travel API surface.
Reference
Use the capability browser below when you want contract-level detail: endpoints, live example modals, route breakdowns, and exact route prices.
| Capability | Endpoints | Price |
|---|---|---|
flight.search Search flight options for comparison or booking. | GET /api/agentic-api/domains/travel/capabilities/flight-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. | ||
flight.booking.options Get booking links and booking-option breakdowns for a discovered flight. | GET /api/agentic-api/domains/travel/capabilities/flight-booking-optionsRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-booking-options/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-booking-options/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
flight.price Re-price or confirm a bookable flight offer before booking. | GET /api/agentic-api/domains/travel/capabilities/flight-priceRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-price/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-price/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.book Create a flight order. | GET /api/agentic-api/domains/travel/capabilities/flight-bookRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-book/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-book/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.order.get Retrieve a flight order by ID. | GET /api/agentic-api/domains/travel/capabilities/flight-order-getRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-order-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-order-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.order.cancel Cancel a flight order when the upstream provider allows it. | GET /api/agentic-api/domains/travel/capabilities/flight-order-cancelRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-order-cancel/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-order-cancel/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.seatmap Retrieve seat maps for a flight offer. | GET /api/agentic-api/domains/travel/capabilities/flight-seatmapRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-seatmap/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-seatmap/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.upsell Retrieve upsell or re-shop options for a flight offer. | GET /api/agentic-api/domains/travel/capabilities/flight-upsellRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-upsell/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-upsell/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.availability Check whether a flight or fare remains available. | GET /api/agentic-api/domains/travel/capabilities/flight-availabilityRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-availability/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-availability/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.status Retrieve scheduled or operational status for a known flight. | GET /api/agentic-api/domains/travel/capabilities/flight-statusRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-status/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-status/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. | ||
flight.checkin.links Retrieve airline check-in URLs for a known flight. | GET /api/agentic-api/domains/travel/capabilities/flight-checkin-linksRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-checkin-links/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-checkin-links/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
flight.track Retrieve live position, track, map, or route info for a flight. | GET /api/agentic-api/domains/travel/capabilities/flight-trackRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-track/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-track/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
flight.history Retrieve historical flight records or historical tracks. | GET /api/agentic-api/domains/travel/capabilities/flight-historyRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-history/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-history/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. | ||
flight.disruptions Retrieve flight or airport disruption statistics. | GET /api/agentic-api/domains/travel/capabilities/flight-disruptionsRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/flight-disruptions/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/flight-disruptions/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
airport.search Search airports by code, keyword, or geographic proximity. | GET /api/agentic-api/domains/travel/capabilities/airport-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/airport-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/airport-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. | ||
airport.get Retrieve a known airport record. | GET /api/agentic-api/domains/travel/capabilities/airport-getRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/airport-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/airport-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
airport.delays Retrieve airport delay information. | GET /api/agentic-api/domains/travel/capabilities/airport-delaysRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/airport-delays/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/airport-delays/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 1 route in this breakdown are temporarily unavailable. | ||
airport.operations Retrieve arrivals, departures, scheduled operations, or airport flight counts. | GET /api/agentic-api/domains/travel/capabilities/airport-operationsRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/airport-operations/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/airport-operations/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
airport.weather Retrieve airport weather observations or forecasts. | GET /api/agentic-api/domains/travel/capabilities/airport-weatherRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/airport-weather/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/airport-weather/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. | ||
airport.routes Retrieve routes between airports or direct destinations from an airport. | GET /api/agentic-api/domains/travel/capabilities/airport-routesRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/airport-routes/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/airport-routes/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 4 routes in this breakdown are temporarily unavailable. | ||
hotel.list List hotels by city or geocode. | GET /api/agentic-api/domains/travel/capabilities/hotel-listRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/hotel-list/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/hotel-list/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
hotel.search Search hotel offers. | GET /api/agentic-api/domains/travel/capabilities/hotel-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/hotel-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/hotel-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
hotel.offer.get Retrieve one hotel offer detail. | GET /api/agentic-api/domains/travel/capabilities/hotel-offer-getRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/hotel-offer-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/hotel-offer-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
hotel.book Book a hotel offer. | GET /api/agentic-api/domains/travel/capabilities/hotel-bookRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/hotel-book/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/hotel-book/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
hotel.autocomplete Autocomplete hotel names or identifiers. | GET /api/agentic-api/domains/travel/capabilities/hotel-autocompleteRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/hotel-autocomplete/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/hotel-autocomplete/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
hotel.ratings Retrieve hotel ratings, sentiment, or review aggregates. | GET /api/agentic-api/domains/travel/capabilities/hotel-ratingsRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/hotel-ratings/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/hotel-ratings/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
activity.search Search tours and activities by area. | GET /api/agentic-api/domains/travel/capabilities/activity-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/activity-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/activity-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
activity.get Retrieve one activity detail. | GET /api/agentic-api/domains/travel/capabilities/activity-getRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/activity-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/activity-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
transfer.search Search airport transfer or ground transport options. | GET /api/agentic-api/domains/travel/capabilities/transfer-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/transfer-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/transfer-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
transfer.book Book a transfer. | GET /api/agentic-api/domains/travel/capabilities/transfer-bookRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/transfer-book/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/transfer-book/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
transfer.cancel Cancel a transfer booking. | GET /api/agentic-api/domains/travel/capabilities/transfer-cancelRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/transfer-cancel/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/transfer-cancel/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
reference.location.search Search locations such as cities or airports by keyword. | GET /api/agentic-api/domains/travel/capabilities/reference-location-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/reference-location-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/reference-location-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
reference.city.search Search cities by keyword. | GET /api/agentic-api/domains/travel/capabilities/reference-city-searchRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/reference-city-search/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/reference-city-search/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 2 routes in this breakdown are temporarily unavailable. | ||
reference.airline.get Retrieve airline reference data by code or identifier. | GET /api/agentic-api/domains/travel/capabilities/reference-airline-getRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/reference-airline-get/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/reference-airline-get/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. | ||
reference.airline.routes Retrieve route networks for an airline. | GET /api/agentic-api/domains/travel/capabilities/reference-airline-routesRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/reference-airline-routes/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/reference-airline-routes/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. | ||
reference.airport.routes Retrieve route networks or direct destinations from an airport. | GET /api/agentic-api/domains/travel/capabilities/reference-airport-routesRead the capability contract, current lifecycle status, and machine-readable metadata for this travel workflow. | Free |
POST /api/agentic-api/domains/travel/capabilities/reference-airport-routes/recommendAsk AgentRouter to compare eligible routes inside this capability and return the best recommendation before execution. | Free | |
POST /api/agentic-api/domains/travel/capabilities/reference-airport-routes/executeExecute this capability through the selected route while AgentRouter handles pricing, wallet debits, and upstream settlement. 3 routes in this breakdown are temporarily unavailable. |
Related Pages
AgentRouter landing page
Browse all live domains, top API cards, and route coverage across the platform.
Install and auth
Enable AgentRouter, create the API key, and connect the shared wallet flow.
Phone, SMS & Voice domain
Create managed phone agents, provision numbers, inspect conversations and calls, and keep telephony workflows behind one supplier-neutral phone domain.
Web Crawl & Extraction domain
Fetch, scrape, extract, crawl, map, browse, and screenshot public pages through one routed surface.
Modes: Managed
10 credits ($0.01) |
| MPP |
S SerpAPI Covers Flight Search through the live routed catalog. 1 live routes | Flight Search | Flight Search Modes: Managed | 10 credits ($0.01) | MPP |
StableTravel Covers Flight Search, Flight Booking Options, Flight Track, Flight Disruptions through the live routed catalog. 20 live routes | Flight Search and Flight Booking Options | Flight Search, Flight Booking Options, Flight Track, Flight Disruptions +6 more Modes: Managed | 10 credits ($0.01) | MPP, AgentCash |