Skip to main content

Amadeus

Amadeus Travel APIs. Get instant access to over 400 airlines, 150,000 hotels, 300,000 tours & activities.

Installation and Setup​

To use the Amadeus integration, you need to have an API key from Amadeus. See instructions here.

We have to install the amadeus python package:

pip install amadeus

Tools​

Tools that help you interact with the Amadeus travel APIs. They are all included in the Amadeus toolkit.

See a usage example.

from langchain_community.tools.amadeus import AmadeusClosestAirport
from langchain_community.tools.amadeus import AmadeusFlightSearch

Toolkit​

See a usage example.

from langchain_community.agent_toolkits.amadeus.toolkit import AmadeusToolkit
API Reference:AmadeusToolkit

Was this page helpful?


You can also leave detailed feedback on GitHub.