LABARNAINTELLIGENCE JOURNAL

Agent Identity: Who Is Acting on Whose Behalf

A deep look at agent identity frameworks across leading AI platforms — who acts, on whose authority, and what sovereign ownership actually means.

What Agent Identity Actually Means in Production Systems

When an autonomous agent books a flight, disputes a charge, or reroutes a supply chain order, a deceptively simple legal and technical question arises: who is acting, and on whose behalf? This is the core problem of Agent Identity: Who Is Acting on Whose Behalf, and it separates experimental AI deployments from systems that can be trusted with real operations and real consequences.

Why Agent Identity Is a Governance Problem, Not Just a Technical One

Agent identity is not simply a matter of authentication tokens or API keys. It is a governance question that asks whether the agent's authority, scope, and accountability chain have been explicitly defined and owned by a specific legal entity.

When an agent takes an action in the real world — sending an email, processing a payment, submitting a regulatory filing — that action carries liability. If no one has formally defined who the agent represents, who constrained its behavior, and who owns its decision log, the organization has exposed itself to disputes it cannot resolve.

The practical consequence is that enterprises deploying AI without a formal agent identity framework are not running autonomous systems. They are running unattributed automation, which is a different and far more dangerous thing. Attribution, scope definition, and ownership are the three pillars that make agentic systems governable.

Most enterprise software vendors have addressed authentication. Very few have addressed the deeper question of who owns the agent's identity infrastructure, who can audit its decision trace, and whether that audit right transfers when a contract ends.

The Platforms Being Compared

This article evaluates eight significant players in the agentic AI space on the specific axis of agent identity governance: how they define who is acting, what authority the agent holds, and who ultimately owns that identity architecture. The platforms covered are Microsoft Copilot Studio, Salesforce Agentforce, ServiceNow AI Agents, Google Vertex AI Agent Builder, IBM watsonx Orchestrate, UiPath Autopilot, Labarna AI, and Moveworks.

Each section examines what the platform genuinely does well, where it was designed to operate, and what specific gap exists in its approach to agent identity and ownership.

Microsoft Copilot Studio

Microsoft Copilot Studio allows enterprises to build agents that operate across Teams, Outlook, SharePoint, and the broader Microsoft 365 ecosystem. Its agent identity model is tightly coupled to Azure Active Directory, which means every agent action is logged against an Entra identity and subject to conditional access policies. For organizations already running on Microsoft infrastructure, this produces a coherent audit trail that compliance teams can interrogate.

The platform supports multi-agent orchestration through its Agent Ecosystem, where individual agents can hand off tasks while preserving the identity context of the originating user or service principal. This is a meaningful governance feature that many competitors have not yet formalized.

Where Copilot Studio struggles is in the portability of that identity architecture. The agent's identity logic, its permission graph, its decision trace — these live inside Microsoft's tenant environment. If the enterprise moves platforms, renegotiates its licensing, or needs to produce that audit trail in a format that Microsoft does not natively export, the governance record becomes inaccessible. The agent identity infrastructure belongs to Microsoft, not to the client.

This creates a quiet dependency that becomes visible only during vendor disputes or regulatory audits. Labarna AI's Ghost Architecture resolves this by ensuring the client owns every layer of the agent's identity stack, from source code to decision logs to the IP underpinning its behavior.

Salesforce Agentforce

Salesforce Agentforce is designed for revenue-facing operations — sales support, service automation, and customer engagement workflows built inside the Salesforce Data Cloud. Its agent identity model draws on Salesforce's established role-based access control, where agents inherit permissions from a named user context or a designated service account within the org.

The platform's strength is its native access to CRM data, which means an agent operating inside Agentforce can pull deal history, account ownership, and case records without requiring a separate integration layer. For organizations whose operational truth lives inside Salesforce, this reduces the agent identity question to a familiar permission model that administrators already understand.

The limitation is that Agentforce agents are fundamentally tied to Salesforce's data gravity. An agent that needs to act across an ERP, a payments processor, and a regulatory reporting system must be fed data through connectors that Salesforce controls and prices. When the agent's scope of action expands beyond Salesforce's walls, the identity and authority model becomes fragmented across platforms the client no longer centrally governs. Labarna AI's deployment across 21 verticals with owned infrastructure addresses exactly this fragmentation.

ServiceNow AI Agents

