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.
- From the folder where HuLoopCLI.exe is located, open the Command Prompt.
- 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.
- Hit Enter A success message confirms the setup.
Note: Above configuration step is a one-time activity until you change/update the CLI Agent.
Last updated: Sep 09, 2025