By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: TruFoundryPublished July 28, 2026

TL;DR: Claude Managed Agents and Vercel eve solve the same production problem in very different ways: one centralises runtime control, the other shifts ownership to the development team, according to TruFoundry. For IAM and NHI practitioners, the real question is whether governance, approvals, credential control, and observability are explicit controls or left to surrounding infrastructure.


At a glance

What this is: This comparison shows that AI agent platforms differ less on model capability than on where runtime control, approvals, and operational responsibility sit.

Why it matters: It matters because identity teams have to govern agent credentials, tool access, auditability, and approval flows whether the runtime is hosted, self-managed, or embedded in a broader platform.

👉 Read TruFoundry's comparison of Claude Managed Agents and Vercel eve


Context

AI agent platforms are becoming identity systems as much as application frameworks, because they now carry credentials, call tools, and persist state across sessions. The governance gap is not whether agents can work, but where the controls for approvals, tool use, and audit live.

Claude Managed Agents and Vercel eve represent two ends of the operational spectrum. One concentrates runtime responsibility inside a managed service, while the other pushes control into code, files, and infrastructure the customer owns. That creates different IAM, PAM, and NHI obligations even when the end user sees the same kind of agent.

For security and identity teams, the key issue is not feature parity but control placement. If approval logic, MCP credential handling, sandboxing, and session traceability are scattered across application code and platform layers, the result is usually governance by accident rather than governance by design.


Key questions

Q: How should security teams govern AI agents that choose tools at runtime?

A: Security teams should treat runtime tool choice as a governed access event, not a normal application call. That means task-scoped credentials, explicit approval boundaries for sensitive actions, and logs that record both the tool selected and the identity used. If the agent can change its plan, the control model must be able to change with it.

Q: What breaks when agent approval is handled only at the platform level?

A: Platform-level approval alone can miss the real risk if the agent has multiple tools, durable state, or indirect access through connectors. In that case, one approval decision does not control the full action chain. The result is fragmented governance, where the platform looks controlled but the actual workflow still has unreviewed reach.

Q: When should teams choose a managed agent runtime over self-hosted orchestration?

A: Choose a managed runtime when operational simplicity, built-in auditability, and centralised control matter more than code-level flexibility. Choose self-hosted orchestration when the organisation can reliably govern approvals, sandboxing, credentials, and observability across its own infrastructure. The decision should follow governance maturity, not developer preference.

Q: How can organisations reduce the blast radius of durable agent sessions?

A: Limit what long-lived sessions can retain, inspect checkpointed state as a governed artefact, and separate session continuity from credential lifetime wherever possible. Durable sessions are useful for reliability, but they widen the impact window if access is not tightly bounded. Governance should assume that resumed state is still active risk.


Technical breakdown

Managed runtime versus self-owned agent runtime

A managed agent runtime centralises the loop that decides when an agent runs, how it calls tools, and where session state lives. A self-owned runtime pushes those responsibilities into customer-controlled code, infrastructure, and deployment pipelines. That distinction matters because the identity boundary moves with it: credential storage, approval policy, sandboxing, and audit logs may sit inside the platform or may need to be built around the platform. In practice, the same agent behaviour can create very different control surfaces depending on who operates the loop.

Practical implication: map the identity and approval boundary before selecting a runtime, not after deployment.

MCP credentials, tool permissions, and approval gates

When agents reach into external systems, the security model depends on how tools are authorised and how credentials are brokered. Centralised MCP handling can keep secrets away from the model and enforce per-call policies, while file-based or code-based systems often rely on developer discipline to wire approvals and connector controls correctly. The risk is not tool use itself, but uncontrolled delegation. If agent actions can expand without a clear permission boundary, the platform becomes an execution layer for hidden privilege.

Practical implication: require explicit approval, credential brokerage, and per-tool policy enforcement for every external connection.

Durable sessions, state, and observability in agent operations

Production agents depend on durable sessions, checkpointed state, and reliable traces because failures do not stop the business process. A session that can resume after a crash is operationally useful, but it also means state becomes part of the identity governance problem: who can inspect it, replay it, and prove what happened during a tool interaction. Observability is therefore not just a developer feature. It is the evidence layer for audit, incident response, and compliance.

Practical implication: treat session traces and state retention as governance artefacts, not just debugging data.


Threat narrative

Attacker objective: The attacker wants to turn legitimate agent access into broad operational reach across connected systems, data stores, and action surfaces.

  1. Entry occurs when an AI agent receives valid runtime access to tools, connectors, or a managed session, usually through approved developer or platform configuration.
  2. Escalation happens when the agent is allowed to call multiple tools, retain state, or resume execution without a tightly scoped approval boundary around each action.
  3. Impact follows when the agent can reach external systems, move data, or trigger side effects that exceed the original intent of the workflow.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Control placement, not model choice, is the real governance question. The article shows that both managed and self-hosted agent platforms can work, but they place different burdens on security teams. When approvals, credentials, sandboxing, and audit live in different layers, identity governance becomes fragmented. The practitioner implication is that platform selection should start with control ownership, not interface preference.

