Governing the Agents: How Nutanix Enterprise AI Is Tackling Agentic AI

Mike Dent

Field CTO - Hybrid Data Center

Nutanix Enterprise AI is bringing centralized governance, cost controls, and visibility to agentic AI workloads. Explore how Agent Gateway and new NAI 2.8 capabilities help IT teams manage model access, MCP tools, and private inference as AI agents move into production.


For the last couple of years, most enterprise users have interacted with AI like a smart search box. Someone asks a question, a model answers, and a person decides what to do next. The underlying capabilities behind agents and AI have existed for some time, but the gap has often been in how users engage with them. Agentic AI changes that interaction model. Instead of treating AI as a passive assistant, agents can plan, call tools, pull data from business systems, and carry work forward through a series of coordinated steps.

That is where the value is, and it is also where governance matters. Enterprise agent platforms, including Microsoft and other major ecosystems, typically include built-in controls for identity, access, auditing, and policy enforcement. The greater risk comes from poorly designed or poorly implemented agents that are granted too much authority, lack clear boundaries, or are made available to the wrong builders. In those cases, an agent can take unintended actions, drive unnecessary cost, or make it difficult for IT to explain what happened. That is why agent development should be governed deliberately, with the right controls, permissions, and ownership in place before organizations scale beyond pilots.

This is the problem Nutanix has been working on with Nutanix Enterprise AI (NAI), and the last few releases show a clear direction: treat AI agents as governed workloads, the same way IT already treats VMs, containers, and users.


A Quick Primer On Nutanix Enterprise AI 

NAI is a Kubernetes-based platform for deploying, managing, and securing AI inference. It runs on any CNCF-conformant Kubernetes platform, including the Nutanix Kubernetes Platform (NKP), and can be deployed across edge, core, and public cloud environments, including air-gapped sites. 

At its core, NAI gives teams a model-as-a-service experience. Platform teams can deploy LLMs from sources such as Hugging Face and NVIDIA NIM onto their own GPUs, then expose them as secure endpoints with API keys, role-based access control, and usage tracking. Developers get an endpoint to build against, and IT keeps control of where models run and who uses them. 

That foundation matters, because agentic AI multiplies everything that sits on top of it: more model calls, more tools, more data sources, and more ways for things to go wrong. 


The Agentic Problem: Cost, Control, & Visibility 

When our team talks with customers about agents, three common concerns come up repeatedly: 

  • Cost. Agents consume tokens far faster than people do. Without limits, a single misbehaving workflow can produce an unwelcome surprise on the next cloud bill. 
  • Control. Agents need access to tools and data to be useful. Every new integration is another path into business systems that must be secured and managed. 
  • Visibility. As agents take action, IT, security, and compliance teams need clear visibility into which agent acted, what systems or data it accessed, and how much usage or cost it generated. 

Solving these, one integration at a time, doesn’t scale. Nutanix’s answer is to put a governed control point between agents and everything they use. 


Nutanix Agent Gateway: One Front Door For Models & Tools 

Nutanix Agent Gateway reached general availability with NAI 2.7 in May 2026. It is a centralized gateway that manages and secures traffic from agents to LLMs and to Model Context Protocol (MCP) servers, the emerging standard for how agents connect to tools and data. 

A few capabilities stand out: 

  • One API for every model. Agents and applications reach both external provider models and self-hosted models through a single API, so teams can match each task to the right model without rewriting code.
  • Token-based rate limiting. Token quotas and limits are enforced centrally, with real-time visibility into consumption across agents and teams, so costs can be tracked and attributed before they get out of hand. 
  • Governed tool access. Access control policies and tool-level filtering determine which MCP servers, and which tools on them, an agent is allowed to use. 
  • A full audit trail. Every MCP request is recorded, giving governance and security teams the record they need. 

NAI 2.8: Taking Agent Governance To Production 