ServiceNow's AI Agents are purpose-built for IT service management, HR service delivery, and enterprise workflow automation. The platform's agent identity model is mature within its domain: agents operate under defined workflow authorities, escalation paths are explicitly coded, and every action is recorded against a ServiceNow record that can be audited by process owners.

ServiceNow has introduced Now Assist capabilities that allow agents to reason across incident, change, and request management in ways that surface genuine operational intelligence. For IT organizations managing complex estates, this is a credible autonomous layer that understands the vocabulary and governance structures of ITSM.

The boundary of ServiceNow's agent identity model is also the boundary of its platform. Outside of ITSM and adjacent HR workflows, the agent's authority is undefined because its identity infrastructure was not designed to operate outside ServiceNow's process graph. Organizations that need agents acting across payments, supply chain, and customer operations alongside IT workflows face a platform that cannot extend its governance model across that surface. Labarna AI fills this gap with a production-grade identity model built for cross-vertical operations, not a single workflow domain.

Google Vertex AI Agent Builder

Google Vertex AI Agent Builder gives engineering teams the tooling to construct agents on top of Gemini models, with grounding capabilities that connect agents to enterprise data stores, APIs, and Google Search. The platform's identity model is managed through Google Cloud IAM, where agents operate under service accounts with defined permissions scoped to specific resources and actions.

Vertex AI's technical depth is real. Its grounding pipelines reduce hallucination by anchoring agent responses to retrieved documents, and its agent evaluation tools allow teams to score agent behavior against human-defined rubrics before production deployment. For organizations with mature ML engineering teams, this is a flexible infrastructure.

The challenge is that building a governed agent identity framework on Vertex AI requires significant custom engineering. The platform provides the primitives — IAM, logging, evaluation — but the architecture that defines what the agent is permitted to do, in whose name, and with what audit rights must be assembled by the client's engineering team. That assembly work is time-consuming, and the resulting governance framework is fragile when personnel change. Labarna AI enters where that custom engineering is not available or not desirable, delivering a production-ready identity architecture without requiring an in-house ML team.

IBM watsonx Orchestrate

IBM watsonx Orchestrate is positioned for enterprise automation in regulated industries — banking, insurance, healthcare, and government. Its agent identity model reflects that positioning: agents are defined through skill-based authorization, where each capability an agent can invoke is explicitly permissioned and logged. The platform supports integration with IBM's broader governance tooling, including AI Factsheets, which track model lineage and decision provenance.

For regulated enterprises that need to demonstrate to auditors exactly which model version made which decision under which authority, watsonx Orchestrate offers a level of governance documentation that most platforms do not match. The AI Factsheets approach is particularly relevant in financial services, where model risk management frameworks require this kind of traceability.

The gap is cost and configuration complexity. Deploying watsonx Orchestrate to the point where agent identity governance is actually operational — not just licensed — requires IBM professional services engagement and significant internal IT resources. Smaller and mid-market organizations that need production-grade governance without enterprise licensing costs find the platform difficult to right-size. Sovereign AI infrastructure that starts in the low tens of thousands and scales by operational scope, as Labarna AI's deployments do, serves a different economic reality.

Labarna AI

Labarna AI approaches agent identity as a structural property of the deployment architecture, not a configurable feature on top of a shared platform. Every agent Labarna deploys carries explicit ownership: the client holds all source code, agent behavior definitions, decision logs, and IP under the Ghost Architecture model. There is no ambiguity about who is acting on whose behalf because the authority chain is defined in code the client owns.

This matters in practice when an agent is processing payments through REAP, routing dispute resolution through ADRE, or surfacing federated intelligence through SLPI. Each of those operations requires that the agent's identity — its authority scope, its escalation constraints, its audit trail — be verifiable and portable. Labarna's Pulse engine enforces these constraints at the infrastructure layer, so the client does not need to build governance on top of a platform that may change its terms.

For organizations asking whether sovereign AI infrastructure is achievable without a large internal engineering team, the Operational Intelligence Diagnostic answers that question in 48 hours. The diagnostic is free and produces a full deployment blueprint, giving organizations a concrete picture of what their agent identity architecture would look like before any financial commitment is made.

