The foundation: engage.re
AI Agents 30 July 2026 10 min read

Your AI Agent Needs Its Own Identity. Regulators Now Say So.

Singapore published the first governance framework for agentic AI on 22 January 2026. One of its requirements is specific and testable: each agent must hold a unique identity, tied to the person who supervises it. Most organisations give an agent an API key instead. This article explains why a key does not satisfy the requirement, what a supervised identity contains, and the anti-falsification rule that decides what an audit trail is worth.

Connect with us about agent governance · · Replies within 24 hours

22 Jan 2026
the first national governance framework for agentic AI
1
unique identity required per agent, tied to a supervisor
57,267
narrow grants issued in one production estate on engage.re

Does an AI agent need its own identity?

Yes. Singapore's Infocomm Media Development Authority published the Model AI Governance Framework for Agentic AI on 22 January 2026, and updated it on 20 May 2026. It requires each agent to hold a unique identity that ties to its human supervisor.

The launch announcement gives the reasoning. An agent acts, and an action needs an actor you can name.

The requirement is not a UK obligation today. It is the first published statement of what supervision of software agents means, and other regulators are working on the same problem.

Why is an API key not an identity?

A key proves that a caller holds a secret. It does not say who the caller is, and it does not say who is answerable.

Three properties follow from that difference.

  • A key is shared. One key often serves several agents, several scripts and a test harness. Your log then records the key, and the key names nobody.
  • A key carries no supervisor. No field in a key states which person accepted responsibility for what the caller does.
  • A key survives a personnel change. The supervisor leaves, the key stays valid, and the agent keeps acting.
The practical test. Take one action from your log last month and name the person answerable for it. Where the answer needs a person to check a wiki, a rota and a spreadsheet, your system holds no agent identity.

What does a supervised identity contain?

Four facts, each recorded at the time of the action rather than reconstructed later.

  1. Which agent acted. One identity per agent, never shared.
  2. Who supervises that agent. A named person, held as a link rather than as a note.
  3. What the agent was allowed to do. The permission in force at the moment of the action.
  4. What the agent did. The action, the records touched, and the time.

The World Wide Web Consortium has published standards that cover the first fact. Decentralized Identifiers give a subject a stable identifier, and the Verifiable Credentials Data Model lets one party make a checkable claim about another. Both are building blocks, and neither one supplies the supervision link.

What does the law already require?

The EU AI Act states an obligation for high-risk systems in Article 14. Such systems must allow effective oversight by natural persons.

Oversight needs three abilities. A person must see what the system did, understand it, and stop it. An estate that cannot name the actor behind an action fails the first ability, and the other two then follow.

The NIST AI Risk Management Framework treats accountability as a governance function rather than a technical control. Both documents describe an outcome, and neither states how to build it.

The Cloud Security Alliance examined that gap directly in a research note on AI agent governance, published in April 2026.

The rule that decides what a log is worth

An audit trail answers a question after the event. Its value depends on one property: whether a party with access could alter it.

Consider two logs. The first is a table of rows, and a database administrator can update any row. The second records each event with a hash of the event before it, and each entry carries a signature. Altering one entry breaks every entry after it, so the change is detectable.

The first log tells you what somebody chose to leave in it. The second tells you what happened.

Anti-falsification is the property, not the volume of logging. A supervised identity that a supervisor can edit records a claim about the past. A supervised identity nobody can rewrite records the past.

What ESRE Media offers

We build your system on engage.re, and the platform treats your agents as first-class actors.

  • One identity model covers everything. Identity is a key, so your people, your applications and your agents all prove identity the same way. An agent is not a special case bolted on later.
  • Every agent holds a supervised account. The supervision link is data, held between the agent and a named person, and the platform enforces the link rather than recording it as a note.
  • Supervision resists falsification. Neither the agent nor the supervisor can rewrite the record of what was supervised.
  • Permissions are narrow and revocable. Each grant states one action on one scope. A grant can narrow and it can never widen. A cancellation takes effect on the next call, and every use leaves an event.
  • Every access is an event in a signed chain. Each entry carries a hash of the entry before it, so an alteration breaks the chain.

One production estate on the platform has issued 57,267 narrow grants. Sense Future built engage.re, and it has run in production since December 2025.

How to test your own estate

Five questions, and each one has a factual answer. The third column states the answer to work towards.

Question A weak answer A strong answer
How many agents hold their own identity?They share a service account.One identity per agent, and no agent shares one.
Who supervises each one?A person maintains a list separately.A named person, held as a link the system enforces.
What may each agent do?A role, which describes a job rather than a task.One grant per action, on one defined scope.
How fast can you stop one?A ticket, then a deployment.On the next call.
Could anybody alter the log?Yes, and nothing would show it.No, because an alteration breaks the chain.

The third question deserves separate treatment, and we give it in what may an AI agent touch in your systems. The fifth question decides whether the answers to the others mean anything.

The same requirement at two sizes

A council deploys agents to triage housing repair requests. The service holds a statutory duty, so a resident may challenge an outcome, and the council must then name the actor and the supervisor. Where twelve agents share one integration account, the council can describe its process and it cannot evidence a single decision.

A care home group deploys one agent to draft shift notes from care records. One agent, one supervisor, and the same obligation. A regulator asks who checked the drafts, and the answer must not depend on a person's memory.

The care home software and school software pages set out the sector detail. Our guides to safeguarding records under KCSIE and CQC digital records cover the human accountability that sits above the agent.

What we do not claim

  • Singapore's framework does not bind a UK organisation. It is guidance from one regulator, and it is the clearest published statement of the requirement.
  • Identity does not make an agent safe. It makes the agent accountable, and those are separate properties.
  • A signed log does not prevent a wrong action. It removes the argument about what happened.

What to do next

  1. Count your agents, then count the identities they use. A difference is your exposure.
  2. Name a supervisor for each agent, in writing, this week.
  3. Take one action from last month's log and try to attribute it. The attempt tells you more than a policy review.
  4. Ask whether anybody could alter that log without detection.
  5. Then decide whether supervision lives in a document or in your system.

Common questions

Does an AI agent need its own identity?

Yes. Singapore's Model AI Governance Framework for Agentic AI, published on 22 January 2026, requires each agent to hold a unique identity tied to its human supervisor. An agent acts, and an action needs an actor you can name. The framework is guidance rather than UK law, and it is the first published statement of the requirement.

Why is an API key not an agent identity?

A key proves that a caller holds a secret, and it does not say who the caller is or who is answerable. One key often serves several agents and a test harness, so the log records the key and the key names nobody. A key also carries no supervisor and survives a personnel change.

What should an agent identity record?

Four facts, recorded at the time of the action. Which agent acted. Who supervises that agent, held as a link to a named person. What the agent was allowed to do at that moment. What the agent did, including the records touched and the time.

What does the EU AI Act require about oversight?

Article 14 requires high-risk AI systems to allow effective oversight by natural persons. Oversight needs three abilities: a person must see what the system did, understand it, and stop it. An estate that cannot name the actor behind an action fails the first, and the other two then follow.

What makes an agent audit trail trustworthy?

Anti-falsification. A log whose rows an administrator can update tells you what somebody chose to leave in it. A log that records each event with a hash of the event before it, and signs each entry, makes any alteration detectable. Volume of logging is not the property that matters.

What does ESRE Media build?

We build your system on engage.re. One identity model covers your people, your applications and your agents. Every agent holds a supervised account with an enforced link to a named person, permissions are narrow and revocable on the next call, and every access is an event in a signed hash-chained log.

Connect with us about agent governance · · Replies within 24 hours

Sources and further reading