By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: Edge DeltaPublished January 14, 2026

TL;DR: The governance issue is not just tool access but the delegation chain that gives autonomous agents real system reach before teams have mature identity controls for agent actions, according to Edge Delta. AI Teammates use the Model Context Protocol to query Elastic telemetry on demand, enrich investigations, and trigger remediation steps across observability workflows.


At a glance

What this is: This is a product walkthrough of AI Teammates using MCP to query Elastic and drive incident remediation, with the key finding that autonomous agents need direct, scoped access to external telemetry systems to be operationally useful.

Why it matters: It matters because IAM, NHI, and observability teams now have to govern agent-to-tool access, not just human operator access, and that changes entitlement design, auditability, and remediation accountability.

By the numbers:

👉 Read Edge Delta's walkthrough of AI Teammates with the Elastic MCP Connector


Context

MCP in this context means a protocol layer that lets an AI system reach into tools and data sources that sit outside its native platform. The governance gap is that once an AI teammate can query Elastic indices and act on the results, the identity question shifts from human operator access to delegated machine access and runtime authorisation.

Edge Delta’s example is operationally familiar to observability teams, but the access model is not. The AI teammate is not just summarising telemetry, it is using an external connector, an API key, and scoped permissions to pull live logs into an investigation and recommend remediation. That makes the article relevant to NHI governance, agentic AI control design, and the lifecycle rules that govern non-human access.

The underlying pattern is typical of modern incident workflows: data is distributed, context is fragmented, and teams want automation that reduces swivel-chair investigation. What is atypical is the degree of runtime autonomy implied by the agent collaboration model, which means security teams have to think about tool permissions, traceability, and action boundaries as identity problems, not only as observability features.


Key questions

Q: How should security teams govern AI use when users, APIs, and agents all generate different telemetry?

A: Start by separating the governance problem into distinct control domains. Human prompts, service API calls, and agentic workflows need different evidence, different owners, and different enforcement points. A single dashboard rarely gives enough context to govern all three, so teams should build policy around the path where each action begins, not only around the logs it leaves behind.

Q: What breaks when an AI SOC platform is given broad connector access?

A: Broad connector access turns an AI SOC platform into a high-trust operator with a much larger blast radius. If permissions are not tightly scoped, the system can over-enrich, over-query, or trigger actions in systems it does not need. That creates governance risk, audit complexity, and the possibility of wrong but authoritative decisions spreading across the security stack.

Q: Why do AI agents complicate managed detection and response governance?

A: They can act across multiple tenants, consume telemetry, and modify security outputs, which means their permissions and outputs must be controlled like any other high-risk service identity. If ownership is unclear, the organisation loses visibility into who changed what, when, and under whose authority.

Q: Should teams let AI agents trigger remediation in production?

A: Only for tightly bounded, low-risk actions with clear blast-radius limits. For complex outages, remediation should remain behind a human approval gate because the same agent that is useful for triage can still be wrong about the fix.


Technical breakdown

How MCP changes the access model for AI teammates

The Model Context Protocol standardises how an AI system discovers and uses external tools and data sources. In practice, that means the agent does not need a custom integration for every system, but it still needs credentials, scoped permissions, and an execution path that can query live data. For observability use cases, this collapses the distance between investigation and action, because the same identity that retrieves logs can also influence remediation workflows. The protocol is not the risk by itself. The risk appears when connector access is broader than the exact investigation context.

Practical implication: treat MCP connectors as governed identities with explicit scope, logging, and approval boundaries.

Why Elastic access becomes an identity control problem

Elastic is often a high-value telemetry store because it contains logs, traces, and investigation context that operators rely on during incidents. When an AI teammate queries Elastic through an API key, the key becomes the effective identity for the agent’s read path. If that key can reach more indices than the workflow needs, the agent inherits more visibility and more blast radius than intended. This is a classic NHI pattern: the credential is simple, but the governed behaviour is not. The control question becomes whether the connector permission aligns to the minimum index set required for the task.

Practical implication: separate read-only investigative access from broader operational access and scope each connector to the narrowest usable index set.

Autonomous remediation needs an action boundary, not just a data boundary

The article describes agents that collaborate, analyse, and initiate fixes while keeping humans in the loop. That distinction matters. A system that only retrieves telemetry is a non-human identity problem, but a system that can decide when to act, which tool to call, and when to proceed becomes an autonomous governance problem. At that point, access review alone is insufficient because the relevant question is not only who had access, but what the agent was allowed to do with timing and sequencing during the session. The control plane must distinguish observation from execution.

Practical implication: enforce separate approval and logging paths for telemetry retrieval, diagnosis, and any remediation action.


Threat narrative

Attacker objective: The objective is to abuse the agent’s delegated access to gain privileged visibility into telemetry data and manipulate incident workflows or remediation actions.

  1. Entry occurs when an attacker compromises the API key or connector credential that grants the AI teammate access to external telemetry systems.
  2. Escalation occurs if the connector permission is broader than the incident workflow, letting the attacker or abused agent query more data than the task requires.
  3. Impact follows when telemetry, remediation actions, or downstream tools are used to expose sensitive operational data or trigger unauthorized changes.

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


NHI Mgmt Group analysis

MCP-based agent access turns telemetry integration into identity architecture. Once an AI teammate can query Elastic or other external systems through MCP, the connector is no longer a convenience layer. It becomes a governed identity path with its own entitlements, logs, and failure modes. Practitioners should stop treating connector setup as plumbing and start treating it as part of the identity model for non-human access.

