Skip to content

Amadeus API Toolkit

This tool lets you search for travel information like flights, hotels, and cities directly within Nappai’s automation system. It uses the Amadeus API to get this information, making it easy to integrate travel data into your automated workflows.

Relationship with Amadeus API

This component connects to the Amadeus Travel API, allowing you to access its powerful travel search capabilities. You don’t need to understand the complexities of the API directly; this tool handles the technical details for you.

Inputs

  • Selected Tools: Choose which types of travel information you want to search for (flights, hotels, cities, etc.). You can select multiple options.
  • Default Currency: Select the currency you want the results displayed in (e.g., USD, EUR, GBP). The default is Euros (EUR).
  • Default Language: Select the language you want the results displayed in (e.g., English, Spanish, French). The default is US English (en-US).
  • Credential: This is your unique identifier to access the Amadeus API. You’ll need to provide this to authenticate your requests. Contact your administrator if you don’t have this information.

Outputs

The tool provides a “BaseToolkit” which contains the data you requested from Amadeus. This data can then be used by other parts of Nappai to perform further actions, such as displaying the results on your dashboard or using the information in other automated processes.

Usage Example

Let’s say you want to find flight information and hotel options in London. You would:

  1. Select “Flights” and “Hotels” in the “Selected Tools” input.
  2. Choose your preferred currency (e.g., USD) and language (e.g., en-GB) from the respective dropdowns.
  3. Ensure your Amadeus Credential is correctly entered.
  4. Run the process. The resulting “BaseToolkit” will contain flight and hotel data for London, ready for use in your Nappai workflow.

Templates

[This section will be populated with links to specific templates once they are available.]

  • OpenAI Function Agent: Uses OpenAI’s language models to process and interpret the travel data received from Amadeus.
  • ReAct Agent LLM: A language model agent that can interact with the Amadeus data and other tools within Nappai.
  • XML Agent: Formats data from Amadeus into XML for use in other systems.
  • OpenAI Tools Agent: Uses OpenAI tools to process the Amadeus data.
  • Tool Calling Agent: A general-purpose agent that can call and utilize various tools, including this Amadeus API Toolkit.
  • SQLAgent: An agent that interacts with SQL databases, potentially storing or retrieving Amadeus data.
  • Sequential Task Agent: Manages sequences of tasks, potentially including this Amadeus API Toolkit as one step in a larger process.
  • CrewAI Agent: An agent that uses the CrewAI library for task management and automation, potentially integrating with this Amadeus API Toolkit.

Tips and Best Practices

  • Carefully select the tools you need to avoid unnecessary API calls and improve performance.
  • Double-check your credential information before running the tool.
  • Consider error handling in your Nappai workflow to manage potential issues with API requests.

Security Considerations

Protect your Amadeus API credential. Do not share it with unauthorized individuals. Report any suspicious activity immediately to your administrator.