← Back to Insights

Insight

The Agent Runs As You

Ariel Agor
The Agent Runs As You

Listen · Read by Leo · click any word to jump

0:00 / · loading…

On August 26, 2026, Salesforce and Anthropic announced Claudeforce. The press release spent most of its space on model quality, co-selling motion, and the pilot customer list. The sentence that actually mattered sat near the end. Claude would run inside what Salesforce called its "trusted enterprise harness." Every record the model reads, every field it writes, every workflow it triggers would be gated by Salesforce's identity and permission stack. Anthropic accepted that gating as the price of the deal.

That sentence is the whole story of enterprise AI agent deployment in September 2026.

Anthropic accepted because Salesforce had built the harder half of the product. The model was already good enough for the job Salesforce wanted done. What Salesforce shipped, and what Anthropic could not ship on its own, was a way to let an autonomous agent act inside a company's existing permission graph without punching a hole through it. The harness is what Claudeforce ships. The model was already on the customer's shortlist.

Most enterprise buyers in September 2026 are still shopping for the model.

Enterprise AI Agent Deployment Is A Delegation

When your team "deploys" a Salesforce Agentforce agent, or a Claude Agent SDK worker, or a homegrown crew stitched together with Model Context Protocol servers, the word "deploy" is doing dishonest work. Nothing about the operation looks like installing a piece of software. There is no binary to sign, no service to register, no port to open. What actually happens is that a principal, which is to say an identity, receives the authority to act on your systems without a human sitting behind the keystroke.

The principal has to log in somewhere. It has to authenticate to Salesforce, to the data warehouse, to the ticketing system, to the internal wiki, to the vendor invoice tool, to the outbound email gateway, to every one of the fifteen or thirty SaaS accounts the assistant is expected to touch. Every one of those systems hands it back a token. Every token carries a set of rights.

The question the vendor deck rarely asks: whose rights?

There are three deployment patterns in the field right now, and each of them grants a different quantity of your company to the model.

The first pattern is a dedicated service account. The account exists only for the agent, is scoped as narrowly as the operator has the patience to configure, and nobody owns the escalations when the agent gets stuck. This pattern is rare in production because the operational overhead is unforgiving. Every new integration means another scope, another approval, another rotation cadence. Most enterprises try it once, find it slow, and switch.

The second pattern is the runtime user's session. The agent runs as the human who launched it, borrows their access token, and inherits every right that human holds. This is the default for almost every embedded assistant shipping in September 2026. The account executive using Agentforce Sales gets an agent that can query anything the account executive can query. The controller using an accounting copilot gets an agent that can approve anything the controller can approve. The convenience is enormous. The audit trail is worse than useless, because every log line says the human did it.

The third pattern is delegated identity. The agent holds an assertion signed by an identity provider, presents it per call to each downstream service, and the downstream service decides in real time whether the specific action requested falls inside the delegation. Standards like OAuth's ID-JAG profile and the token-passing patterns emerging around Model Context Protocol point at this shape. Very few production deployments have gotten there yet.

According to a 2026 governance survey summarized by Sennovate, 63% of organizations running agents in production cannot enforce purpose limitations on them. They know what the agent is supposed to do. They cannot technically prevent it from doing other things. "Purpose limitation" is the shorthand security and legal teams use for something concrete: if the agent was authorized to answer support tickets, it must be technically incapable of drafting a payment or querying HR, even if the model, prompted cleverly, wants to.

That 63% is the story.

The Pilot-To-Production Gap Is Where The Authority Explodes

McKinsey's State of AI in 2026 puts scaled enterprise deployment at 40% of large organizations, up from 27% the prior year. A separate industry read finds that 88% of pilots never reach production at all, while 80% of enterprise applications embed some form of agent and only 31% run one live. The models are ready. The gap opens at the identity question, which is where every project stalls.

The pilot ships with a service account. It has three permissions. It queries a read-only slice of a dev database and posts to a Slack channel. It works beautifully. Everyone signs off.

Then the production version has to write. It has to update case status, reassign tickets, touch commissions, adjust credit lines, cancel orders. The service account now needs authority the security team is unwilling to hand to a batch process with no accountable human owner. So the shortcut ships: the agent runs as whichever user invoked it. The pilot's crisp permission story evaporates on the day production goes live.

Cisco announced in September 2026 that its MyAgent program had been extended to roughly 90,000 employees worldwide. Each of those employees now has an agent that inherits their identity across Cisco's internal systems. That is ninety thousand new principals with the full permission surface of the human who logged in, sitting at a keyboard that no longer needs a human to type. The internal audit team does not get to see 90,000 new identities in the identity provider. They see the same 90,000 employees, doing more work.

The Salesforce Agentic Enterprise Index reports that customers who activated Agentforce agents saw their agent counts roughly triple in a single fiscal year. Every one of those new agents had to be granted authority somewhere. In the aggregate, the number of active principals inside the average large Salesforce tenant has multiplied silently. The audit tooling has not caught up. The permission model on the CRM side has, which is why Salesforce could sell the "trusted enterprise harness" line to Anthropic. But the customer still has to define what their agents may and may not do inside that harness. That work is architecture, not a checkbox.

The Enforcement Date Nobody Priced In

The EU AI Act reached its next round of broad enforcement on August 2, 2026. Among the obligations that took hold on that date is a requirement to demonstrate purpose limitation for AI systems used in workflows the regulation treats as covered. In practice, a European regulator can now ask a company to prove that the agent it deployed to handle credit application intake cannot also read customer service transcripts, or write to the marketing send list, or query the HR database.

