SALESFORCE HEADLESS 360

Salesforce for an Agent-First World: Salesforce Headless 360 Explained

Why Salesforce is rebuilding itself for a world where opening a browser tab is optional

Picture a supply coordinator at a regional health system checking the status of a purchase order without logging into a Salesforce console. Instead, they simply ask a question in Slack. Or a developer at a systems integrator building an approval workflow without opening Salesforce Setup — she does it from Cursor, the IDE already on her screen. In both cases, they are not thinking, "I'm using Salesforce." They are just getting work done in the tools they already use, at the speed they expect from software in 2026.

That is the world Salesforce has been moving toward, and Parker Harris captured the idea in one simple question:

"Why should you ever log into Salesforce again?"

For a company that built its entire business around the browser tab, that is a bold thing for its own founder to say. It is also the clearest signal of what Salesforce executives were trying to explain when they introduced Headless 360 at TDX26 and Salesforce World Tour.

In This Article

01
The Problem

Cracks in the Old Model

Agentforce showed that AI agents could operate inside the Salesforce platform. But as more enterprises moved from demos to real production use, the same four problems kept showing up, regardless of industry:

Those are the gaps Headless 360 is meant to close.

02
The Concept

What "Headless" Actually Means

Patrick Stokes, Salesforce's Chief Marketing Officer, put it plainly:

"What headless means is we've decoupled the underlying platform from the user interface."
— Patrick Stokes, Chief Marketing Officer, Salesforce

In practical terms, software can now be written by a human working with a coding agent. It can be implemented in days or weeks instead of the six-to-twelve months a traditional enterprise rollout might take. And it can be used without a screen at all — through Slack, a chat window, a voice call, or another AI agent.

Why It Matters For Builders
Traditional software is deterministic: the same input reliably produces the same output, which makes it easier to test with simple assertions. Large language models are probabilistic: the same prompt can produce different, sometimes unexpected, results. That shift is what breaks the old model of enterprise software. Headless 360 is not just a new interface — it is a runtime designed to help probabilistic agents behave safely and reliably on top of deterministic enterprise data, permissions, and business logic.
03
The Announcement

Introducing Headless 360

Announced at TDX26, Salesforce Headless 360 is described simply as:

"One platform. Anywhere humans and agents work."

Once you strip away the marketing language, the promise comes down to three practical commitments:

01 · BUILD

With any coding agent

Point Claude Code, Cursor, Windsurf, or Agentforce Vibes at Salesforce and build, without writing custom middleware.

02 · DEPLOY

On any surface

Define an agent's logic once and let it run natively in Slack, Teams, ChatGPT, Claude, mobile apps, or voice.

03 · PROTECT

With built-in governance

Every agent action, no matter where it originates, passes through the same Trust Layer.

04
Pillar One

Build With Any Coding Agent

The technical foundation is MCP, the Model Context Protocol that Salesforce built in partnership with Anthropic. MCP lets an AI model discover and call external tools, APIs, and data sources at runtime, across any compatible client, without requiring custom integration code for each one. Salesforce has now exposed its platform through this standard: 60+ MCP tools, thousands of APIs, hundreds of CLI commands, and 30+ pre-built Agentforce skills.

On top of that foundation is Agentforce Vibes 2.0, a VS Code extension that lets multiple agents work together as coordinated "swarms" on a single project. Its Project Planner Mode can turn a product requirement directly into smaller, parallel build tasks. Because it is grounded in the Salesforce Catalog — a semantic index of an org's own metadata — the generated code can reuse what already exists instead of duplicating it. Every line is also checked against hundreds of Code Analyzer rules before it ships.

For teams with existing frontend investments, Salesforce Multi-Framework (beta as of today) lets React applications run natively inside Salesforce as micro-frontends — no rewrite into Lightning Web Components required.

The build phase is bookended by DevOps Center MCP and the new Testing Center, which let deployments and QA be driven entirely by natural language or API calls rather than clicking through pipelines by hand.

05
Pillar Two

Deploy on Multiple Clients

This is where Parker Harris's question becomes real. The Agentforce Experience Layer (AXL) separates an agent's business logic and permissions from any one screen. A developer defines what the agent can do and what it is allowed to access once; the layer then understands the user's prompt, assembles the right interactive widgets, and renders them naturally — as a Slack message, a Teams card, inside ChatGPT, or as a voice response — without rebuilding the experience for every channel.

