Coming soon. The Reach agent for IBM watsonx Orchestrate is not yet generally available. This documentation describes the agent ahead of its launch — features and steps may change before release.
Add the agent to your instance
Reach is published as a native agent in the watsonx Orchestrate agent catalog. From your instance, browse the catalog, select GBG Reach, and add it. The Loqate API key the agent uses to authenticate is issued when you provision and purchase Loqate through watsonx Orchestrate — there’s no separate Loqate account to set up.Discovering and adding a native agent is a standard watsonx Orchestrate workflow. For the exact steps in your environment — including the agent catalog and connection credentials — follow the watsonx Orchestrate documentation, using the version that matches your instance.
1. Interactive chat
The simplest pattern — talk to the agent directly. It detects the data type, runs the right verification, and returns a decision with a confidence score.2. Agent-to-agent (collaborator)
Add Reach as a collaborator of another agent so a supervisor agent can hand off verification mid-conversation. The supervisor stays in control of the dialogue; when the user asks to verify, validate, or cleanse an address, email, or phone number, it delegates to Reach and receives a structured result back. This is configured in watsonx Orchestrate by listing Reach among the agent’s collaborators — no code required.3. As part of an agentic workflow
For bulk, scheduled, or headless work, use Reach as a step inside a watsonx Orchestrate flow. A typical contact-cleansing flow reads records from your system of record, verifies and standardises each one through Reach, then writes the cleansed records back:Policies
Every verification is evaluated against a policy that sets the accept / review / reject thresholds. Reach ships withstrict, shipping, standard (the default), and permissive. You can ask the agent which policies are available or to explain a specific one, and you can name a policy in your request (for example, “verify these addresses using the strict policy”).