For an agent that inherits its user's identity, that proof is impossible. The user's account holds all of those permissions. The agent, running as that user, holds them too. The best a company can offer is a prompt that asks the model politely to stay in its lane. Prompts are not access controls.

Gartner's headline forecast from the same window is that by 2028, one in four enterprise breaches will trace back to agent abuse, split between external attackers and malicious insiders. The insider case is particularly hard because the insider does not need to abuse anything themselves. They just need to prompt an agent that already holds their permissions to do the thing they would rather not sign for. The audit trail will name the insider. The action will look ordinary. The prompt that steered the agent will sit in a chat transcript no auditor thinks to ask for.

The remediation the security industry is converging on has three components. Bounded delegation, so an agent's authority is scoped per task and expires when the task ends. Short-lived credentials, so a leaked token stops working before an attacker has time to use it. Per-action authorization, so the downstream system decides in real time whether the specific action requested falls inside the delegation. Tenable's CyberAgents Exchange AI Inspector, announced earlier this year, is one of the first commercial products designed to sit in the pre-deployment slot and refuse to let an agent go live without those components in place.

None of this is optional in 2027. It is the ante.

What The Architecture Looks Like If You Do It Right

The problem has a definite shape. Companies that will still be operating agent estates in 2028 are already building to it.

Every agent has a declared purpose. That purpose maps to a specific set of tools the agent is allowed to call. Each tool call presents a fresh, short-lived credential minted for that action, and the downstream system authorizes the call against the agent's declared purpose rather than against the standing rights of whoever launched it. When the agent finishes the task, the credential dies. When the purpose changes, a human signs a new delegation. Every action produces an audit record that names the agent, the purpose, the tool, the credential, and the authorizing policy. The record outlives the agent.

Getting there requires four things a typical enterprise does not have.

An identity provider that can mint per-call, per-purpose assertions. Most companies have invested in single sign-on for humans, not per-call minting for machines. OAuth's ID-JAG profile, which lets one party mint a delegated identity assertion another party will accept, is the standards-track answer, and it is barely deployed. Okta, Auth0, Ping, and Entra all have work in flight. Most tenants are on old contracts with none of it enabled.

A policy engine that can evaluate "is this specific action inside this specific purpose" fast enough that the agent does not stall waiting for an answer. Open Policy Agent, Cedar, and the emerging authorization products from the identity vendors are converging on this shape. Anyone running more than a handful of agents in production is choosing between them this quarter.

A tool layer that speaks the delegation. Model Context Protocol servers written naively pass through the caller's token unchanged. MCP servers written well accept a delegated assertion, unwrap it, and hand the downstream API a scoped credential valid for one call. Most of the internal MCP servers your team has already written are the naive version and will need to be rebuilt before an EU regulator asks a question you cannot answer.

An audit pipeline that records the whole chain. If the postmortem after an incident cannot answer "which policy allowed that specific call," the delegation model does not exist in any operational sense, whatever the architecture diagram says.

Companies that ship this in 2026 will run agents in production without waking up to a Gartner-forecast breach in 2027. Companies that ship the shortcut will discover in the next 18 months that the shortcut was borrowing from an unsecured line of credit against their audit and their regulatory exposure.

The Vendor Will Not Solve This For You

The temptation, reading the Claudeforce announcement, is to conclude that Salesforce solved the problem and the tenant only has to buy the product. That conclusion is wrong in a specific way.

Salesforce built the harness. It did not fill it. The harness is the mechanism that gates every action an agent takes on Salesforce data by a policy the tenant defines. The tenant still has to define the policy. Salesforce ships the enforcement point. It does not ship your access control matrix.

Anthropic ships a model capable of restraint when the harness refuses a call. It does not ship the deployer's principal.

Every reference architecture from every agent vendor at Dreamforce 2026 next week will have the same structural gap. The vendor delivers the runtime. The customer delivers the delegation. The customer who treats the delegation as an IT ticket rather than as an architecture decision has bought a lottery ticket on their own audit.

The consulting market has understood this before the buyer market has. The teams landing significant agent transformation contracts right now are the ones offering to design the identity and delegation model first and the agent second. The teams still leading with "let me show you how to click through Agentforce" are being asked to sit at the smaller table.

Architect The Grant Before You Buy The Model

The most expensive decision an enterprise will make in the next twelve months is which principal its agents run as. That decision cannot be delegated to the vendor, cannot be inferred from marketing collateral, and cannot be patched after production. It has to be designed before the first deployment and enforced by the platform every agent runs on.

Off-the-shelf agent products are the workload, not the substitute for the delegation model. A company that buys Claudeforce, Agentforce, Copilot Studio agents, and a homegrown MCP fleet without first defining who those agents act as will have four different vendors' assumptions running against its data, with no single policy that governs any of them. When the first incident lands, the response will be a scramble to invent, in retrospect, the delegation model that should have been written first.

Building that policy is not a procurement exercise. It is a design decision. It touches identity, security, legal, audit, and every business unit whose data will be visible to a machine that reasons and acts on its own.

Agor AI Advisory works with executive teams on exactly this. We do not resell agent platforms. We architect the delegation model, the audit chain, and the policy engine that let an enterprise agent deployment survive contact with the auditor and the regulator. Schedule a strategic consultation with us today.

Sources

Want this kind of automation working for your business?

Agor AI designs and ships the systems these posts describe, scoped in weeks, not quarters.

Book a Free Strategy Call