Post-installation setup for watsonx Code Assistant for Z Agentic
After you install watsonx Code Assistant for Z Agentic, you must set up the service before you can use watsonx Code Assistant for Z Agentic to analyze your data.
Complete the following steps to set up the watsonx Code Assistant for Z Agentic service:
Creating a deployment space
Note: watsonx Code Assistant for Z
Agentic requires at least one deployment space. Users can optionally create more
than one deployment space if they want.
- Log in to IBM® Software Hub.
- Change the experience to IBM
watsonx Code Assistant™.
- To switch between experiences, click the Switch locations icon in the toolbar.
- Create your new deployment.
- Click Deployments in the toolbar.
- Click New deployment space.
- Enter a name for your new deployment space, then click Create.
- Copy the space GUID of the deployment space that was just created to the field in the Code
Explanation custom resource.
oc patch CodeExplanation ibm-code-explanation-cr \ --namespace <cpd-instance-namespace> \ --type=json \ --patch='[{"op": "add", "path": "/spec/server/modelGateway/deploymentSpaceId", "value": "<SPACE_GUID>"}]'