White Paper · Version 1.0

Authorization Infrastructure for Intelligent Systems

Continuous Runtime Authorization in the Era of Delegated Computing

Enterprise computing is shifting from software that responds to human commands toward intelligent systems that retrieve information, invoke services, and act on a user’s behalf. Those systems exercise delegated authority, not just instructions. This paper argues that continuous runtime authorization is becoming foundational infrastructure for intelligent systems.

Executive Summary

Why authorization must evolve from an administrative function into continuous operational infrastructure.

Enterprise computing is undergoing its most significant architectural shift since the adoption of cloud computing. Organizations are moving from software that responds to human commands toward intelligent systems that retrieve information, invoke services, and increasingly act on a user's behalf. These systems exercise delegated authority, not just instructions.

This fundamentally changes the authorization problem. For decades, authorization was treated as an administrative function: permissions were assigned once and assumed valid until someone changed them. Intelligent systems operate differently. A single request can trigger hundreds of independent actions across APIs, data sources, and services, often long after the user has disengaged.

Existing frameworks such as AIUC-1 and Zero Trust for AI agents define what trustworthy intelligent systems should achieve. They do not define the infrastructure required to enforce those principles while software is executing. That missing layer is authorization infrastructure.

Just as identity became foundational to the internet and orchestration became foundational to cloud computing, authorization infrastructure will become foundational to intelligent systems. It provides the capability to evaluate delegated authority dynamically, translate organizational policy into operational decisions, constrain autonomous behavior before actions occur, and maintain accountability throughout execution.

The question is no longer “Who are you?” It is “Should this action be allowed right now?”

Delegated computing changes the core authorization question from identity alone to continuous runtime evaluation of authority, policy, and current conditions.

1. The Era of Delegated Computing

Intelligent systems perform work on a person’s behalf, dynamically and across many systems.

Every era of enterprise computing has introduced a new infrastructure challenge. The internet made identity foundational. Cloud computing made orchestration foundational. Intelligent systems introduce a different challenge: software now retrieves documents, invokes APIs, queries databases, and coordinates with other software to accomplish delegated objectives dynamically rather than along fixed programmed paths.

This is a larger shift than model architecture alone. Enterprises are not simply deploying more capable software. They are deploying software that exercises authority once reserved for people.

A single user request can now trigger a chain of independent decisions across systems — retrieving proprietary data, calling external APIs, consulting other autonomous services, generating recommendations, and initiating follow-on actions without further user input. Each step is its own exercise of delegated authority.

Figure 1
Foundational infrastructure by computing era Mainframe Internet Cloud Intelligent systems Compute Identity Orchestration Authorization infrastructure
Compute, identity, orchestration, and authorization infrastructure align to the foundational capability of each computing era.
Figure 2
Traditional versus delegated computing authorization flow Traditional computing User Application Single authorization check Resource Delegated computing User Intelligent system AUTHORIZATION INFRASTRUCTURE Every action evaluated in real time APIs Databases Agents Services
Traditional computing authorizes once at the start of a session. Delegated computing evaluates every downstream action at runtime.

2. Governance Defines Intent. Infrastructure Enforces It.

Policies and oversight matter, but only runtime systems can determine whether execution proceeds.

Organizations have formed AI oversight committees, published acceptable-use policies, and adopted frameworks emphasizing least privilege, continuous verification, accountability, and human oversight. This governance work is necessary because it defines expectations, ownership, and risk tolerance.

What governance does not provide is operational control. An intelligent system does not consult a policy document before retrieving confidential files or invoking a payment API. At the moment software acts, only the systems participating in execution can decide whether that action proceeds.

Governance

Defines organizational intent, acceptable behavior, risk tolerance, and the policies that should shape autonomous actions.

Authorization infrastructure

Operationalizes that intent by evaluating every consequential action before execution and enforcing the current policy in runtime context.

Governance and authorization are not competing approaches. Governance defines intent. Authorization infrastructure operationalizes that intent during execution.

Figure 3
Governance to runtime enforcement translation ORGANIZATIONAL GOVERNANCE TRANSLATION POINT RUNTIME ENFORCEMENT Governance frameworks Organizational policies Authorization infrastructure Runtime decision Execution
Authorization infrastructure is the translation point between organizational policy and runtime enforcement.

3. Identity Is Not Authority

Identity answers who initiated the request. It does not answer whether downstream delegated actions should keep inheriting that authority.

Identity has been the foundation of enterprise security for decades. It establishes who is requesting access. For traditional applications, that model works because the authenticated user and the actor performing the work are effectively the same.

Delegated computing breaks that relationship. A user may ask an intelligent assistant for a market analysis, but the actual work unfolds as dozens of separate authorization decisions across pricing systems, customer data, external services, and internal knowledge sources. Authentication happened once. Every subsequent step depends on whether delegated authority still holds as execution unfolds.