Nutanix announced NAI 2.8 on August 26, 2026, and it builds directly on that gateway. The headline is that the MCP Gateway is now generally available, making it ready for production agent workloads rather than just pilots. 

  • Centralized MCP management. Both locally deployed MCP servers (running inside the NAI environment) and remote MCP servers are managed in one place, and a single unified endpoint aggregates multiple MCP servers. That replaces a web of point-to-point integrations. 
  • Fine-grained permissions. Access can be controlled down to the capability level, such as read-only versus write, which is exactly the kind of guardrail security teams want before agents touch production data. 
  • Zero-downtime updates. Rolling updates keep tools available to agents while MCP servers are updated. 
  • Per-user token budgets. Header-based rate limiting (tech preview) enforces token budgets for individual users through the gateway, without changes to existing user management. 
  • Custom roles. A new role builder offers a catalog of 30+ permissions spanning users, licensing, models, endpoints, API keys, and observability. 
  • Unified observability. Agent-tool interactions are visible in one place alongside model usage and token consumption. 

Here is how those capabilities line up against the challenges most organizations are wrestling with: 

The Agentic Challenge How NAI Addresses It 
Runaway Token Spend Token-based rate limiting and quotas enforced centrally, with usage attributed to agents, users, and teams 
Model Sprawl One governed endpoint for both cloud-hosted and privately hosted models 
Uncontrolled Tool Access MCP Gateway with per-tool permissions, including read-only vs. write 
“Who Did What?” A full audit trail of MCP requests plus unified observability across agent-tool interactions 
Data That Can’t Leave The Building Private inference on your own infrastructure, including air-gapped deployments 

Private Inference Keeps Getting Faster 

Governance is only half the story. Agents make a lot of model calls, so inference performance and efficiency directly affect both user experience and cost. NAI 2.8 continues to push private inference forward: 

  • Fine-tuning for smaller models. LoRA-based fine-tuning lets teams tailor models under 8B parameters with their own domain data. For many agent tasks, a tuned small model is faster and cheaper than a large general-purpose one. 
  • Multi-GPU and multi-node inference. Tensor parallelism spreads models across GPUs, and pipeline parallelism across nodes (tech preview) enables serving 100B+ parameter models on-premises. 
  • Throughput optimizations. Speculative decoding and batch inference improve token generation speed, and KV cache offloading to host memory (tech preview) helps with long-context workloads. 
  • Air-gapped NVIDIA NIM. Highly regulated customers with NVIDIA AI Enterprise licenses can run NIM microservices in disconnected environments. 

Part Of A Bigger Platform Story 

NAI doesn’t stand alone. In March 2026, Nutanix unveiled its Nutanix Agentic AI solution, a full-stack approach built with NVIDIA that combines NAI, NKP, the AHV hypervisor, Flow networking, and Nutanix Unified Storage. The idea is simple: customers shouldn’t have to assemble an AI factory from a dozen vendors or rebuild the infrastructure that already runs their business. 

For organizations already running Nutanix, that’s a meaningful advantage. The same platform, operational model, and teams that run today’s VMs and containers can now run and govern AI agents too. 


What This Means For IT Leaders 

If your organization is moving from AI experiments toward agents that actually do work, a few principles are worth adopting now: 

  • Put governance in place before you scale. It is much easier to route agents through a gateway on day one than to retrofit controls later. 
  • Make token spend visible and enforceable. Know who and what is consuming tokens, and set limits before the bill arrives.
  • Treat tool access like any other privileged access. Least privilege, read-only by default, and a complete audit trail. 
  • Keep your model options open. A single endpoint across cloud and private models lets you place each workload where it makes the most sense for cost, performance, and data sensitivity. 
IT specialist in a white shirt engages with a laptop among server hardware in a data center.

See It Hands-On!
If you’d like to see these capabilities in action, join us on October 14, 2026, from 2:00 to 4:00 PM ET for our Nutanix Hands-On Virtual Workshop: Governance & Cost Control for Agentic AI. You’ll build a unified endpoint across cloud and locally hosted models, monitor token usage, enforce governance controls, and deploy a model on-premises. Registration is required, and I hope to see you there. 


Team of IT Technicians Collaborating in Office

Take Control Of Your AI Infrastructure

Explore how eGroup can help you build a secure, scalable Nutanix environment that supports your evolving AI and infrastructure needs.

Get in Touch with Us

Connect with an expert to learn what we can do for your business.

Get Access to Win Wires

Enter your name and work email to set up your Win Wires account.

Next, you’ll request access to the Win Wires documents through Microsoft. You’ll only need to complete registration once.

October 21, 2026 • Cloud, AI, and Security Virtual Workshop • 1–5 PM ET