Yes. Agents need structured APIs and query outputs they can reason over, while humans need richer investigative views and audit context. Mixing the two creates overexposure for the agent and clutter for the operator, so the safer pattern is separate interfaces built for different consumers.
Why This Matters for Security Teams
Separating agent telemetry access from human analyst access is a control design issue, not just a user interface preference. Agents that can read telemetry too broadly may infer secrets, internal topology, or response playbooks that they do not need to complete their task. Humans, by contrast, need richer context, searchability, and evidence trails. Current guidance suggests that access should be shaped by role, task, and trust level, which aligns with the NIST AI Risk Management Framework and its emphasis on governance, measurement, and monitoring. You can also map the decision to the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10, both of which highlight the need to constrain agent autonomy and data exposure.
The practical risk is not only that an agent sees too much, but that telemetry designed for investigation becomes a prompt source, a retrieval source, or an accidental exfiltration channel. That is especially important when logs contain incident notes, security alerts, or correlated identifiers that were never intended for machine consumption. In practice, many security teams encounter this only after an agent has already ingested data that should have remained analyst-only, rather than through intentional access design.
How It Works in Practice
The safest pattern is to build two distinct access paths: one for agents and one for humans. Agents should receive narrow, structured outputs through APIs, queries, or event streams that expose only the fields needed for a defined task. Humans should use investigation consoles, search tools, and case management views that preserve context, timestamps, and evidence provenance. This separation is consistent with the control logic in NIST SP 800-53 Rev 5 Security and Privacy Controls, especially around access enforcement, auditability, and data minimisation.
- Give agents purpose-built telemetry schemas rather than raw log access.
- Mask or suppress secrets, tokens, and session identifiers before any machine retrieval.
- Use separate identities for agents, with distinct entitlements and logging.
- Keep human workflows rich in context, but protect them with stronger role checks.
- Record which agent queried which dataset, when, and for what workflow.
This matters even more when the telemetry source includes SIEM alerts, EDR events, or response playbooks, because those records often reveal detection logic, containment steps, and investigation priorities. Where organisations use retrieval-augmented generation or tool-using agents, the retrieval layer should be treated as a sensitive data boundary, not a convenience feature. The MITRE ATLAS adversarial AI threat matrix is useful here because it frames prompt manipulation, data poisoning, and model steering as real attack paths. These controls tend to break down when one shared analytics layer serves both the SOC and the agent because field-level filtering is usually weaker than identity-level separation.
Common Variations and Edge Cases
Tighter telemetry separation often increases implementation overhead, requiring organisations to balance reduced exposure against operational friction. That tradeoff is real in fast-moving SOCs, where analysts want full-fidelity evidence and automation engineers want broad machine-readable access. Best practice is evolving, but there is no universal standard for how much telemetry an autonomous agent should see in every environment.
One edge case is supervisory workflows where an agent drafts summaries for a human reviewer. In that model, the agent may need partial access to evidence, but only under constrained scopes and with output validation before anything is acted on. Another case is incident response, where time pressure can tempt teams to collapse access boundaries temporarily. That should be treated as an exception with explicit approval and logging, not a standing design choice. The CSA MAESTRO agentic AI threat modeling framework and the Anthropic reporting on AI-enabled intrusion campaigns both reinforce the point that agent access boundaries should be explicit, testable, and minimal.
For organisations already using NHI controls, the same principle applies to agent identities: telemetry access should be bound to the job, not to the system’s general presence in the environment. Where privacy obligations or regulated records are involved, a separate human review path is usually the safer default. The OWASP non-human identity guidance is especially relevant when agents authenticate directly to observability platforms or data stores.
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, MITRE ATLAS and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | Agent autonomy must be constrained by least-data and least-action design. | |
| NIST AI RMF | Governance and monitoring support role-separated access for AI systems. | |
| MITRE ATLAS | Telemetry exposure can enable prompt steering and adversarial manipulation. | |
| OWASP Non-Human Identity Top 10 | Agents using telemetry often authenticate as non-human identities. | |
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access control support separate human and agent paths. |
Restrict agent inputs and outputs so tool-using systems only access the telemetry needed for the task.
Related resources from NHI Mgmt Group
- Should organisations treat agent access reviews the same as human access reviews?
- Should organisations separate human and non-human access review processes for SOC 2?
- Should organisations manage human, machine, and AI identities in separate access queues?
- How should organisations decide whether AI agent access belongs in IAM or separate governance?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org