In practice, that means an employee could resolve a case, check a forecast, or approve a request entirely inside Slack, through Slackbot, without ever opening a Salesforce tab. For a regional health system, for example, it could mean bringing supplier data, purchase requests, and approval workflows from several disconnected systems into one MCP-powered front end without replacing the existing backend. Supply coordinators get real-time visibility into orders and inventory; clinical teams deal with fewer stockouts and less paperwork.

On the customer-facing side, the same layer powers Agentforce Voice inside chat and mobile apps, letting a customer switch between typing and speaking.

06
Pillar Three

Protect With Built-In Governance

None of this works for a regulated enterprise unless it is demonstrably safe. That is why governance is not treated as an add-on in this architecture; it is the layer everything else depends on. The Salesforce Trust Layer enforces sharing rules, field-level security, and deployment gates on every agent action, just as it would for a human user working through the UI. Administrators also have concrete ways to give an external agent less access than the human it supports: point it at a read-only MCP server, restrict it to a Named Query backed by a fixed SOQL statement, or wrap a custom Apex action or Flow as the only tool it can call.

Looking beyond Salesforce itself, the company has introduced MuleSoft Agent Fabric, which it describes as a control plane for the entire agentic enterprise — not only agents built on Salesforce, but agents built anywhere.

In short, it gives enterprises one place to see and govern every agent touching the business, no matter who built it.

07
The Architecture

The Architecture Underneath

For architects who want to know how this fits together, Salesforce describes Headless 360 as four layered "systems" sitting on top of a shared Trust Layer:

Headless 360 architecture diagram showing systems of engagement, agency, work, and context on a shared Trust Layer
Salesforce Headless 360 architecture — four layered systems on a shared Trust Layer.
LayerWhat It Covers
System of EngagementSlack (Slackbot, Canvas, Enterprise Search, Messaging & Huddles), plus other workspaces like Teams, ChatGPT, and Claude.
System of AgencyAgentforce customer and employee agents, reachable via voice, web, mobile, and messaging, orchestrated through Agent Fabric and open to any agent via MCP and A2A.
System of WorkCustomer 360 itself: Sales, Service, Field Service, Commerce, Marketing, Revenue Management, and the industry clouds — as well as open to any external apps.
System of ContextData 360: CDP, MuleSoft, Informatica, and Tableau, unifying structured and unstructured data in real time via zero-copy, open to any data lake or warehouse.

Within these layers are dozens of individually addressable MCP providers — including sobject-reads, sobject-mutations, tableau-next, and data-360. Each one exposes a narrow, governed slice of Salesforce capability that an agent can call directly. That is a very different way to think about Salesforce: not as one large interface that tries to do everything, but as a set of small, composable, permissioned tools that any approved agent, on any surface, can use.

08
The Impact

What This Means for Salesforce Customers

Headless 360 changes the everyday experience of almost every role that touches Salesforce, not just developers:

Developers

Ship a complete agent in days or weeks, not months, using tools they already have open — Claude Code, Cursor, or Vibes — instead of learning Salesforce-specific tooling first.

Architects

Design and orchestrate agents across multiple platforms and vendors, not just within one stack, using Agent Fabric and the Agent Registry as the control plane.

Admins

Configure solutions with natural language through "Setup with Agentforce," without writing a line of code.

Business Users

Get their work done inside Slack, Teams, or a chat window — and per Parker Harris, may genuinely never need to log in to Salesforce directly.

Around all of it, Salesforce is building an ecosystem to match: AgentExchange now lists thousands of agents and tools, giving ISVs and entrepreneurs a direct channel to thousands of enterprise customers.

09
The Takeaway

What's Really Changing?

For 27 years, Salesforce has told a version of the same story: helping companies connect with their customers in a new way, from cloud to mobile to Agentforce. Headless 360 is being framed as the next chapter in that story, not a break from it. The point is simple: if agents are going to act on behalf of a business, they need the same context, permissions, and trust that human employees rely on — available instantly, wherever the work is happening.

The browser tab is not disappearing. It is just no longer the only way in.

And for a platform that spent nearly three decades being defined by that door, making it optional may be the real headline. Everything else in this article is the engineering required to make that choice safe.