Skip to content

AI & LLM Systems13 min read

Singapore Agentic AI Governance: Decision Rights

How Singapore's agentic-AI governance framework translates into decision-rights matrices, human oversight and measurable production controls for enterprises.

Share

Key takeaways

  • Singapore's IMDA Model AI Governance Framework for Agentic AI (v1.5, May 2026) is voluntary guidance — deploying organisations remain legally accountable for agent outcomes.
  • Govern by delegated capability, not model name: assign each agent capability to a decision class on the observe-to-delegate ladder.
  • The AiRAT Agent Decision-Rights Matrix maps decision classes to evidence, approval, monitoring, rollback and accountable ownership requirements.
  • Multi-agent and third-party agent risks require structural controls — scoped identities, delegation limits and vendor due diligence — not prompt-layer instructions alone.
  • Use the APAC Governance Crosswalk for thematic alignment with NIST AI RMF, ISO/IEC 42001 and OWASP Agentic Applications; it does not establish legal equivalence.
  • A 45-day discover-design-implement-validate roadmap operationalises decision rights for most enterprise agent portfolios.
On this page15 sections

Introduction: Singapore's agentic-AI guidance meets production reality

Singapore Agentic AI Governance at a glance — 8 decision classes, 6 crosswalk themes, 45-day roadmap

In May 2026, Singapore's Infocomm Media Development Authority (IMDA) published version 1.5 of its Model AI Governance Framework for Agentic AI. The update adds depth on multi-agent systems, third-party agent risk, automation bias and operational case studies — without changing the framework's four core dimensions: assess and bound risks; make humans meaningfully accountable; implement technical controls; and enable end-user responsibility.

For APAC enterprises deploying agents in customer service, finance, security operations and procurement, the question is not whether the framework is binding law. It is how to translate voluntary guidance into controls that survive audit, incident review and board scrutiny. Singapore's posture — voluntary framework, legal accountability for outcomes — mirrors what most enterprises already face: regulators and customers expect evidence, not slide decks.

This article translates IMDA's agentic-AI guidance into a production control model centred on decision rights, not model labels.

Last verified: 3 August 2026


Direct answer: Singapore's agentic-AI framework is voluntary guidance, not legislation, but the deploying organisation stays accountable for what its agents do. Bound autonomy by delegated capability, not by model name: define what each agent may observe, recommend, prepare or execute on a decision-rights matrix, require evidence and human approval as impact rises, and enforce monitoring, rollback and named ownership at every tier. Multi-agent and third-party agents need delegation controls enforced at runtime — a prompt instructing an agent to "stay in scope" is not a control.


AiRAT Agent Decision-Rights Ladder — eight ascending steps from Observe to Delegate, showing autonomy decreasing and required human control increasing


What Singapore updated in 2026

IMDA first launched the Model AI Governance Framework for Agentic AI in January 2026. Version 1.5, published on 20 May 2026 and updated on 5 June 2026, incorporates feedback from industry and government deployments.

Notable additions in v1.5 include:

  • Multi-agent systems module — inter-agent delegation, authentication between agents, and cascading failure modes when chains cross organisational boundaries.
  • Third-party agent risk — procurement and operational controls when agents are supplied by vendors rather than built in-house.
  • Automation bias — governance for over-reliance on agent recommendations, particularly where humans rubber-stamp outputs.
  • Case studies — practical illustrations from Singapore enterprises and government agencies applying the four framework dimensions.

The framework remains voluntary best-practice guidance. It does not create new statutory obligations. However, IMDA is explicit that organisations deploying agentic AI remain accountable for outcomes — a posture consistent with existing product liability, data protection and sector-specific duties across APAC.


Why agentic systems require a different governance model

Traditional AI governance often treats the model as the unit of control: which version is deployed, who validated it, what data it was trained on. Agentic systems break that model because the risk surface is behavioural and dynamic.

An agent can plan multi-step workflows, invoke tools and other agents with compounding scope, and produce irreversible outcomes from probabilistic reasoning. Governance must answer: what decision class applies, what evidence is required, who approves, and how rollback works.

For a broader enterprise control-plane architecture, see Agentic AI governance and identity and AI agent security controls for production.


The AiRAT Agent Decision-Rights Matrix

