Skip to main content
June 9, 2026Anthropic Launches Claude Fable 5 with Runtime Fallback Safeguards and Mandat...

CHAIN AUTHORIZATION GAP

When the chain causes harm, no single agent's authorization record covers it.

Four questions. One record. Most enterprises cannot answer any of them on the day the examiner arrives.

v1.0 - May 2026Sougata Roy, sougataroy.com

Free to read and cite with attribution to Sougata Roy and sougataroy.com. Do not republish, rebrand, or claim authorship of any framework, term, or model as your own.

Explore all frameworks

When one agent calls another

Single-agent governance does not survive orchestration.

Single-agent governance asks who authorized one agent to take one action. Multi-agent orchestration breaks that simplicity when the chain collectively does something no single agent was authorized to do.

Use this section to identify what breaks first: scope, attribution, and the named human accountable for the aggregate outcome.

CISA, NSA, and Five Eyes partners

April 2026

Joint guidance acknowledges multi-agent accountability standards are not yet defined

NIST AI Agent Standards Initiative

February 2026

Federal standards agenda opened specifically for agent identity, security, and interoperability

No published standard

0

defines what a chain-level authorization record must contain or whose name is accountable when the chain acts outside scope

Every framework built for single-agent AI governance asks the same question: who authorized this agent, what is it permitted to do, and who is accountable if it acts outside that scope? That question has a clean answer when one agent takes one action. It stops having a clean answer the moment orchestration begins.

When Agent A decomposes a task and delegates subtasks to Agent B and Agent C, three things happen simultaneously. The scope of permitted action expands beyond what any single agent's authorization record defines. The attribution chain fragments across multiple identities, multiple logs, and multiple system boundaries. The named human accountable for the outcome becomes ambiguous, because no single agent was individually authorized for what the chain collectively did.

The joint guidance published by CISA, NSA, and Five Eyes partner agencies in April 2026 named this scenario directly: multiple autonomous agents collaborate on a task, an erroneous outcome occurs, and fragmented logs plus opaque reasoning make it difficult to explain the result, assign responsibility, or demonstrate compliance. That description is not a future warning. It describes what is already happening in enterprise Copilot Studio deployments running orchestrated agent pipelines today.

Source: ASD's ACSC, CISA, NSA, and Five Eyes partners, "Careful Adoption of Agentic AI Services," May 1, 2026. URL: https://www.cisa.gov/resources-tools/resources/careful-adoption-agentic-ai-services

Editorial governance illustration showing a multi-agent chain with individual agent records and no chain-level authorization record covering the aggregate outcome.

Chain gap

Individual records do not cover the aggregate outcome

The chain can produce a consequential external effect even when no single agent was authorized for what the chain collectively did.

The compounding problem

The Chain Authorization Gap

Multi-agent accountability failures compound because delegated decisions, attenuated audit trails, and missing principals can all exist at once.

Use this section to distinguish the Chain Authorization Gap from single-agent drift, agent sprawl, or ordinary logging failure.

Editorial governance illustration comparing platform identity controls with the enterprise authorization layer required for chain accountability.

Platform and enterprise layers

Identity is not authorization

Platform records can show agent identity, parent-child relationships, tokens, and logs. The enterprise still must produce the chain-level authorization record.

The Chain Authorization Gap is the absence of any authorization record for the outcome of a multi-agent chain, where no single agent in the chain was individually authorized for what the chain collectively did.

It is distinct from three related concepts. The Intent Gap describes behavioral drift in a single agent: the distance between what the agent was authorized to do and what it did in production. Agent Sprawl describes a deployment volume problem: more agents running than the organization knows about. The Chain Authorization Gap describes something different from both. It is a structural gap in the authorization architecture itself. The chain acted. No authorization record covers what the chain did.

Microsoft's Entra Agent ID provides agent identities as special service principals and supports parent-child blueprints for orchestration chains. It does not produce a single immutable record linking every delegation hop, approval, token scope, and final external effect to the human who authorized the chain to operate. That organizational governance layer sits above the platform. No platform currently builds it automatically. NIST opened a standards initiative in February 2026 specifically to address this gap. No finalized standard has been published.

Entra Agent ID extends identity to AI agents as special service principals. It supports parent-child blueprints that document orchestrator-child relationships. User tokens can carry the agent identity as the actor on behalf of the user as the subject. The A2A protocol supports shared identity, managed identity, and OAuth passthrough for agent-to-agent calls. Microsoft Purview audit and eDiscovery cover agent activity logs. These are real controls and they matter.

What first-party Microsoft documentation does not specify, confirmed from primary sources reviewed in May 2026: a single immutable record linking every delegation hop, approval, token scope, and final external effect in a multi-agent chain. Purview captures activity. Entra Agent ID captures identity. Neither produces the chain-level authorization record that answers the four examiner questions: who asked, who authorized, which agent acted, and what happened outside the model.

