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.
  1. Log in to IBM® Software Hub.
  2. Change the experience to IBM watsonx Code Assistant™.
    1. To switch between experiences, click the Switch locations icon in the toolbar.
  3. Create your new deployment.
    1. Click Deployments in the toolbar.
    2. Click New deployment space.
    3. Enter a name for your new deployment space, then click Create.
  4. 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>"}]'