The AiRAT Agent Decision-Rights Matrix is an implementation framework that maps agent capabilities to required controls. Rows represent decision classes (the ladder from observe to delegate). Columns represent control dimensions every production agent must satisfy at its assigned tier.

Decision-rights ladder

  • Observe — read data, logs, tickets, no mutation. Fully automated.
  • Summarise — produce internal summaries and briefings. Fully automated, with logging.
  • Recommend — suggest actions, no execution. Automated; a human consumes the output.
  • Prepare action — draft emails, tickets, change requests, API payloads. Automated draft; a human submits it.
  • Execute reversible action — mutate state that can be undone (tag, quarantine a sandbox, revert a config). Policy-bounded automation.
  • Execute customer-visible action — send customer communications, update portals. Human approval required.
  • Execute financial / security / destructive action — payments, privilege changes, data deletion, endpoint isolation. Explicit approval plus a rollback plan.
  • Delegate to another agent — hand off sub-tasks to a peer or sub-agent. Scoped delegation with trust verification.

Control dimensions (matrix columns)

Control dimensionWhat it requires
Allowed autonomyWhether the agent may act without human initiation at this tier
Required evidenceInputs, reasoning trace, tool calls, policy version, outcome hash
Human approvalNone, async review, or synchronous gate before execution
MonitoringReal-time policy checks, anomaly detection, cost and rate limits
RollbackDocumented undo path, owner, and tested procedure
Accountable ownerNamed business and technical owner with escalation path

Matrix excerpt (illustrative assignments)

Every tier is monitored continuously — rate limits and drift checks at the automated end, real-time policy enforcement and fraud/SOX controls at the high-impact end — but the columns below are the ones that actually change enterprise to enterprise.

Decision classRequired evidenceHuman approvalRollbackAccountable owner
ObserveQuery log, data scopeNoneN/AData owner
RecommendFull reasoning chainOptional reviewN/AProduct owner
Prepare actionDraft + source contextBefore send/submitDiscard draftWorkflow owner
Execute reversiblePre/post state snapshotFor high-risk scopesAutomated or scriptedOps lead
Customer-visibleDraft + approval recordRequiredRecall procedureComms lead
Financial / destructiveDual control recordRequired + segregationCompensating transactionCFO delegate
DelegateDelegation token, scope hashParent agent policyRevoke delegationPlatform owner

Enterprises should maintain one matrix row per deployed agent capability, not per agent brand name. A single "customer service agent" may span summarise through prepare action across different workflows.

How an agent request gets routed by decision tier — an incoming task hits a classifier that routes it to one of five tiers: observe and summarise runs automatically with logging; recommend and prepare produces a draft for a human to act on; reversible execute runs automatically only if policy allows; customer, financial and destructive actions are queued for human approval; delegate issues a scoped, depth-limited token


Five hypothetical examples (labelled)

The following are illustrative scenarios, not client deployments.

1. Read-only compliance assistant (Observe / Summarise)
Autonomy: fully automated for internal policy document retrieval and obligation summaries. Controls: read-only IAM, query logging, no write tools. Owner: compliance officer.

2. Customer-support refund recommender (Recommend)
Autonomy: suggests refund eligibility and amount; cannot execute. Controls: reasoning trace, link to policy version, analyst accepts or overrides. Owner: customer operations lead.

3. Finance reconciliation agent (Prepare action)
Autonomy: drafts journal entries and exception tickets. Controls: ERP write access disabled; human posts entries. Owner: finance controller.

4. Endpoint-isolation security agent (Execute reversible / destructive)
Autonomy: may isolate non-production hosts automatically; production isolation requires approval. Controls: pre-action snapshot, integration with ADR, rollback runbook. Owner: CISO delegate.

5. Procurement agent with delegated subagents (Delegate)
Autonomy: parent agent scopes vendor comparison; sub-agent may summarise public pricing only — not sign contracts. Controls: delegation depth limit, per-sub-agent permission envelope, third-party agent risk assessment per IMDA v1.5. Owner: chief procurement officer.


Human accountability and ownership

IMDA's second dimension requires named business, technical and risk owners per capability — with evidence tracing who approved deployment, which policy version governed each action, and who was notified on failure. This aligns with AiRAT methodology for production systems where failure has a measurable cost.


