Connect Maximo IT

This step involves defining the Maximo IT connection details, importing the configuration files, and ensuring the integration can authenticate with Maximo IT using API keys.

Note: Using a predefined code repository, you can create your own Maximo IT knowledge management AI agent. To download the Zip file along with Maximo IT configuration details, go to Repository - Maximo IT knowledge management AI agent.
  1. Download the repository and unzip the content of it in a folder locally.
  2. Open a terminal or IDE in the same folder and enter the commands mentoined in the steps below.
  3. Copy the Maximo IT connection file:
    cp connections/maximo-it.example.yml connections/maximo-it.yml
  4. Update the file with your Maximo IT instance URL.
  5. Import the connection:
    orchestrate connections import -f "connections/maximo-it.yml"
  6. Set credentials for draft and live environments:
    orchestrate connections set-credentials --app-id maximo-it --env draft --api-key <MAXIMO_API_KEY>
    orchestrate connections set-credentials --app-id maximo-it --env live --api-key <MAXIMO_API_KEY>

Import Tools, Flows, and AI agent

Use the provided scripts in the repository:
./run-all.cmd OR ./import-all.cmd    # Imports all agents and tools
./clean-all.cmd   # Removes all agents and tools

For linux or macOS users:

./run-all.sh OR ./import-all.sh    # Imports all agents and tools
./clean-all.sh   # Removes all agents and tools