Skip to content

Configuring the CLI

Before using the CLI, you need to connect it to your HuLoop server. This configuration step ensures the CLI knows where to send execution requests.

  1. From the folder where HuLoopCLI.exe is located, open the Command Prompt.

IGW-open-cli

  1. On the cmd, you need to paste your REST URL in the following command:
    HuLoopCLI.exe<space>config<space>–url<space>”https://<your-server-url>/HuLoopRest”
    e.g., HuLoopCLI.exe config –url “https://demo.huloop.ai/HuLoopRest

Note: You can find the HuLoop server URL in the following ways:

Option 1: In the browser where you are logged into HuLoop, copy the URL till HuLoop as shown: https://demo.huloop.ai/HuLoop (this URL could appear different depending on your specific server URL) and append Rest. The final URL will look like: https://demo.huloop.ai/HuLoopRest

Option 2: You can also find the HuLoop server URL in the email shared by the HuLoop.

IGW-paste-rest-url

  1. Hit Enter A success message confirms the setup.

IGW-cli-success

Note: Above configuration step is a one-time activity until you change/update the CLI Agent.

Last updated: Sep 09, 2025
Back To Top