Using ADK with 30-day trial
Set up ADK with your 30-day free trial of watsonx Orchestrate. With it, you can use ADK with your 30-day trial environment, you can also pull the watsonx Developer Edition iamges in order to run in a local environment.
Set up a free trial instance
Create a watsonx Orchestrate SaaS trial instance on IBM Cloud. For more information, see Trial access on IBM Cloud.
Get your credentials
Launch your Orchestrate instance and get your service instance URL and API key. For more information, see IBM Cloud.
Configure your .env file
To use watsonx Orchestrate Developer Edition, create a .env
file with the following content:
Start your local environment
Start the watsonx Orchestrate Developer Edition with this command:
Note:
After pulling the images for the first time, add WO_DEVELOPER_EDITION_SKIP_LOGIN=true
to your .env
file to avoid pulling them again and prevent version-related errors.
Activate your instance
Run the following command to activate your local instance:
If you prefer not to run the full stack locally, connect ADK to the cloud-hosted (SaaS) instance you just created. For more information, see Configuring your environments.