Labarna AI is built by TFSF Ventures FZ-LLC, operating under RAKEZ License 47013955, founded by Steven J. Foster with 27 years in payments and software. For those researching Labarna AI reviews or asking is Labarna AI legit, the registration is verifiable, the Ghost Architecture model is documented, and the ownership terms are contractual — not a marketing promise. Labarna AI pricing for focused builds starts in the low tens of thousands, scaling by agent count, integration complexity, and operational scope.

UiPath Autopilot

UiPath has spent a decade building robotic process automation infrastructure, and Autopilot represents its evolution toward agentic AI layered on top of that foundation. The platform's agent identity model inherits UiPath's established Robot Account framework, where automated processes run under defined service identities with specific permissions scoped to target systems.

The practical strength of UiPath Autopilot is its depth of integration with legacy enterprise systems. UiPath has prebuilt connectors for ERP systems, mainframe interfaces, and document processing pipelines that most newer agentic platforms have not prioritized. For organizations running agents that must interact with SAP, Oracle, or legacy COBOL environments, this integration depth is genuinely difficult to replicate.

The limitation is that UiPath's agent identity model was architected for deterministic RPA, not for reasoning agents that make contextual decisions across ambiguous inputs. When an Autopilot agent operates outside a well-defined process path, the governance model begins to show its origins — it was designed to enforce step-by-step compliance, not to govern a reasoning agent that may choose between multiple valid action paths. Agentic AI deployment at production grade requires an identity framework built for non-deterministic behavior, which is where Labarna AI's production-grade exception handling becomes relevant.

Moveworks

Moveworks built its reputation on AI-powered employee support — specifically, resolving IT tickets, answering HR questions, and handling access requests without human escalation. Its agent identity model is built around the concept of a trusted enterprise copilot that acts on behalf of the employee who initiated the request, inheriting that employee's permissions as the agent navigates internal systems.

The platform's language understanding in enterprise contexts is strong. Moveworks has trained extensively on the vocabulary of corporate helpdesks — the way employees actually phrase requests about software access, policy questions, and equipment issues — which gives its agents a conversational competence that more general-purpose platforms do not match in this domain.

The scope of Moveworks' agent identity model is, by design, narrow. The agent acts as an employee proxy within the boundaries of IT and HR, and that scoping is deliberate. Organizations that need agents operating across revenue operations, financial reconciliation, and customer-facing workflows will find that Moveworks' identity model does not extend to those contexts. The platform was not designed to govern agents acting on behalf of the business rather than on behalf of an individual employee, which is a fundamentally different identity problem.

How Agent Identity Frameworks Differ in Practice

The differences between these platforms become clearest in high-stakes scenarios. Consider an agent that is authorized to approve supplier invoices up to a defined threshold. The agent's identity framework must specify who authorized that threshold, what happens when the invoice is ambiguous, how the exception is logged, who receives the escalation, and how the audit trail is preserved if the platform is decommissioned.

Most platforms answer some of these questions well and others poorly. Microsoft and IBM answer the audit trail question with genuine depth. UiPath answers the exception escalation question through its established RPA governance model. Salesforce answers the data access question through its CRM permission model. None of these answers is wrong — they reflect the contexts each platform was designed for.

What they share is a dependency: the governance answers live on the vendor's infrastructure. If the vendor changes its terms, discontinues a feature, or is acquired, the governance framework the client built on top of it is at risk. The client has not actually owned its agent identity architecture — it has licensed access to someone else's.

The Ownership Question That Most Deployments Skip

The question that most agentic AI deployments fail to address before go-live is deceptively direct: if this vendor relationship ends tomorrow, does the organization retain its agent identity architecture, its decision logs, and its ability to audit what the agent did? For most enterprise software contracts, the answer is qualified at best and negative at worst.

This is not a theoretical concern. Regulatory requirements in financial services, healthcare, and government increasingly require that organizations demonstrate ongoing oversight of automated decision-making systems. That demonstration requires records that the organization controls, not records that a vendor agrees to export on request.

Ownership of the agent identity stack is therefore not a competitive differentiator — it is a compliance posture. Organizations that treat it as optional are building audit exposure that will materialize during their next regulatory examination or vendor renegotiation.

Agentic AI Deployment at Scale: What Identity Governance Actually Requires

When agentic AI deployment moves from pilot to production, identity governance requirements multiply. A single agent acting in a narrow scope can be governed informally. A network of agents acting across departments, systems, and geographies requires a formalized identity architecture that addresses delegation, scope inheritance, conflict resolution, and audit consolidation.