Identity remains foundational, but it is now only one input into a much larger runtime decision involving policy, context, sensitivity, geography, risk, and prior workflow state.

Identity establishes trust in the requester. Authorization establishes trust in the action.

As intelligent systems take on more enterprise work, those two decisions happen at different times, on different information, and answer different questions.

4. Authorization Infrastructure

Delegated computing requires shared infrastructure that evaluates authority continuously at runtime.

Delegated computing depends on consistent interpretation of policy across a heterogeneous environment. A single workflow may touch a vector database, an enterprise application, a SaaS platform, another autonomous agent, and infrastructure automation. If each system evaluates policy differently, the organization loses a coherent picture of the authority it has delegated.

Authorization infrastructure separates policy evaluation from application execution. Identity systems keep establishing trusted subjects. Governance platforms keep defining policy. Applications keep doing their work. Authorization infrastructure evaluates every consequential request before execution and returns a decision grounded in current organizational intent.

This is not just another access-control feature embedded into an application. It is a shared operational layer that the rest of the architecture depends on once delegated computing becomes the default operating model.

Runtime evaluation. Each decision is evaluated immediately before the action, using current policy and current context.
Policy independence. Policy can evolve without developers rewriting business logic inside every application and agent.
Cross-system consistency. The same model governs legacy systems, SaaS, APIs, knowledge graphs, and intelligent systems.

5. Operationalizing Authorization Infrastructure

Delegated authority becomes a dynamic attribute of execution rather than a static property assigned once.

Authorization infrastructure is valuable only if it participates in runtime execution. Trusted Authority Orchestration, or TAO, is one model for doing that. Rather than letting interactions happen implicitly, TAO introduces explicit authorization checkpoints wherever delegated authority crosses a meaningful operational boundary — before a tool or data access, before an external service call, and before a result is returned.

Each checkpoint evaluates the same information against shared authorization infrastructure: the identity of the requester, the identity of the acting system, the resource involved, and current policy. Governance policies become executable, decisions become explainable, and autonomous systems stay aligned with organizational intent even as conditions change.

Figure 4
TAO execution flow User objective Intelligent system Auth Access data Auth External service Auth Result AUTHORIZATION INFRASTRUCTURE Every checkpoint evaluated against the same policy
The TAO execution flow: every checkpoint consults the same shared authorization infrastructure before consequential actions occur.
Question 01

Authorization

Should this action be allowed under current policy and current runtime conditions?

Question 02

Isolation

If something goes wrong, is delegated authority constrained within a bounded scope?

Question 03

Observability

Can every consequential action be seen clearly enough to support explanation and analysis?

Question 04

Accountability

Can each decision be reconstructed, attributed, and tied back to the policy that produced it?

Question 05

Human Governance

Can a human intervene when autonomous behavior exceeds acceptable boundaries?

6. Building Authorization Infrastructure Today

Most organizations already own many of the components. What is missing is the integration into one runtime decision layer.

Identity providers establish trusted identities. Policy engines evaluate rules. APIs expose capabilities. Knowledge graphs model relationships. The missing piece is the architectural integration of these capabilities into a unified layer that continuously governs delegated authority.

That means adoption does not require replacing identity systems, rewriting applications, or abandoning existing governance investments. Identity still answers who is requesting authority. Governance still defines policy. Authorization infrastructure adds the runtime decision layer that lets those capabilities work together.

Start point 01

Highest-risk workflows

Begin with delegated workflows that already create the most risk: regulated data retrieval, financial actions, source access, or privileged automation.

Start point 02

Shared enforcement

Move away from dozens of disconnected authorization implementations toward one consistent runtime model.

Start point 03

Infrastructure mindset

Treat authorization the way enterprises now treat identity, orchestration, API management, and observability: as a foundational capability.

Manetu is one implementation of this architectural model. The principle is broader than any single product: runtime authorization must become a coherent infrastructure layer for delegated computing.

Figure 5
Reference architecture for authorization infrastructure Governance Identity Enterprise policy AUTHORIZATION INFRASTRUCTURE The operational layer connecting policy to execution, across every system AI agents Enterprise apps APIs Knowledge graphs Vector stores SaaS platforms Databases External services MANETU One implementation of this layer itself
The complete reference architecture: Manetu is one implementation of the authorization infrastructure layer, not the architecture itself.

Conclusion

Every major shift in enterprise computing has produced a new foundational layer. Delegated computing requires authorization infrastructure.

The question for enterprises is no longer whether runtime authorization is necessary. It is how enterprises will operationalize it at scale.

Networked computing required identity. Cloud computing required orchestration. Delegated computing requires authorization infrastructure: a shared runtime capability that continuously translates organizational intent into operational decisions.

Authorization infrastructure is becoming foundational to intelligent systems.