
A Salesforce sign is displayed at their office on February 25, 2026 in San Francisco, California. Salesforce is expected to release their fourth-quarter earnings after markets close Wednesday afternoon. Benjamin Fanjoy/Getty Images
Salesforce brought Multi-Agent Orchestration in Agentforce to general availability on Monday, June 15, 2026, the centerpiece of its Summer '26 release and the moment its enterprise AI platform formally moved from single chatbots to coordinated teams of specialist agents. For the tens of thousands of organizations running Agentforce, the practical gain is real, but so is a less-advertised consequence: in this architecture an agent's plain-language description, not the underlying model, increasingly decides whether work gets routed correctly — and any stale data or misconfigured process logic now gets executed faithfully across many automated runs.
The release rolled out in waves from June 13 and is production-eligible under API v67.0. Multi-Agent Orchestration had been in beta through the Spring '26 cycle; the June 15 date is what makes it supported for production workloads rather than preview-only experimentation.
For most of Agentforce's history, an agent was a single system handling a single domain: one bot answered product questions, another qualified leads, each configured and maintained independently. Multi-Agent Orchestration changes that arrangement. A single primary agent now serves as the entry point for a request and routes it to the best-fit specialist — whether that is a billing agent, a scheduling agent, or a product-support agent — while holding shared context across channels so a customer who starts on chat and follows up by email does not have to repeat themselves.
The trajectory is steady. Salesforce shipped the first Agentforce platform in October 2024, followed by Agentforce 2, Agentforce 2dx, and the Agentforce 360 launch at Dreamforce in October 2025. Summer '26 is the release that turns the "team of agents" idea from a configuration pattern into a generally available, production-supported capability.
The coordination layer underneath the orchestration is the Atlas Reasoning Engine 3.0, which ships with Summer '26. Its job is to interpret an incoming request, determine what data and actions the task requires, identify which agent or tool is responsible, and execute — then reassemble the result into a single answer for the user.
The mechanism that matters most is how it routes. Atlas does not follow fixed decision trees. Instead, the orchestrator inspects which subagents are registered and reads each one's description, instructions, and available actions to decide which specialist is best equipped for the job. It then decomposes the request into sub-tasks, hands them to the relevant specialists, takes their output back, and repeats until the goal is met before returning a final response.
That design choice has a direct engineering consequence. Because routing is driven by natural-language descriptions rather than hard-coded rules, an agent's description functions as a load-bearing routing input, not documentation for humans. Describe a subagent vaguely and the orchestrator routes badly; the result is more agents and less reliability. The practical instruction for anyone building on the platform is to write precise, bounded descriptions that state explicitly what each agent handles and — just as importantly — what it does not.
The deeper implication of production multi-agent orchestration is one the launch materials do not foreground. In a multi-agent system, no single agent holds a global view and no one agent is in control, so there is no single place where end-to-end logic is reviewed. When you distribute work to specialists that faithfully execute their domain's existing automation, the system amplifies whatever is already broken in the underlying configuration.
The consulting firm Sirocco Group calls this the "seam problem." A lead-routing agent can inherit an assignment rule written for a sales team that no longer exists; an entitlements agent can honor an entitlement that was supposed to be retired; a forecasting agent can pick up a custom field that has been repurposed three times. None of these are defects in Agentforce. They are defects in the foundation that Agentforce now executes faithfully, the firm notes, hundreds of times an hour, with full audit logs documenting every faithful execution. Its conclusion is direct: a data and process audit before deployment is not optional, it is the cheapest insurance available — and most buyers skip it because the license has already been signed.
Summer '26 also ships Tableau MCP, which lets Agentforce agents query Tableau's analytics engine directly so their answers are grounded in real business data while staying protected by the Agentforce Trust Layer. MCP, the Model Context Protocol, is an open standard that Anthropic introduced in November 2024 to standardize how AI systems connect to external tools and data, replacing a tangle of one-off connectors with a single, two-way protocol. In Agentforce, that connection runs both directions: agents can call external MCP tools as action sources, and Salesforce workflows can be exposed as MCP tools to other systems.
For agents that live outside Salesforce entirely, Agentforce supports the Agent2Agent (A2A) protocol, which lets a primary agent securely delegate work to third-party agents on other platforms. A2A predates this release: Google introduced it in April 2025 with more than 50 technology partners, including Salesforce, and it is now stewarded by the Linux Foundation, with Salesforce having contributed the "Agent Card" concept used for capability discovery. Together, MCP and A2A are the interoperability layer that lets coordinated agents span vendors rather than living in one company's silo.
Orchestration is one of ten headline features in the release. The most consequential for IT teams is the IT Service Domain Pack, which delivers more than 50 specialized AI agents out of the box in Slack, Microsoft Teams, and the IT Service Desk to detect intent and resolve employee requests across roles. Agentforce Self-Service adds a redesigned Help Agent that can be configured in six clicks or fewer, aimed at replacing dead-end web forms with conversational resolution. The release also includes a Customer Engagement Agent for 24/7 lead qualification, Momentum for capturing conversation data back into Salesforce in real time, a Scheduling Console for dispatch, and several industry-specific additions — all production-eligible under API v67.0.
Read more: Salesforce Hits 2026's Worst Dow Jones Run as AI Agents Threaten Its Core Revenue Model
Salesforce reported Agentforce annual recurring revenue of $800 million in its fiscal Q4 2026 results in February 2026, a 169% year-over-year increase, alongside roughly 29,000 Agentforce deals and 2.4 billion agentic work units logged across Agentforce and Slack. Those are company-reported figures, but they frame why the GA milestone matters: moving orchestration out of beta gives that installed base a supported foundation for production workloads rather than preview tooling. The shift also sharpens a debate analysts have raised about whether agent automation pressures Salesforce's traditional per-seat licensing model. Gartner projects that at least 15% of day-to-day work decisions will be made autonomously through agentic AI by 2028 — and that more than 40% of agentic AI projects will be canceled by the end of 2027 due to escalating costs, unclear business value, or inadequate risk controls. The data points that separate the deployments that succeed from those that stall, Gartner warns, are preparation quality and use-case discipline — which is precisely the ground the seam problem occupies.
What is Salesforce Agentforce multi-agent orchestration?
It is a capability, generally available since June 15, 2026, that lets you build a team of specialized AI agents coordinated by a single primary agent. The primary agent is the customer's only point of contact and routes each request to the best-fit specialist, holding shared context so users never have to repeat themselves or navigate between separate bots.
How does the Atlas Reasoning Engine route tasks between agents?
The Atlas Reasoning Engine 3.0 reads each registered subagent's description, instructions, and available actions and uses that to decide which specialist handles the task. There are no fixed decision trees, which is why the wording of an agent's description directly affects routing quality.
Does Agentforce work with non-Salesforce agents?
Yes. Through support for the Agent2Agent (A2A) open protocol, a primary Agentforce agent can securely delegate work to third-party agents running on other platforms. A2A is an open standard launched by Google in 2025 with more than 50 partners and now stewarded by the Linux Foundation — not a Salesforce-only feature.
What should companies do before turning on multi-agent orchestration?
Audit the underlying data and process logic and write tight, specific descriptions for every agent first. Because orchestration faithfully executes existing automation and routes by reading descriptions, stale assignment rules, retired entitlements, or vague agent descriptions get amplified across many automated runs rather than caught.
Multi-Agent Orchestration is a genuine step from pilots to production, and the move from single bots to coordinated specialists is the clearest signal yet of where enterprise AI is heading. The leverage for the people deploying it, though, sits somewhere unglamorous: in how precisely each agent is described and how clean the underlying data and process logic is. That, more than the model, now decides whether a team of agents resolves work — or faithfully scales the mistakes already in the system.