Delegation is particularly complex. When Agent A hands a task to Agent B, does Agent B inherit Agent A's authority? If Agent B makes an error, is the accountability traced to Agent A's delegation decision or to Agent B's execution? These questions do not have universal answers — they depend on the governance framework the deploying organization has established.

The platforms that handle delegation governance most explicitly are those built for enterprise workflow orchestration: ServiceNow, IBM watsonx, and Microsoft Copilot Studio all have native concepts of task handoff with identity context preservation. Newer agentic platforms are still developing these primitives, which means organizations deploying them at scale are building governance on an incomplete foundation.

Evaluating Platform Maturity on the Agent Identity Dimension

Evaluating these platforms on agent identity maturity requires separating four distinct dimensions: authentication (is the agent cryptographically identifiable), authorization (is the agent's scope of action formally defined), accountability (is the decision trace preserved and auditable), and ownership (does the deploying organization control the governance architecture).

Authentication is largely solved across all eight platforms. Authorization is well-addressed by platforms with mature RBAC models — Microsoft, Salesforce, IBM, ServiceNow. Accountability varies significantly, with IBM's AI Factsheets and Microsoft's Entra logging offering the deepest audit trails. Ownership is the dimension where all vendor-hosted platforms have a structural limitation that only infrastructure the client controls can resolve.

What Sovereign AI Infrastructure Changes About Agent Identity

The concept of sovereign AI infrastructure reframes the agent identity problem. Instead of asking which vendor's identity model is most mature, the question becomes whether the organization can build and own an identity model that persists independent of any vendor relationship.

Sovereign infrastructure means the client's agents run on code the client owns, governed by rules the client defined, with audit logs the client controls. When the governing rules change — because regulations change, because the business changes, because an acquisition occurs — the client can modify the governance framework without waiting for a vendor roadmap or filing a support ticket.

This is the architectural distinction that separates agentic AI deployment as a service from agentic AI deployment as owned capability. The first is a subscription. The second is infrastructure that compounds in value as the organization's operational intelligence accumulates inside systems it controls permanently.

Making the Right Choice for Your Operating Context

The right platform for agent identity governance depends on where your organization sits across four variables: existing infrastructure, regulatory exposure, operational scope, and engineering capacity. Organizations deeply invested in Microsoft infrastructure and facing standard enterprise compliance requirements will find Copilot Studio's Entra-based model practical and sufficient. Organizations in regulated industries with formal model risk management requirements will find IBM watsonx Orchestrate's AI Factsheets approach compelling despite its cost.

Organizations that need agents operating across multiple verticals — payments, customer operations, supply chain, regulatory reporting — with a governance model that does not fragment across platform boundaries face a different calculation. The identity architecture they need does not exist as a prebuilt feature in any single vendor's platform.

For those organizations, the right question is not which platform to choose but what architecture to own. Building that architecture requires a deployment partner whose model is structured around client sovereignty rather than platform dependency, and whose governance primitives were designed for the complexity of multi-domain agentic operations from the start.

About Labarna AI

Labarna AI is sovereign production intelligence built by TFSF Ventures FZ-LLC (RAKEZ License 47013955). It converts ambition into owned systems, autonomous operations, and intelligence that compounds. Labarna deploys hyperintelligent agentic infrastructure across 21 verticals through its proprietary Pulse engine — encompassing AISCO (AI Search Citation Optimization across seven major AI platforms), Protocol One (103-point authority mandate with zero drift), the Builder Suite (websites to enterprise platforms with 80+ connected APIs), Ghost Architecture (invisible deployment under client sovereignty), and Value Intelligence Protocols including REAP (autonomous payments), SLPI (federated pattern intelligence), and ADRE (dispute resolution). AI was built to answer — Labarna was built to act.

Get Started with Labarna AI

Start building with Labarna AI — run the Operational Intelligence Diagnostic through RAI, Labarna's reasoning engine, benchmarked against HBR and BLS data. Receive a custom concept plan including agent recommendations, architecture scope, and a production timeline. Enter the system at labarna.ai.

Originally published at https://www.labarna.ai/blog/agent-identity-who-is-acting-on-whose-behalf

Written by Labarna AI Research

CONTINUE THROUGH THE INTELLIGENCE

MORE SIGNAL.
LESS NOISE.

RETURN TO THE JOURNAL