Salesforce Headless 360: What It Means for Your Multi-SaaS Integration Stack
Salesforce launched Headless 360 at TDX 2026, turning every Salesforce capability into an MCP tool. Here's what it changes, what it doesn't solve, and why your other 60 SaaS apps still need a gateway.
Last week at TDX 2026, Salesforce launched the biggest architectural shift in its 25-year history. They called it Headless 360. In one keynote, they turned every Salesforce capability — Sales Cloud, Service Cloud, Marketing Cloud, Data Cloud, Agentforce — into a set of MCP tools that any AI agent can call directly.
If you've been reading what I've written about MCP and multi-SaaS stacks, you already know why this is a big deal. The largest SaaS vendor on Earth just validated the MCP-first architecture. They didn't wrap an old REST API and call it AI. They rebuilt the platform from the ground up so agents are first-class citizens.
It's great news for customers. It's also the single most important reason the category I'm building in just got more important, not less.
The numbers: 60+ new MCP tools shipped. 30 new coding skills in Agentforce Vibes 2.0. And around 100 SaaS applications in the average enterprise — which is the part Salesforce's keynote skipped over.
What Headless 360 Actually Ships
Let's separate what was announced from what was marketed. There are four pieces worth understanding:
1. Headless 360 itself. Every Salesforce object, every automation, every record-level action is now exposed as a native MCP tool. An agent can read an opportunity, update a case, trigger a flow, or query a Data Cloud segment without touching a REST endpoint. The UI is optional. The data and logic are portable.
2. Agent Script. A new declarative language for defining agent behavior inside Salesforce. Think of it as the Apex of the agent era — but scoped to Salesforce-internal orchestration. Great for "when this opportunity closes, run these five steps inside Salesforce." Not designed for "when this opportunity closes, also update HubSpot, ping Slack, and create a NetSuite invoice."
3. Agentforce Vibes 2.0. Agentforce got a major upgrade. Thirty new coding skills, persistent memory, improved reasoning, and — most importantly — the ability to call MCP tools from any vendor, not just Salesforce.
4. AgentExchange. A new marketplace where Salesforce customers discover third-party agents and agent-enabled integrations. Think AppExchange, but for agents.
Bundled together, these four pieces make Salesforce the first major SaaS vendor to ship a complete agent-first platform. That deserves credit.
Why This Is Good News for Customers
For years, getting an AI agent to do anything useful inside Salesforce meant either:
- Writing custom Apex code that wrapped REST calls in an LLM-friendly way
- Paying a specialist shop six figures to build a bespoke integration
- Relying on Einstein, which was capable but locked to Salesforce-native workflows
Headless 360 wipes all three problems out. Any MCP-speaking agent — Claude, GPT, Gemini, or a custom model — can now read and write Salesforce data with production-grade governance, audit logs, and scoped permissions. That's a massive unlock for every org running Salesforce.
If you only use Salesforce, Headless 360 might be all the agent infrastructure you ever need. Read that sentence carefully, because the word is "only."
What Headless 360 Does Not Solve
Here is where the picture gets real. The average enterprise runs around 100 SaaS applications. Salesforce is one of them. A big one, but one.
Your agent does not want to live inside a single vendor's walled garden. Your agent wants to:
- Read an opportunity in Salesforce
- Update the associated deal in HubSpot
- Create a customer record in NetSuite
- Open a ticket in Jira if renewal risk is flagged
- Post a status summary in Slack
- Log every action to Splunk for compliance
Six systems. One workflow. Headless 360 covers exactly one of those systems. The other five are still on whatever API story their vendor ships. Some are modern REST. Some are SOAP. Some are GraphQL with a custom auth scheme. None of them are coordinated with each other.
The 70% Gap
Forrester projected earlier this year that 30% of enterprise SaaS vendors will ship MCP servers in 2026. That number was used by Salesforce in their keynote — and it's correct. But the implication cuts the other way too. Seventy percent of your stack will not ship MCP servers this year. And of the 30% that do, each will have its own auth model, schema quirks, governance controls, and rate-limit behavior.
An MCP tool from Salesforce looks nothing like an MCP tool from HubSpot, because neither vendor is going to let the other dictate their schema. The tools all speak MCP the way a Spanish speaker and a Japanese speaker both speak "human language" — the protocol exists, but the content is still foreign. You need a translation layer.
Headless 360 + Your Other 60 SaaS Apps
Here is what the real production architecture looks like in a post-Headless-360 world. Your AI agent needs to reach:
- **Salesforce** via native MCP (Headless 360)
- **HubSpot** via REST (no MCP yet)
- **NetSuite** via SOAP + REST (no MCP yet)
- **ServiceNow** via REST with early MCP preview
- **Splunk** via HTTP Event Collector
- **60 more SaaS systems**, each with its own API story
Without a gateway in front of that mess, your agent needs custom auth, custom retry logic, custom audit logging, and custom permission scoping for every single system. Governance gets impossible the moment you have three agents and six systems. Nobody can tell you which agent touched which record when a customer files a privacy complaint.
The fix is a multi-SaaS MCP gateway — a single control plane where every SaaS app, including Salesforce via Headless 360, is exposed as a governed MCP endpoint. That is exactly the problem I built BuildForce to solve, and exactly why Salesforce's announcement is a validation, not a threat.
BuildForce vs Headless 360: Not a Competition
I want to be direct about this because it is the most common question I have heard in the five days since TDX. "Doesn't Headless 360 replace what BuildForce does?"
No. They work together. Here is the clean mental model:
- **Scope.** Headless 360 is Salesforce only. BuildForce covers 80+ SaaS apps.
- **Purpose.** Headless 360 exposes Salesforce as MCP. BuildForce orchestrates every MCP endpoint.
- **Governance.** Headless 360 is Salesforce-specific. BuildForce unifies governance across every system.
- **Relationship.** Headless 360 is an MCP-server provider. BuildForce is an MCP gateway and client.
- **Best fit.** Headless 360 fits Salesforce-only orgs. BuildForce fits multi-SaaS orgs — which is almost everyone.
BuildForce consumes Salesforce's new MCP tools the same way it consumes tools from any other vendor. Your agent calls BuildForce. BuildForce routes the Salesforce request to Headless 360, the HubSpot request to HubSpot's API, the Slack request to Slack's MCP server, and so on. One governance layer. One audit log. One permission model.
The Five Questions Every Salesforce Customer Should Ask This Quarter
If you run Salesforce plus other systems, here is the checklist I would walk through if I were in your seat this week:
- **How many SaaS apps do my agents need to touch besides Salesforce?** If the answer is "zero," Headless 360 is likely enough. If the answer is "four or more," you need a gateway.
- **Do I want my agent logic locked into Agent Script?** Agent Script is fine for Salesforce-internal flows. But it is a Salesforce-proprietary DSL. Anything written in it will not run against any other vendor's platform. Factor that portability cost in when you plan.
- **How will I govern agent access across systems?** Headless 360 handles Salesforce-scoped permissions well. It cannot see what your agent is doing inside HubSpot or NetSuite. A gateway gives you one place to see and govern everything.
- **What happens when HubSpot or NetSuite ships their own Headless equivalent?** Your architecture should work the same whether a vendor ships MCP tomorrow or next year. Do not bet on vendor timelines — bet on a layer that normalizes whatever any vendor ships.
- **How will my AEO and SEO strategy keep up?** Headless 360 reshuffles the integration keyword landscape. Every listicle, every analyst brief, every peer recommendation is about to get rewritten. If your product's positioning does not acknowledge the Headless world explicitly, buyers will route around you.
What I'm Shipping in Response
Since the announcement, here is what has moved to the top of BuildForce's roadmap:
- **Native Headless 360 integration.** MVP coverage of the top 15 Salesforce MCP tools in May, full coverage in June.
- **AgentExchange listing.** BuildForce will be in AgentExchange within 30 days so Salesforce buyers can find us in their own marketplace.
- **Agent Script read support.** We'll accept Agent Script as one valid input format alongside MCP-native agent specs. We will not compete on a Salesforce-proprietary DSL — portability is the whole point.
- **Updated docs and demo.** Every Salesforce example in our docs is getting rewritten to use Headless 360's MCP approach. Legacy REST examples stay for existing customers, but new users will see the modern pattern first.
The Bottom Line
Headless 360 is the most important SaaS launch of 2026 so far. It proves MCP is not a fringe protocol — it is the new front door for every major platform. But it also makes the multi-SaaS problem more visible, not less. The more vendors ship MCP-native endpoints with incompatible schemas and governance models, the more valuable a neutral orchestration layer becomes.
Salesforce just gave every customer a gift. They also reset the timer on a question every enterprise now has to answer: how do I govern one agent across a hundred systems? That's the question BuildForce was built for. And it's the question I'll be writing about a lot more in the weeks ahead.
Running Salesforce plus other SaaS apps and trying to figure out what changes this quarter? Find me on LinkedIn at linkedin.com/in/timowens — happy to trade notes.