TL;DR: Most enterprises now have AI agents in production before they can fully see, trace, or govern them, according to TruFoundry's July 30, 2026 analysis of a survey of 200 enterprise AI leaders and a live discussion with engineering heads at Via and SurveyMonkey. The practical lesson is that agentic AI governance works best as a central control plane for cost, logging, and tool access, not as a collection of after-the-fact dashboards.
NHIMG editorial — based on content published by TruFoundry: 5 Lessons on Running Agentic AI in Production From the Fireside chat
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
- While 71% of IT teams have been advised on AI agent data access, only 47% of compliance teams, 39% of legal teams, and 34% of executives have the same visibility.
Questions worth separating out
Q: How should teams govern AI agents that use MCP?
A: Treat each connected agent as a non-human identity with an owner, a scope, and a review cycle.
Q: Why do AI agents create accountability problems for IAM and NHI teams?
A: AI agents create accountability problems because traditional IAM proves who authenticated, while agent governance must prove what the actor did with that access.
Q: What breaks when AI agent logging is added after deployment?
A: The audit trail becomes incomplete because non-deterministic agents may not repeat the same path twice.
Practitioner guidance
- Centralise agent enforcement at the request boundary Route model calls, MCP requests, and agent actions through one policy layer so budgets, logging, and tool access are applied before execution.
- Register every MCP server and agent explicitly Maintain a controlled registry of tools, users, and agent identities, then grant only the minimum tool-level access each workflow requires.
- Define logging rules before scaling production agents Specify which prompt, output, model, and tool fields must be retained, which must be scrubbed, and how PII is handled in traces.
What's in the full article
TruFoundry's full blog covers the operational detail this post intentionally leaves for the source:
- How the AI gateway enforces budgets, rate limits, and model routing across multiple providers
- How the MCP gateway registers tools and authenticates requests at the control boundary
- How the OpenTelemetry-based tracing flow captures prompt, tool, and model execution
- How teams can apply guardrails in agent templates before production rollout
👉 Read TruFoundry's analysis of AI gateway governance for agentic AI →
AI gateway governance: are your agent controls keeping up?
Explore further