That gap is not a criticism of Microsoft's architecture. It reflects where the organizational accountability layer sits. Microsoft provides the substrate. The enterprise builds the authorization record above it. No enterprise should deploy a multi-agent orchestration and assume the platform has produced that record automatically.

THE GOVERNANCE SIGNAL

The orchestrator may delegate the task. The enterprise cannot delegate the burden of proof. When the examiner asks for the authorization record covering this chain's actions, the Entra Agent ID record is not that document.

WHAT ENTRA AGENT ID PROVIDES

  • Agent identity as a service principal
  • Parent-child relationship documentation
  • Actor-subject token semantics for on-behalf-of actions
  • Authentication for A2A agent-to-agent calls
  • Activity logs surfaced in Microsoft Purview

WHAT THE ENTERPRISE MUST BUILD ABOVE IT

  • The authorization record naming who approved the chain
  • The aggregate scope definition covering all agents in the chain
  • The named human accountable for the chain's output
  • The re-authorization trigger and review cadence
  • The chain-level evidence record satisfying an examiner's request

THE FRAMEWORK

Four questions. One record. Every chain must answer all four.

A chain-level authorization record is not a policy document. It is not a platform configuration. It is a governance artifact that answers four specific questions, produced before the chain goes live, and maintained for the life of the chain. If any one of the four questions cannot be answered from the record, the chain is ungoverned regardless of what the platform logs show.

Use these four cards as the chain-level accountability model. If the record cannot answer all four, the chain is not governed.

Editorial chain authorization dossier organized around who asked, who authorized, which agent acted, and what happened.

Four-question model

Four questions become one record

A governed chain can answer who asked, who authorized, which agents acted, and what happened outside the model from a single evidence record.

Q1WHO ASKED

The Chain Root

Every multi-agent chain originates with a human or system trigger. The chain root identifies the initiating subject, the business purpose, the matter or case context, and the timestamp of the request. It is the legal and business anchor for everything that follows in the chain. Without a documented chain root, the chain has no traceable origin and no business justification that survives examination.

Named artifact or role

Initiating subject, business purpose, matter or case ID, source channel, tenant, request timestamp.

Q2WHO AUTHORIZED

The Authorization Root

Authorization for the chain must be documented before the chain executes. The authorization root names the approving authority, the approval mode (human review, automated policy, or delegated authority), the lawful basis for the chain's actions, the requested and approved scopes, the expiration of the authorization, and the specific environment the authorization covers. An authorization that cannot be traced to a named human decision is not an authorization. It is an assumption.

Named artifact or role

Approving authority, approval mode, consent artifact ID, lawful basis, requested scopes, approved scopes, expiration, environment.

Q3WHICH AGENT ACTED

Each Delegation Hop

Every point in the chain where one agent delegates a subtask to another agent is a delegation hop. Each hop must be recorded: the parent agent's identity, the child agent's identity, the delegated task, the delegated scopes, the endpoint receiving the delegation, the protocol used, the token type, the actor-subject relationship, and the start and end timestamps. This is the section of the record most current platforms do not produce automatically. It is also the section an examiner will ask for first.

Named artifact or role

Parent step ID, child step ID, child agent ID, delegated task summary, delegated scopes, endpoint URL, protocol, token type, actor-subject relationship, start and end timestamps.

Q4WHAT HAPPENED

The External Effect Record

The chain authorization record must document what the chain actually did outside the model. Tool calls, MCP or A2A server identities, request and response hashes, effect type, target resource, changed records, and any monetary or operational impact must be captured at the point of execution. This converts 'the agent said so' into 'the system changed this thing.' Without the external effect record, the chain has an identity record and an authorization record but no evidence that the authorization was respected.

Named artifact or role

Tool name, server identity, request hash, response hash, effect type, target resource, changed records, monetary or operational impact, rollback status.

THE EXAMINER TEST

Can you produce a single authorization record that names who approved this chain, defines the aggregate scope of permitted actions across all agents, identifies the human accountable if the chain acts outside that scope, and documents what the chain actually did outside the model? If any one of those four questions cannot be answered from the record, the Chain Authorization Gap exists in your environment.

Governing scenario

Three industries. Three orchestrations. Three examinations with no answer.

Each scenario below describes a real deployment pattern in a regulated environment. The examination question at the end of each scenario is the question a regulator would ask. The governance gap is the same in each case: an authorization record exists for individual agents but not for the chain's aggregate actions.

Use the scenarios to trace accountability back through the chain before the chain executes a consequential action.

Editorial triptych showing financial services, healthcare, and security operations multi-agent chains where individual records exist but the chain record is missing.

Scenario map

Different industries, same chain-level gap

The examination question changes by industry, but the gap is the same: individual agent records do not authorize the aggregate chain action.

