IBM watsonx Orchestrate (Subscription License)
Needs stronger integrations for hybrid workflows but has provided valuable agent governance
What is our primary use case?
My main use case for IBM watsonx Orchestrate is to create an intelligent layer for AI agent orchestrations. When we need to route a user question to one of the AI agents the team created, we use IBM watsonx Orchestrate.
What is most valuable?
The best features IBM watsonx Orchestrate offers are visibility for those agents, being able to see how much each was used and logs for each. We use those insights for loop engineering, meaning we improve our AI capabilities based on those logs. IBM watsonx Orchestrate has positively impacted our organization by helping us with governance and security layers for AI agents.
What needs improvement?
Better integration with other services can improve IBM watsonx Orchestrate. For example, integrating directly with Azure infrastructure, including AI services in Azure such as Data Factory in Azure and other data services, would be beneficial.
For how long have I used the solution?
I have been using IBM watsonx Orchestrate for six months.
What do I think about the stability of the solution?
IBM watsonx Orchestrate is stable.
What do I think about the scalability of the solution?
The scalability of IBM watsonx Orchestrate is good.
How are customer service and support?
The customer support is good. I rate the customer support an eight out of ten.
Which solution did I use previously and why did I switch?
I cannot disclose if we previously used a different solution, including which solution and why we switched.
Which other solutions did I evaluate?
We evaluated other options before choosing IBM watsonx Orchestrate.
What other advice do I have?
Business users leverage the no-code tools within IBM watsonx Orchestrate mostly for creating dashboards and looking at metrics and the token economics of agents we create.
The most relevant technical aspects when orchestrating workflows across hybrid cloud and on-premises systems using IBM watsonx Orchestrate, particularly with Azure services, are more integration with our models, what we use in Azure Foundry, and integrating those with IBM watsonx Orchestrate. It is more about logging and integration with Azure API management systems, as well as networking, that inform our approach to maintaining enterprise-grade security and governance for AI agent operations.
Our developers utilize the Agent Development Kit (ADK) through Visual Studio Code to extend the capabilities of IBM watsonx Orchestrate and create the AI workflows that are needed for our users.
For real-time observability of AI agent performance and workflow execution within IBM watsonx Orchestrate environment, especially when integrated with Azure monitoring tools, we have our custom dashboards based on the Azure stack, specifically logs and Power BI dashboards.
My advice to others looking into using IBM watsonx Orchestrate is to start with simple agentic workflows and try to use all features available for those workflows, then move to more advanced options. I provided an overall rating of four out of ten for this product.
Conversational agents have unified commercial data and now accelerate access to client insights
What is our primary use case?
My main use case for IBM watsonx Orchestrate is to build AI agents so that we could show conversational data from a lot of different applications.
There was a specific use case in which I connected the agent to a Salesforce CRM with the native connectors, and I used the agent so that the users could see opportunities, commercial visits, and also information from different clients.
I decided to connect with Salesforce specifically because it was a native connector and I had a test environment of a Salesforce CRM. This integration impacted my workflow by being very useful in cases where the commercial agents are on the street going to see a different client, and for example, they want to see information faster without going to the application on the desktop to search. It is much faster to ask an agent, and that was basically the main impact—how fast they could get the information, and it provided a very comfortable and satisfying user experience.
In general, I use agents with tools so that we can see data stored in different applications.
What is most valuable?
I think the best features IBM watsonx Orchestrate offers in my experience are the collaborator agents, where the possibility of having an orchestrator agent associated with collaborator agents is something very powerful. I liked the OpenAPI connector a lot because it provides developers a whole new world of possibilities to interact with different systems that are not native connectors in IBM watsonx Orchestrate. Developing those OpenAPI tools with Python is great.
I used agents to connect with different data sources, allowing us to have the commercial data of an enterprise in different scenarios. For example, in Salesforce or another system, we can have a collaborator agent that reviews all that data, with one agent reading from Salesforce and another reading directly from a private database with an OpenAPI tool.
IBM watsonx Orchestrate has positively impacted my organization by providing a new optimized environment in which I could create much more powerful and complex agents, helping us create different opportunities and show demos at various events, allowing clients to see what we can do with the platform.
What needs improvement?
I think IBM watsonx Orchestrate could be improved by addressing issues related to variables, as some agents can have certain variables which may not get the transparency needed for developers to know if they are working effectively when sent to a collaborator agent. This would be a good area for improvement.
For how long have I used the solution?
I have been using IBM watsonx Orchestrate for about two months.
What do I think about the stability of the solution?
IBM watsonx Orchestrate is stable.
What do I think about the scalability of the solution?
IBM watsonx Orchestrate's scalability is great.
Which solution did I use previously and why did I switch?
In general, for building agents, I have previously used Azure services.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup cost, and licensing for IBM watsonx Orchestrate reveals that it is expensive. I haven't had the chance to share it with clients, but the monthly licensing fees are quite high.
Which other solutions did I evaluate?
Before choosing IBM watsonx Orchestrate, I evaluated other options including Copilot Studio, N8N, and Azure Agents. Those would be the main ones I looked at.
What other advice do I have?
I haven't talked with many business users about leveraging the no-code tools within IBM watsonx Orchestrate, but the tools require establishing connections, something that business users may not be familiar with, so they often need to call us, the developers, for assistance.
I used the Agent Development Kit (ADK) for addressing the variables in agents, which required development with the ADK, and it was very intuitive. I especially enjoyed using it when placing agents in different channels beyond default options because it allows me to directly associate tools or knowledge bases with agents in a declarative way.
I would advise others looking into IBM watsonx Orchestrate to consider it technically, as I think it is the best platform for creating agents, especially with the potential for connecting with other platforms through Watsonx Governance for security and governance, although licensing is quite a challenge. I would rate this review an eight out of ten.
Multi-agent orchestration has transformed how I build reliable, testable AI assistants
What is our primary use case?
I have worked on IBM watsonx Orchestrate in multiple projects, and I specifically worked on an AI-driven injection molding assistant using IBM watsonx Orchestrate. I used Orchestrate to coordinate multiple AI agents and tools that analyzed plastic part designs for manufacturability issues such as wall thickness, draft angles, undercuts, and sink marks. The system then generated recommendations, a mold rating and a score, and a supplier-ready report. I also integrated APIs and RAG so the agents could ground their responses in injection molding guidelines.
My main use for IBM watsonx Orchestrate is building assistants and agents and also using speech-to-text and text-to-speech services, and also building Node apps.
What is most valuable?
There are many features that I consider the best features that IBM watsonx Orchestrate offers. One of them is multi-agent orchestration; I can have a supervisor or orchestrator coordinate specialized agents and decide which agent or tool should handle a request. Another feature is the agent builder, which allows me to build agents using no-code or low-code, natural language instructions, templates, reusable tools, or pro-code using Python and the ADK. I personally love using the ADK because I can automate building agents using cloud code or IBM. I also have tool and API integrations, so the agents can invoke REST APIs, OpenAPI defined tools, Python tools, MCP servers, databases, and enterprise applications. This allows agents to actually perform actions rather than just answer questions. I can also bring my own agents; I can import existing LangGraph agents and manage external A2A agents instead of rebuilding everything in IBM. I also have agentic workflows; I can combine LLM reasoning with deterministic workflow logic, such as branching, conditions, loops, parallel execution, and long-running processes. I can also integrate human-in-the-loop workflows that can stop for approval or validation, preserve the context, and then resume automatically, which is extremely useful for regulated enterprise workflows.
I can also work with memory and context; Orchestrate supports agents' memory, so agents can retain useful context across interactions rather than treating every request independently. IBM added expanding memory management capabilities in 2026. I also have evaluation and testing, so I can create test cases, evaluate agent behavior, perform regression testing, inspect conversations, and detect whether changes have degraded the agent. I also have observability and governance; IBM's newer agentic control plane lets organizations monitor agents, manage security access, see performance analytics, and govern agents centrally, which is a major differentiator for large companies. I can also use multiple models; I am not limited to one IBM model. AI Gateway supports different model providers and routing policies, so the model can be selected based on the use case.
IBM watsonx Orchestrate helped my team move from building every AI workflow from scratch to using reusable agents, tools, and integrations; this meant APIs, authentication logic, knowledge sources, and business actions could be packaged once and then reused across multiple use cases instead of being built for each assistant. It also improved time to market, allowing me to prototype agentic workflows much faster, connect them to enterprise systems, and validate the business flow before investing heavily in custom development. Another major benefit was better separation of responsibilities; instead of one large assistant trying to handle everything, I could create specialized agents for specific tasks and let Orchestrate coordinate them. This made the solution easier to maintain, test, and scale. For enterprise teams, it also helped with consistency and governance, providing a more standardized way to expose tools, manage agent behaviors, test workflows, and control how AI interacted with back-end systems.
What needs improvement?
The best things to improve about IBM watsonx Orchestrate are better debugging across multiple agent workflows. When several agents and tools collaborate, troubleshooting can get complicated. I would want an even clearer end-to-end trace showing exactly why agent A delegated to agent B, why a tool was selected, what context was passed, where latency occurred, and where the failure originated. IBM already has strong execution tracing, but this can always be more developer-friendly. I also want stronger automated evaluation and regression testing; every time I modify a prompt, model, tool description, or agent, I want to know whether I broke something else. IBM introduced AgentOps and simulated user evaluations, but I would expand that further with easier CI/CD style regression suites and business-specific KPIs such as task completion, routing accuracy, hallucination rate, and tool call success. I also want more predictable agent routing; in multi-agent systems, two agents may have overlapping capabilities, so the orchestrator sometimes must infer which one is appropriate based on descriptions. IBM itself provides guidance on writing agent descriptions to improve routing accuracy, but I would want stronger routing controls, confidence scores, deterministic fallback rules, and easier visualization of why a particular agent was selected.
For how long have I used the solution?
I have been working in my current field for about five years now, and I have been working with IBM watsonx Orchestrate ever since it started.
What other advice do I have?
I advise others looking into using IBM watsonx Orchestrate to actually try to get a free tier, which is available for around thirty days. Build a POC for your own use case, see how good IBM watsonx Orchestrate is for building agents and assistants, and then deploy it, test it, and from there you could decide if it fits your needs.
The feature that I rely on the most is the multi-agent orchestration and agent builder using the ADK because in my project, I had an orchestrator agent and I built multiple agents using the ADK, automating building that using cloud code. One feature that I would see more of is reporting; I want to be able to build pins in my agent, to see out of a thousand calls, how many times one tool was called specifically, or how many times a specific journey was triggered.
When it comes to accuracy and reliability, IBM watsonx Orchestrate has several strong points. One advantage of Orchestrate is that I do not have to rely solely on generative responses; I can ground agents through enterprise knowledge and APIs, separate responsibilities across specialized agents, and explicitly control which tools should be used for particular tasks. I can then evaluate routing accuracy, tool call precision, parameter accuracy, semantic correctness, and end-to-end journey completion before releasing changes. For example, if a user asks about a claim, I do not want the model generating claim information from its own knowledge; I want it to identify the intent, authenticate the member if required, call the appropriate back-end tool, retrieve the authoritative data, and formulate the response from that result.
What stands out to me the most is the ability to create multiple agents and agent orchestration very seamlessly and very fast, in a matter of minutes. I would rate my overall experience with IBM watsonx Orchestrate a ten out of ten.