At Dreamforce ’26 on September 15, Salesforce launched AIforce, a “live interface layer” designed so that your sales team can read pipeline, update records, and run approvals from Claude, Slack, or anywhere else — without opening Salesforce. Salesforce’s Patrick Stokes put it bluntly on stage: AIforce “disaggregates the UI and brings AI in to kind of replace it.” Strip away the keynote theater and this is a structural change to how CRM software is consumed, and it is not unique to Salesforce — HubSpot and Zoho shipped the same capability, quietly, earlier this year. Here is what actually shipped, what is still a pilot, and the five things that break in a real org when the screen stops being the control point.
Key Takeaways
- AIforce is a bundle, not a product: Claudeforce (Salesforce in Claude), Slackforce, Agentforce Coworker, and the Headless Toolkit — 60+ MCP tools, 4,000+ APIs, and 220+ CLI commands exposed to any authenticated caller.
- Salesforce also unveiled Koa, its first CRM-specific reasoning model, post-trained on NVIDIA Nemotron 3 Super using synthetic data across 14+ industries. It is in pilot; general availability is expected winter 2026 in U.S. regions. No pricing has been disclosed for either Koa or AIforce.
- This is an industry pattern, not a Salesforce exclusive. HubSpot’s remote MCP server went GA at mcp.hubspot.com in April 2026 with CRM write support; Zoho MCP exposes CRM, Desk, Books, Inventory, Projects, Creator, and Campaigns to any MCP client.
- The real risk is not the AI. It is that most orgs enforce business rules in the UI layer — required fields on page layouts, conditional visibility, hidden buttons — and headless access walks straight past all of it.
- Your permission model and your field metadata become the entire interface contract. Badly named fields and over-broad profiles stop being cosmetic problems.
- Budget for governance maturity. Analysts reviewing Headless 360 flagged that agent governance tooling is early-stage and that enterprises should expect to supplement it with their own evaluation frameworks for the next 12–18 months.
What Salesforce Actually Announced
AIforce is best understood as the packaging of work Salesforce has been shipping all year. In April 2026 the company announced Headless 360, which exposed platform capability as APIs, MCP tools, and CLI commands so that agents could operate without a browser. The Headless Toolkit surface now spans 60+ MCP tools, 30+ coding skills, 4,000+ existing APIs, and 220+ CLI commands — available to any authenticated caller your trust layer authorizes.
On top of that foundation, Dreamforce ’26 stacked the consumption surfaces:
- Claudeforce / Salesforce in Claude. Announced August 26, 2026 as an expanded Salesforce–Anthropic partnership, it launched with a plugin carrying 37 prebuilt sales skills — meeting prep, deal health, pipeline review, email drafting, record updates. It moved to open beta in September and is installable from AppExchange. Critically, an admin connects it once; authentication and permissions are managed centrally rather than per user.
- Slackforce. Slack Surfaces render live Salesforce data inside Slack, and “Slack CRM” lets a user create an account or update a record from a prompt in a channel.
- Agentforce Coworker. An AI teammate embedded in Lightning that operates inside existing permissions and business rules. Adecco Group is the flagship reference, deploying it to roughly 27,000 employees across 40 countries.
The framing to hold onto: Salesforce is repositioning from a system of record to a system of execution. That is genuinely useful — and it is also why your configuration debt suddenly matters more than it did last quarter.
Koa: The Announcement With the Longest Tail
The more consequential technical news was Koa, Salesforce’s first CRM reasoning model, built with NVIDIA on the open-weight Nemotron 3 Super base. Salesforce says it post-trained Koa on synthetic datasets derived from 27 years of CRM knowledge spanning more than 14 industries — financial services, healthcare, manufacturing, travel — using supervised fine-tuning and reinforcement learning, with no customer data used in training. On Salesforce’s own CRM Benchmark, the company claims Koa matches or exceeds leading frontier models on CRM actions while producing three times fewer errors.
Treat that benchmark as what it is: a vendor-run evaluation on a vendor-designed test. But the strategic logic is sound and worth understanding even if you never buy Salesforce. A smaller, domain-specific model that knows what an opportunity stage, a renewal, and a case escalation actually are can be cheaper per task and more predictable than a general-purpose frontier model doing the same work. Salesforce’s EVP of AI framed the shift to TechCrunch as: “reasoning has always been something that we’ve relied on the frontier model providers for. Until now.”
Practical status as of today: Koa is in pilot with select customers, post-trained models go to select customers in October 2026, and general availability is expected winter 2026 in U.S. regions. Pricing is undisclosed. If a vendor or partner is selling you a 2026 roadmap that depends on Koa, that roadmap depends on a pilot.
This Is Not a Salesforce Story. It’s an Industry One.
If you run HubSpot or Zoho and read the Dreamforce coverage as competitor news, you missed it. The same capability is already live in your tenant, often without anyone on your team deciding to turn it on.
| Platform | Headless / agent access | Status | What it can reach |
|---|---|---|---|
| Salesforce | Headless Toolkit, AIforce, Claudeforce plugin | Toolkit GA; Salesforce in Claude open beta; Koa in pilot | 60+ MCP tools, 4,000+ APIs, 220+ CLI commands |
| HubSpot | Remote MCP server at mcp.hubspot.com (OAuth), plus self-hosted npm package | GA April 2026, after a September 2025 public beta | Contacts, companies, deals, tickets, notes, engagement history, marketing content — read and write |
| Zoho | Zoho MCP, exposing the REST API as MCP tools | Available | CRM, Desk, Books, Inventory, Projects, Creator, Campaigns and more, with scoped access and audit trail |
| Microsoft | Dataverse MCP for Dynamics 365 | Available | Dataverse tables reachable from Claude, Cursor, and Copilot |
HubSpot’s remote server is free and runs against your existing subscription and API limits — no separate MCP fee. That is convenient, and it is also exactly why an enterprising rep can connect their personal Claude account to your production portal on a Tuesday afternoon without filing a ticket.
Five Things That Break When the UI Stops Being the Control Point
We implement and clean up CRM orgs for a living. Here is what we consistently find the moment headless access is switched on.
1. Your business rules live in the UI, and the UI is now optional
Required fields set on a page layout. Buttons hidden by profile. Conditional field visibility in a Lightning record page. Multi-step screen flows that enforce a sequence. None of these constrain an API or MCP call. If “Closed Won requires a signed contract link” is enforced by layout rather than by a validation rule or Apex trigger, an agent will close deals without contracts on day one. Before you enable anything headless, inventory which of your rules are genuinely server-side.
2. Permissions stop being a convenience setting and become the security boundary
Salesforce’s pitch that an admin connects Claudeforce once and “every seller gets access from day one, with no re-auditing account by account” is a real efficiency win — and a real amplifier of whatever your permission model already gets wrong. Over-broad profiles, “View All Data” handed out to solve a reporting complaint three years ago, sharing rules nobody has reviewed since a reorg: all of it is now directly addressable in natural language by every rep on your team.
3. Attribution of actions gets murky
When an agent acting under a user’s OAuth token updates 40 records, your audit trail shows the user. Reconstructing who or what actually decided is a different problem. Ask your vendor specifically how agent-originated writes are distinguished from human writes in the audit log, and whether that distinction survives into your reporting and your data warehouse.
4. Your metadata is now the prompt
An agent reasons over field names, labels, descriptions, picklist values, and help text. An org with Custom_Field_17__c, three overlapping “Status” fields, and a picklist containing both “Closed—Lost” and “Lost (old)” will produce confidently wrong agent behavior. Field-description hygiene — historically the first thing cut from a project plan — is now functional configuration.
5. Cost and SLA exposure is undefined
Neither AIforce nor Koa has disclosed pricing. Analysts reviewing Headless 360 flagged exactly this: unstated pricing models, potential premium tiers, and no stated SLAs for MCP tool calls. Meanwhile HubSpot’s MCP server consumes your existing API limits — so a chatty agent can degrade an integration you depend on, and the first symptom will look like an unrelated sync failure.
A 60-Day Readiness Plan
- Find out if it’s already on. Audit connected apps, OAuth grants, and installed packages in every production tenant. Look for MCP clients and personal AI tools that already hold tokens.
- Write a one-page policy before a pilot. Who may connect an AI client, to which sandbox or production tenant, under whose credentials, and with what approval. Ten minutes of policy prevents a quarter of cleanup.
- Move UI-only rules to the server. Convert layout-level requirements into validation rules, triggers, or platform-level constraints. Test them by calling the API directly, not by clicking through the screen.
- Cut a least-privilege agent persona. Do not reuse a sales profile. Create a dedicated permission set scoped to the objects and fields the use case genuinely needs, then expand deliberately.
- Clean the metadata for the objects in scope. Fix labels, fill in descriptions, deprecate duplicate picklist values. Scope this to the two or three objects your pilot touches — not the whole org.
- Instrument before you scale. Turn on field history and session tracing for the objects in scope, and establish a baseline of API consumption so you can see what the agent adds.
- Pilot on read-only for two weeks, then grant writes on one object. Read-only pilots surface metadata and permission problems with zero blast radius.
- Define the kill switch. Know exactly which connected app to revoke, who has authority to revoke it, and how long a revoke takes to propagate. Rehearse it once.
CRM Experts Online’s Perspective
We think the headless direction is correct and largely irreversible. Reps have always hated data entry; letting them update a deal from Slack or Claude removes friction that ten years of adoption programs could not. The Adecco deployment across 27,000 employees is a real signal that this works at scale, not a slideware demo.
But our engagements this year keep landing on the same finding: headless access is a maturity test disguised as a feature launch. Orgs with a clean data model, server-side rules, and a disciplined permission set structure light this up in a week and get real value. Orgs carrying years of customization debt — the ones where nobody can say what actually enforces a rule — get erratic agent behavior, blame the AI, and stall. The gap between those two outcomes has almost nothing to do with which model the vendor shipped.
Our practical advice for the next two quarters: do not wait for Koa’s GA to start, and do not build a roadmap on it either. Start now on the unglamorous work — permission audit, rule migration, metadata hygiene — because that work pays off regardless of which vendor’s interface layer you end up standardizing on. And for mid-market teams on HubSpot or Zoho: you already have this capability, at no additional license cost, which means you can run a controlled pilot this month for the price of a few hours of admin time.
FAQ
Is AIforce available now, or is this a preview? It is mixed. The Headless Toolkit and Agentforce Coworker are available; Salesforce in Claude moved to open beta in September 2026 via AppExchange; Koa is in pilot with GA expected winter 2026 in U.S. regions. Verify status per component before committing to a timeline.
What does AIforce cost? Salesforce has not disclosed pricing for AIforce or Koa. Assume consumption-based pricing and premium tiers until told otherwise, and negotiate a cap or a pilot allowance before signing.
Do we need Salesforce to do this? No. HubSpot’s remote MCP server went GA in April 2026 with read and write access to contacts, companies, deals, tickets, and notes, and runs against your existing subscription. Zoho MCP covers CRM, Desk, Books, Inventory, Projects, Creator, and Campaigns.
Does our data get used to train these models? Salesforce states Koa was trained on synthetic data with no customer data used, and Benioff emphasized zero data retention for Salesforce models. Get that commitment in your contract rather than from a keynote, and confirm the terms separately for any third-party model you route through.
Can an AI agent do things a user isn’t allowed to do? It should not — agents operate under authorized credentials and existing permissions. The practical risk is the opposite: agents do everything the user is allowed to do, including things you assumed the UI prevented. That is why the permission audit comes first.
What happens to our Lightning pages and custom UI work? Nothing immediately; the browser UI is not going away. But it is reasonable to slow new investment in elaborate UI-layer configuration and redirect that budget toward data model quality, server-side validation, and permission design.
How mature is the governance tooling? Early. Analysts reviewing Headless 360 advised enterprises to supplement vendor governance with their own evaluation frameworks for the next 12–18 months. Plan for your own testing and monitoring rather than assuming the platform covers it.
What’s the smallest safe first step? A read-only MCP connection in a sandbox, scoped to one object, with a two-week evaluation of what the agent gets right and wrong. That surfaces most of your metadata and permission problems at zero risk.
Conclusion
“AI replaces the UI” is a good headline and a slight exaggeration — but the underlying shift is real, already generally available on three major platforms, and it changes where your CRM’s rules have to live. The winners over the next year will not be the companies that adopted the newest model. They will be the ones whose permission model, validation logic, and field metadata were clean enough to survive being addressed in plain language by an agent.
If you are not sure which of your business rules are actually enforced server-side — or you want a controlled pilot of agent access on Salesforce, HubSpot, or Zoho without opening your production org to surprises — schedule a consultation with CRM Experts Online. We will audit what is already connected, map your UI-only rules, and stand up a scoped, reversible pilot.
Further Reading
- Dreamforce ’26 official media resources and announcements — Salesforce
- Salesforce Launches AIforce at Dreamforce ’26: ‘AI Replaces the UI’ — Salesforce Ben
- Salesforce’s First CRM Reasoning Model ‘Koa’ Is Revealed at Dreamforce ’26
- Salesforce and Anthropic Announce Claudeforce — press release, August 26, 2026
- Introducing Salesforce Headless 360. No Browser Required.
- Salesforce launches Headless 360 to support agent-first enterprise workflows — CIO
- Salesforce and Nvidia’s new reasoning model — TechCrunch
- Integrate AI tools with the HubSpot MCP server — HubSpot developer docs
- MCP for Zoho CRM: AI Agent Servers for Secure CRM Access
- Dreamforce 2026 live coverage — ITPro

CRM & ERP Enterprise Technology Expert and Entrepreneurial Executive with 20+ years of leading CRM, ERP, Customer Experience, and Block-chain initiatives and projects across internal and customer facing technologies. Proven success in closing large deals in Pre Sales customer facing engagements and deploying enterprise wide CRM & Customer Experience solutions internationally and domestically.