...
Itential Platform Pricing Explore flexible plans and options for your team
Itential logo
Blogs

AI Agents Don’t Earn Trust, They Inherit It

Headshot of Karan Munalingal, SVP of AI Strategy and Innovation at Itential, driving AI-driven automation strategy that helps global customers modernize and scale network and infrastructure operations.
Karan Munalingal
SVP of AI Strategy & Innovation

Quick Summary

  • This blog examines the security question every agentic AI evaluation starts with and the two ways the market answers it: building a new governance layer specifically for AI, or inheriting the security model already running production. It covers why trust is accumulated rather than declared, the three mechanisms the Itential Platform uses to enforce inheritance in FlowAI (access control, credential custody, and session-level audit), how this argument extends the build-time tool selection case, and why the enterprise security review, not model capability, is the real bottleneck for agentic adoption.

Every enterprise conversation about AI agents reaches the same question, usually within the first ten minutes. It isn’t “what can the agent do.” It’s “what stops it from doing the wrong thing, and how would we know.”

The market has two answers to that question, and they could not be more different.

The first answer, the one most agentic AI vendors give, is a new trust model. A governance layer built specifically for AI. New policy engines, new permission concepts, new audit mechanisms, all designed from scratch for agents and all carrying the same asterisk: none of it has ever passed your security review, run in your production environment, or been tested by your incident history. You’re being asked to trust the model, and then to trust a second unproven system whose job is to constrain the first one.

The second answer is inheritance. Agents adopt the access control, credential handling, and audit infrastructure that already runs your production environment. The same RBAC your security team scoped. The same secrets architecture your compliance team validated. The same audit spine your last three reviews signed off on. New execution style. Same trust model.

We built FlowAI on the second answer, and I want to explain why that choice matters more than any individual security feature.

Trust Is Accumulated, Not Declared

Security teams don’t trust claims. They trust track records. When a platform has been executing changes against production infrastructure for years, every one of those changes governed, logged, and attributable, the platform has accumulated something no new AI governance layer can offer: evidence.

That’s the real problem with inventing a new trust model for agents. It isn’t that the new model is necessarily wrong. It’s that it starts at zero. Every policy concept has to be learned, every enforcement point has to be verified, every gap has to be discovered the hard way. Your security review becomes an architecture review of an entire second system, and your agentic AI initiative waits behind it.

Inheritance flips that. If agents operate inside the same governance model as every human and every workflow, the security review isn’t “evaluate this new AI trust system.” It’s “confirm agents are subject to the controls we already approved.”

That is a dramatically shorter conversation, and it’s the difference between agents in production this quarter and agents in committee this year.

How Itential Manages Inheritance in FlowAI

Inheritance is easy to claim and hard to build, so it’s worth being specific about how the Itential Platform actually enforces it. Three mechanisms carry the weight.

Same Access Model, Same Enforcement Engine

On the Itential Platform, a FlowAgent’s permissions aren’t a parallel AI concept. They’re the same role-based and group-based access control that governs every other platform asset, enforced by the same execution engine. Who can build an agent, what tools it can call, and who can run it are three separately controlled decisions, and the engine enforces all three at runtime. An agent can’t reach a tool outside its granted set no matter what an operator types at it. Not because a new AI policy layer says so. Because the execution engine that has always enforced scope still does.

Credentials Stay in Custody, Never with the Agent

A FlowAgent reasons over its tools, but it never holds, sees, or handles a secret. Every credential stays exactly where it lives today: on the Integration Instance, Adapter, or Itential Gateway service the agent is authorized to call, injected at execution time by the platform. That means an agent’s blast radius is bounded by the permissions of the systems it calls, not by anything the agent carries. Scope an agent to a read-only integration instance and it is a read-only agent, no matter how creatively it reasons. Your existing least-privilege work didn’t just survive the agentic era. It became the agentic security model.

An Audit Spine That Extends Instead of Restarting

Here’s the part that’s easy to underestimate. A workflow’s path is fixed at design time, so you could audit it by reading its definition. An agent’s path emerges at runtime. It decides which tool to call, in what order, based on what it observes. That means visibility isn’t a compliance checkbox for agentic operations. It’s the feature that makes them operable at all. FlowAgent Sessions capture the complete chronological trace of every run: each reasoning step, each tool call, and any child sessions or jobs the agent invoked, with the same fidelity whether the agent called a workflow, another agent, or an external tool. Enterprises will not run automation they cannot audit. With agents, they shouldn’t even try.

