Authenticate to the CLI
After installing watsonx.ai Flows Engine you need to authenticate to the watsonx.ai Flows Engine CLI on your local machine.
-
Visit the watsonx.ai Flows Engine dashboard to login or sign up:
On this page you can login or sign up using IBM ID or GitHub, no creditcard details are needed:
-
Once signed into the dashboard, you can find your credentials for authenticating to the CLI:
You will need the value for
,and. -
On your local machine you can now run the following CLI command:
wxflows login
The CLI will prompt you for the values of
,and. -
Verify you're authenticated by running the command:
wxflows whoami
Your account details will be printed in the terminal.
You can now proceed to the next section.