FINANCIAL SERVICES - OCC EXAMINATION SCENARIO

Three-agent loan modification pipeline

A financial institution deploys a three-agent Copilot Studio orchestration: an orchestrator that receives customer requests, a retrieval agent that queries SharePoint for policy documents, and a drafting agent that produces loan modification recommendations. Each agent has an Entra Agent ID. Parent-child relationships are documented in the platform. The orchestrator is authorized to receive customer requests. The retrieval agent is authorized to query policy documents. The drafting agent is authorized to produce recommendations. No single agent's authorization record covers the combined action: receiving a customer request, retrieving policy data, and producing a recommendation that influences a credit decision.

OCC EXAMINATION QUESTION

Produce the authorization record for this orchestration chain. Name who approved the combined scope of all three agents acting together, define what that combined scope permits, and identify the human accountable for the chain's output on any given transaction.

Gap

The Entra Agent ID records exist. The chain authorization record does not. The OCC examination question cannot be answered from the documentation available.

Pattern documented in FINRA, "Emerging Trend in GenAI: Observations on AI Agents," January 2026. URL: https://www.finra.org/media-center/blog/observations-on-ai-agents

HEALTHCARE - CMS AUDIT SCENARIO

Clinical documentation and billing code orchestration

A healthcare system deploys a two-agent orchestration: a summarization agent that processes clinical notes and a coding agent that produces billing codes from the summary. The summarization agent is authorized to process physician documentation. The coding agent is authorized to suggest billing codes from structured input. Together, the chain produces billing codes that are submitted to CMS without physician review of the coding agent's output. No individual agent's authorization record covers the aggregate action: processing physician notes and producing billable codes in a single automated chain without documented human review of the combined output.

CMS AUDIT QUESTION

Identify the human who reviewed the coding agent's output before submission. Produce the authorization record showing that automated billing code production without physician review was an approved workflow for this orchestration.

Gap

The individual agent logs exist. The chain authorization record covering the automated billing workflow does not. The audit question cannot be answered.

Pattern consistent with HHS OIG guidance on AI in healthcare billing and documentation, 2025-2026.

SECURITY OPERATIONS - INTERNAL AUDIT SCENARIO

Alert triage and remediation orchestration

A security operations team deploys a two-agent orchestration: a triage agent that classifies security alerts and an action agent that executes predefined remediation playbooks based on the classification. The triage agent is authorized to classify alerts. The action agent is authorized to execute playbooks. An alert is misclassified. The action agent executes a remediation playbook that blocks legitimate network traffic for four hours. No authorization record documents who approved the triage-to-remediation chain as an automated workflow, what the aggregate scope of the combined chain permitted, or which human was accountable for automated remediation decisions taken without real-time human review.

INTERNAL AUDIT QUESTION

Which human approved this chain to execute remediation actions automatically based on triage classifications? What was the approved scope of automated remediation? Where is the re-authorization event that should have occurred when the playbook set was expanded last quarter?

Gap

No chain authorization record was produced before the orchestration went live. The audit question cannot be answered.

Pattern consistent with Oso Agents Gone Rogue incident register, 2025-2026.

Primary sources

This framework is built from primary sources.

The framework is grounded in current primary sources for agentic AI guidance, identity, recordkeeping, and regulatory expectations.

Use these references when chain accountability needs to be defended in architecture review, audit preparation, or examiner response.

THE TARGET STATE

Every orchestration has a chain authorization record before it goes live. Every record survives the examiner's first four questions.

The target state is a chain authorization record that exists before production, survives the examiner's first four questions, and stays current when the chain changes.

Use this section as the operating standard for production multi-agent chains.

Editorial governance illustration showing a complete chain authorization record with aggregate scope, accountable human, delegation ledger, external effect record, material change triggers, review cadence, and evidence retained.

Target state

The chain is governed before it goes live

A production chain has approval, aggregate scope, delegated actions, external effects, re-authorization triggers, review cadence, and evidence retained on demand.

A governed multi-agent orchestration has a chain authorization record produced before the chain executes in production. That record names who approved the chain, defines the aggregate scope of permitted actions across all agents, identifies the human accountable for the chain's output, and documents the re-authorization triggers and review cadence. The record is maintained for the life of the chain and updated when the chain is materially modified.

Every agent in the chain has a distinct workload identity. Every delegation hop is logged with the parent agent ID, child agent ID, delegated scope, endpoint, protocol, token type, and timestamps. Every tool call that produces an external effect is recorded with the effect type, target resource, and changed records. The complete record can be produced on demand, not in response to an incident, but as a routine operational capability.

The organization has defined which orchestration changes constitute material modifications requiring re-authorization. Adding an agent to the chain, changing an agent's system prompt, extending the chain's data access, or changing the orchestration topology are each evaluated against the materiality definition. Where a change is material, re-authorization occurs before the modified chain goes back into production.