Identity, access, delegation and third-party agents

Version 1.5's multi-agent and third-party modules reinforce what production teams already discover: prompt instructions are not access controls.

Minimum technical controls: scoped agent identities with TTL permissions; runtime tool gates enforcing decision-class limits; delegation tokens with scope, expiry and parent accountability; third-party agent due diligence on data flows, subprocessors and kill-switch rights.

For permission envelope design, see AI agent security controls for production.


Testing, monitoring and incident management

IMDA v1.5 stresses structural controls over prompt-layer safeguards: pre-deployment testing per decision class, continuous policy and bias monitoring, incident playbooks for agent disable and delegation revocation, and post-incident reasoning-chain replay.


APAC Governance Crosswalk (conceptual alignment)

This crosswalk maps themes, not legal equivalence. No row implies certification or statutory alignment.

ThemeIMDA Agentic AI v1.5NIST AI RMFISO/IEC 42001AiRAT implementation control
Risk boundingAssess and bound upfrontMap / MeasureAI risk assessmentDecision-Rights Matrix tier assignment
Human accountabilityMeaningful human accountabilityGovernRoles and responsibilitiesNamed owners + approval gates
Technical controlsImplement controls and processesManageOperational controlsPermission envelope + policy engine
End-user responsibilityEnable end-user responsibilityGovernCommunication and transparencyCustomer-visible action tier
Multi-agent riskMulti-agent moduleGovern (emerging practice)Supply chain / lifecycleDelegation tokens + chain limits
Third-party agentsThird-party agent sectionGovern (third-party)Supplier controlsVendor due diligence + kill switch

The OWASP Agentic Applications project covers the same six themes with its own risk-tier language (agent risk tiers, human-in-the-loop patterns, tool permission boundaries, user disclosure, agent-to-agent trust, third-party tool risk) — omitted from the table above only to keep it scannable, not because it's less relevant.


Metrics to track

MetricPurpose
% capabilities with assigned decision classGovernance coverage
Approval latency by tierOperational friction vs risk
Policy violation rateControl effectiveness
Rollback success rateReversible-action readiness
Delegation chain depth (p95)Multi-agent risk indicator
Third-party agent review currencyVendor governance hygiene
Override rate on recommendationsAutomation bias signal

Do not treat these as industry benchmarks — measure against your own baselines and risk appetite.


45-day implementation roadmap

PhaseDaysActivities
Discover1–10Inventory agents and capabilities; draft decision-class assignments
Design11–20Build Decision-Rights Matrix; define owners and approval paths
Implement21–35Encode policy engine rules; enable evidence logging; test kill switch
Validate36–45Run tabletop per decision class; review third-party agents; board briefing

Failure modes

  • Global trust level — symptom: high-risk and read-only agents share the same permissions. Mitigation: one matrix row per capability, not per agent brand.
  • Rubber-stamp approval — symptom: 99% auto-approval on a "human" gate that exists on paper only. Mitigation: sample review plus approval-SLA analytics that would actually surface this.
  • Shadow delegation — symptom: sub-agents get spawned outside the registry. Mitigation: delegation tokens with registry enforcement, not an honour system.
  • Prompt-only governance — symptom: the policies exist in documentation, not in anything that runs. Mitigation: a runtime policy engine, not a PDF.
  • Missing rollback — symptom: reversible actions whose undo path has never actually been tested. Mitigation: rollback drills per tier, on a schedule.
  • Third-party blind spot — symptom: vendor-supplied agents aren't in the inventory at all. Mitigation: joint procurement and security review before any third-party agent goes live.

Key takeaways

  • Singapore's IMDA agentic-AI framework (v1.5) is voluntary guidance; legal accountability for agent outcomes remains with the deploying organisation.
  • Govern by delegated capability, not model name: assign each capability to a decision class on the observe-to-delegate ladder.
  • The AiRAT Agent Decision-Rights Matrix maps decision classes to evidence, approval, monitoring, rollback and ownership requirements.
  • Multi-agent and third-party agent risks need structural controls — scoped identities, delegation limits and vendor due diligence — not prompt-layer instructions alone.
  • Use the APAC Governance Crosswalk for thematic alignment with NIST AI RMF, ISO/IEC 42001 and OWASP Agentic Applications; it does not establish legal equivalence.
  • A 45-day roadmap — discover, design, implement, validate — is sufficient to operationalise decision rights for most enterprise agent portfolios.