Agent platforms turn tool permissions into identity policy. An AI agent that can call external systems is not just a software runtime, it is an identity subject with delegated reach. That makes MCP permissions, connector governance, and session boundaries part of the access model. Teams that still treat these as application settings will miss the fact that runtime delegation is now a privilege-control problem.

Identity blast radius expands when state becomes durable. Checkpointed sessions, persistent sandboxes, and resumable workflows create continuity that is useful for operations but dangerous for governance if ownership is unclear. The longer an agent can preserve context and credentials, the larger the blast radius when something goes wrong. The practitioner implication is that state retention must be governed with the same seriousness as credential lifetime.

Human approvals remain necessary, but they are not sufficient on their own. The article makes clear that approval gates can pause work, yet the broader governance issue is whether those gates exist at the right layer and cover the right tools. A single approval on one tool does not create a complete control model for a multi-step agent. Security teams need to understand that approval logic is only one component of delegated access governance.

Agentic systems expose a runtime governance gap that traditional IAM was not built to close. IAM can authenticate the caller, but it does not by itself explain how to govern agent loops, stateful execution, and recursive tool use. That gap is why the emerging control plane for AI agents sits between IAM, PAM, and application security. The practitioner implication is that agent governance must be designed as its own operating model, not bolted onto existing access reviews.

From our research:

  • 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, according to AI Agents: The New Attack Surface report.
  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
  • For a deeper governance lens, read OWASP Agentic AI Top 10 alongside the controls discussion in this post.

What this signals

Identity teams should expect agent governance to move from exception handling to baseline architecture. Once agent adoption accelerates, approvals, traceability, and credential brokerage stop being optional hardening and become core operating assumptions. The practical response is to align runtime controls with the same rigor used for privileged human and machine access.

Agent sessions will increasingly behave like governed workflows rather than transient prompts. That shifts attention toward state retention, checkpointed execution, and audit evidence, especially when agents cross tools and systems. Teams that do not design for durable state will struggle to explain what an agent knew, did, and preserved at decision time.

With 98% of companies planning more AI agents within 12 months, according to AI Agents: The New Attack Surface report, the control gap is scaling faster than most IAM programmes can absorb. The response is to treat agent governance as a programme, not a point solution.


For practitioners

  • Define the agent identity boundary Document where the agent loop begins and ends, who owns the runtime, and which systems the agent can reach through tools, connectors, or MCP servers.
  • Separate approval from capability Require explicit approval policies for high-risk tools, not just for the agent overall, and review whether connector permissions can expand without a new control decision.
  • Treat session state as governed data Classify durable session traces, checkpoints, and memory stores as audit-relevant assets with retention, access, and review requirements.
  • Centralise credential brokerage Use brokered credentials for agent connections so secrets do not live in scattered application code, and verify that every external integration has an owner and rotation path.

Key takeaways

  • AI agent platforms are an identity governance problem as much as a developer tooling choice.
  • Durable state, tool delegation, and approval placement determine the real blast radius of an agent runtime.
  • Enterprises need explicit control ownership for credentials, sessions, and observability before they scale deployment.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10The article compares agent runtime governance and tool-use risk.
OWASP Non-Human Identity Top 10NHI-06Agent credentials and delegated tool access are central to the comparison.
NIST CSF 2.0PR.AC-4The article is fundamentally about access and permission boundaries.
NIST Zero Trust (SP 800-207)Runtime boundaries and continuous verification align with zero trust.
NIST SP 800-53 Rev 5IA-5Brokered credentials and secret handling map to authenticator management.

Use zero-trust principles to verify each tool call and session boundary rather than trusting the agent broadly.


Key terms

  • Agent Runtime: The agent runtime is the execution environment where an AI agent reads data, calls tools, and carries out actions. It matters because the runtime is where identity, policy, and filesystem boundaries either hold or fail. If those boundaries are weak, the agent becomes a high-privilege path into the environment.
  • MCP Credential Brokerage: A control pattern in which credentials for tools and data sources are held by a trusted layer rather than exposed directly to the model. It reduces secret leakage and gives security teams a place to enforce approval, audit, and revocation for agent-driven access.
  • Durable Session State: Session data that survives pauses, crashes, or redeployments so an agent can resume work without starting over. It improves reliability, but it also turns state into a governed asset because the contents may include context, outputs, and access-relevant evidence.
  • Agent Identity: An agent identity is the set of attributes, credentials and permissions assigned to an autonomous software entity. It is treated as a non-human identity because it can authenticate, act on systems and accumulate access over time, which creates governance, audit and lifecycle obligations similar to other production identities.

What's in the full article

TruFoundry's full article covers the operational detail this post intentionally leaves for the source:

  • Side-by-side feature breakdowns for agent runtime, session handling, and deployment options.
  • Implementation-specific notes on MCP gateways, approvals, and sandboxing across production environments.
  • Platform-level observability details, including trace export and session inspection workflows.
  • Practical guidance on enterprise governance features such as RBAC, SSO, and credential management.

👉 TruFoundry's full comparison covers runtime ownership, governance features, and production deployment tradeoffs.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an identity security programme, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 19, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org