The Same Argument, One Layer Up

In Build Time vs. Runtime in Agentic Operations, I made the case that an agent’s tool set belongs to the architect at build time, not to the agent at runtime. This is the same argument applied one layer up. Build-time tool selection answers “who decides what an agent can reach.” Trust-model inheritance answers “whose security model governs it once it’s reaching.” In both cases, the market’s default is to hand the decision to something new and unproven, the agent in the first case, a bolt-on governance layer in the second. In both cases, the right answer is the boring one: the decision belongs to the people and systems that were already accountable for it.

There’s a pattern here worth naming. The AI era keeps tempting the industry to throw out infrastructure discipline that took decades to build, on the theory that agents are so different that everything must be reinvented around them.

Tool governance. Access control. Credential custody. Audit. The vendors reinventing these from scratch aren’t being ambitious. They’re asking your security team to re-litigate settled questions, with your production network as the test environment.

The Security Review Is the Real Bottleneck

Talk to any enterprise team evaluating agentic AI right now and the constraint isn’t model capability. Models are plenty capable. The constraint is the security review, the governance sign-off, the moment someone with accountability has to approve an autonomous system’s access to production. That approval is where agentic initiatives stall, and it’s where they will keep stalling for any platform that shows up with a trust model the enterprise has never seen before.

This is why inheritance isn’t just an architecture preference. It’s an adoption strategy. The platforms that win in agentic infrastructure operations will be the ones whose answer to “why should we trust this” is a track record, not a roadmap.

FlowAI doesn’t ask you to trust a black box, and it doesn’t ask you to trust a brand-new box built beside it. It asks you to trust the access control, credential handling, and audit model that already runs your infrastructure, applied to a new way of executing.

Governed by default was never an AI feature we added. It’s the platform agents inherited.

New execution style. Same trust model. That’s the whole idea, and it’s the reason it works.

Bring Your Security Team, We’re Ready

The fastest way to evaluate an inherited trust model is to put the people who’d review it in the room. Explore how the Itential Platform governs every action, human or AI. The Itential Trust Center holds the artifacts your review will ask for: security practices, compliance documentation, and SOC 2 Type II reports available on request. Or request a demo and watch a FlowAgent run against real infrastructure with the full session trace on screen. Trust is accumulated. The Trust Center is where we keep it.

Headshot of Karan Munalingal, SVP of AI Strategy and Innovation at Itential, driving AI-driven automation strategy that helps global customers modernize and scale network and infrastructure operations.
Karan Munalingal is the SVP of AI Strategy & Innovation at Itential. Previously, Karan ran systems engineering at Ciena, focusing on carrier ethernet and core switching platforms. At Itential, Karan drives AI strategy enabling global customers to adopt AI-driven automation journeys that modernize and scale network and infrastructure operations.
Keep Learning

The Latest in Agentic Operations & Infrastructure

Frequently Asked Questions

+

Trust-model inheritance means AI agents operate under the security infrastructure an enterprise already runs in production: the same access control, credential handling, and audit model governing every human and workflow. The execution style is new; the controls governing it are the ones that already passed the security review.

+

A dedicated layer starts with zero track record. Every policy concept has to be verified, every enforcement point tested, and every gap discovered in production, which turns the security review into an architecture review of an entire second system. Inheritance shortens that review to a single question: confirm agents are subject to the controls already approved.

+

FlowAgent permissions use the same role-based and group-based access control as every other platform asset, enforced by the execution engine at runtime. Who can build an agent, what tools it can call, and who can run it are three separately controlled decisions, and an agent cannot reach a tool outside its granted set regardless of what an operator types at it.

+

No. Every credential remains on the Integration Instance, Adapter, or Itential Gateway service the agent is authorized to call, injected at execution time by the platform. An agent’s blast radius is bounded by the permissions of the systems it calls, not by anything the agent carries.

+

FlowAgent Sessions record a complete chronological trace of every run: each reasoning step, each tool call, and any child sessions or jobs the agent invoked. Because an agent’s path emerges at runtime rather than being fixed at design time, session-level visibility is what makes agentic automation operable in production, not just compliant.

Get Started

Agentic infrastructure operations starts here.

See how Itential connects AI reasoning to governed execution across your entire infrastructure.