Frequently asked questions

What is Singapore's agentic AI governance framework?
It is IMDA's Model AI Governance Framework for Agentic AI — currently version 1.5 (May 2026). It provides voluntary best-practice guidance on assessing risk, human accountability, technical controls and end-user responsibility for systems that plan, reason and act with varying degrees of autonomy.

Does the framework apply outside Singapore?
It is published by Singapore's IMDA and reflects Singapore's policy posture. It is not binding law in other jurisdictions. However, APAC enterprises and multinationals often use it as a reference architecture because it addresses multi-agent and third-party agent risks in operational detail.

How should enterprises bound AI-agent autonomy?
Assign each agent capability to a decision class (observe through delegate). Encode approval thresholds, evidence requirements and rollback procedures in a runtime policy engine. Do not rely on a single "trust score" for all agent behaviours.

Who is accountable for an AI-agent decision?
The deploying organisation remains accountable under applicable law and contracts. Operationally, name a business owner, technical owner and risk owner per capability, with evidence linking actions to policy versions and approvers.

What controls are needed for multi-agent systems?
Scoped delegation tokens, maximum chain depth, agent-to-agent authentication, per-hop evidence logging, third-party agent risk assessment, and kill switches that revoke delegation across the chain.

How does IMDA compare with NIST AI RMF or ISO 42001?
All address governance, risk and operational controls, but IMDA v1.5 is specifically tailored to agentic AI — including multi-agent delegation and automation bias. NIST AI RMF and ISO/IEC 42001 provide broader AI management system structures. They are complementary; none substitutes for the others.

What is a decision-rights matrix for AI agents?
A table mapping each agent capability to its allowed decision class and required controls: autonomy level, evidence, human approval, monitoring, rollback and accountable owner. The AiRAT Agent Decision-Rights Matrix is one implementation model.


Sources

This article provides technical guidance only. It is not legal advice. Consult qualified counsel on regulatory obligations in your jurisdiction.

Related: Agentic AI governance and identity · AI agent security controls for production · ADR product · Resources · Methodology · Services

Singapore AIagentic AIgovernancedecision rightsAPAC

Written by

Anurag Sogani

Founder & Principal Engineer, AiRAT

Anurag leads AiRAT's platform engineering practice, shipping production SOC, XDR and agent-security systems for regulated enterprises across UAE, India, Singapore, Europe, Australia and the US. He writes from delivery work: the frameworks here come out of live programmes, not vendor decks.

Common questions

5 questions

What is Singapore's agentic AI governance framework?

Singapore's approach emphasises accountable deployment of agentic AI — systems that plan and act — through decision rights, human oversight and transparency. Enterprises should translate framework principles into measurable production controls, not compliance slides alone.

What is the AiRAT Agent Decision-Rights Matrix?

It ladders agent autonomy from observe-only and recommend through confirm, bounded action and restricted auto-execution. Each tier specifies required human roles, override mechanisms, evidence and escalation paths.

How do decision rights differ from permission envelopes?

Decision rights define who may authorise outcomes at each autonomy tier; permission envelopes define technical scopes for identity, data and tools. Both are required — governance without enforcement fails, and enforcement without accountability fails audit.

Must human oversight be real-time for all agent actions?

Not for all actions — oversight intensity should match impact tier. Low-risk internal summarisation may use sampled review; customer-facing or financial actions require synchronous approval or post-action audit within defined SLAs.

How should APAC enterprises align Singapore with EU or UAE rules?

Maintain one inventory with jurisdiction tags; map controls to the strictest applicable requirement per data class; avoid duplicate contradictory policies by using shared evidence artefacts with region-specific overlays.

Stay current

Engineering insights, when we publish them.

Production notes on AI, security, and data infrastructure. No marketing, only the pieces worth reading.

No spam. Unsubscribe anytime.

Get started

Leave your email - we'll reach out.

Share your work email and we'll follow up with a tailored note on security, AI, or data programmes - usually within one business day.

No spam. We only use your email to respond to this request.

Explore services →