Least privilege for AI teammates is only meaningful when scoped to the investigation task. The article shows a workflow where the SRE teammate only needs log access for a specific service and time window. That is the right unit of governance. Broad connector permissions create identity blast radius even when the agent is doing legitimate work, and the same overreach becomes much more dangerous once the agent can chain analysis into remediation.

Runtime autonomy changes the control objective from access approval to action containment. An AI teammate that can decide when to query, what to correlate, and when to initiate a fix is not governed well by static recertification alone. The security question is how the action path is constrained at runtime, because the same delegated identity can move from reading telemetry to altering state in a single session.

Agent collaboration increases the need for traceable delegation chains. The article’s multi-teammate workflow depends on one agent asking another to retrieve context and drive a fix. That is useful operationally, but it also means accountability must follow the chain from request to query to action. In practice, teams need to know which identity initiated the workflow, which identity executed the connector call, and which identity was responsible for the final remediation decision.

Elastic query access for AI teammates is a good example of the runtime governance gap. The control surface is not the dashboard, it is the API key, connector scope, and permissible action set behind the workflow. That is where NHI governance, agentic AI controls, and observability operations intersect. The implication for practitioners is clear: govern the connector as an identity, not as a feature.

From our research:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%), 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.
  • That gap makes OWASP Agentic AI Top 10 a useful next step for teams defining runtime controls and tool boundaries.

What this signals

Agentic telemetry workflows create a new form of identity blast radius. The more an AI teammate can query, enrich, and act, the more its connector scope becomes a security boundary. Teams should map each agent workflow to a named identity owner, a connector owner, and a clear failure mode before they allow production use. That discipline will matter even more as agent collaboration expands across observability, SecOps, and automation tools.

With 98% of companies planning to deploy more AI agents within the next 12 months, the governance problem is no longer experimental. The practical response is to align agent access with the same lifecycle discipline used for other privileged non-human identities, then validate it against OWASP Agentic AI Top 10 and internal incident workflows.

Connector governance is becoming the control point, not the dashboard. As more investigation paths depend on MCP-enabled access to logs and traces, security teams need policies that define who can delegate, what data each agent can see, and which actions remain human-approved. That is the difference between useful automation and unmanaged delegated access.


For practitioners

  • Define connector-scoped identities for every AI teammate Assign each agent a distinct non-human identity with permissions limited to the systems and indices needed for one workflow. Avoid shared API keys across investigative and remediation use cases, and require per-connector ownership in the identity register.
  • Split read, analyse, and act permissions Separate telemetry retrieval from remediation actions so an agent can query logs without being able to execute fixes. Keep query access in the agent workflow and reserve state-changing operations for a stricter approval path.
  • Record every delegated action in the incident trail Capture which agent initiated the request, which connector identity executed the query, what data was returned, and whether any fix was proposed or applied. Use those records for access review, forensic reconstruction, and control validation.
  • Limit Elastic connector scope to task-specific indices Restrict the Elastic MCP Connector to the minimum index set, service scope, and time range needed for the current investigation. If the agent does not need production-wide visibility, do not grant it.
  • Review AI teammate approvals with NHI and PAM teams Bring NHI governance, PAM, and observability owners into the approval model so agent access is reviewed with the same rigor as other privileged non-human access. This is especially important where the agent can move from diagnosis to remediation.

Key takeaways

  • AI teammate workflows turn connector permissions into a core identity governance issue, not a convenience setting.
  • The scale of agent overreach is already visible in industry data, which makes scoped access and traceability urgent rather than optional.
  • Practitioners should separate telemetry access from remediation authority before autonomous workflows reach production scale.

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 AI RMF, NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10N/AAgent-to-tool delegation and runtime action boundaries are central to this article.
OWASP Non-Human Identity Top 10NHI-01Connector API keys and scoped access are non-human identity controls.
NIST AI RMFGOVERNAgent governance and accountability are the main control questions here.
NIST Zero Trust (SP 800-207)3.5The article depends on continuous verification before tool access and action.
NIST CSF 2.0PR.AC-4Least-privilege access and identity management are directly implicated.

Assign ownership, escalation paths, and oversight for each autonomous or semi-autonomous agent workflow.


Key terms

  • Model Context Protocol: Model Context Protocol is an open protocol that lets AI agents connect to tools and data sources. It expands what an agent can reach, so governance has to cover not only the model and its prompts, but also every system that can receive or return agent-driven data.
  • AI Teammate: A software system that works alongside human engineers by monitoring signals, summarising state, and proposing actions in development workflows. It is not automatically autonomous, but it can still behave like a governed non-human identity when it has persistent access to repositories, alerts, and pipeline data.
  • Connector scope: The exact permissions and environmental reach granted to an integration that links a workflow to another system. For chat-driven automation, connector scope defines what the workflow can read, change, publish, or deploy, and it should be treated like privileged access rather than a convenience setting.
  • Delegation Chain: A delegation chain is the sequence of identities, credentials, and tool calls an agent uses to complete a task across systems. It matters because each step may appear acceptable on its own while the combined path produces an outcome no reviewer would have approved directly.

What's in the full article

Edge Delta's full post covers the operational detail this post intentionally leaves for the source:

  • Step-by-step Elastic MCP Connector setup and configuration fields for the AI Teammates workflow.
  • The exact ES|QL query pattern used to pull frontend-proxy logs during the investigation.
  • How the SRE Teammate identified the likely root cause from live telemetry and service routing data.
  • The remediation sequence proposed for pod health, localhost connectivity, and upstream service validation.

👉 Edge Delta's full post shows the connector setup, ES|QL workflow, and remediation path in detail.

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 IAM or identity governance 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