2.5 Established

Delegation registries

A delegation-management dashboard backed by a verification service that agencies query to confirm an agent's authority and revocation status in real time.

01 Emerging Challenges

As citizens authorize agents to act for them, the agency receiving an agent's request must be able to confirm that the agent's authority is live, scoped to the request, and not revoked. The difficulty is reaching that confirmation at the moment of the request without contacting the citizen, who will often not be present when their agent acts.

02 Assurance

A relying agency needs confidence that an agent's authority is current, scoped to the action at hand, and not revoked, and it must reach that confidence without contacting the citizen in real time.

03 Access

Delegation registries are back-end infrastructure, but the citizen-facing management interface must be accessible. Where managing a delegation depends on a digital identity that itself requires biometric verification, users who cannot complete that check are shut out of creating or revoking authority for their own agent. Keep the path open with multiple pathways to manage delegations (web dashboard, phone service, in-person), and SMS or email notifications whenever a delegation is used, created, or modified.

04 Response surface
Service design Considered
The response this pattern proposes

Tiered delegation roles are presented as a ranked authorization list, with per-agent revocation and a notification to the citizen each time a delegation is used.

No surface has been built yet; the approach above is the brief for one.

05 Maturity
  1. Established Headline

    For verifying delegation through deployed registries.

  2. Emerging

    Built on verifiable credentials.

  3. Frontier

    For confirming an agent's live, scoped, unrevoked authority.

06 Precedents

Australia's Relationship Authorisation Manager (RAM). RAM is a delegation registry operated by the ATO that lets individuals link their digital identity (myID, formerly myGovID) to a business and manage who can act on behalf of that business. It links digital identity to an Australian Business Number (ABN), supports hierarchical delegation (principal authority, administrator, and standard user roles), is used across multiple agencies (ATO, DEWR, AusCheck), and ties authorization to the individual's verified digital identity rather than a username/password.

Verifiable Credentials and Decentralized Identifiers (DIDs) as delegation infrastructure. A trust framework built on W3C Verifiable Credentials enables issuance of tamper-proof digital proofs of authority. Issuer identity registries maintain published DIDs for recognized issuers. The model supports delegation of authority via verifiable credential issuance, revocation through credential status lists, and verification without contacting the issuer in real time.

Agent Identity Protocol (AIP), arXiv 2603.24775 (March 2026). A protocol proposal that directly addresses agent delegation verification. It introduces Invocation-Bound Capability Tokens (IBCTs) that fuse identity, attenuated authorization, and provenance binding into a single append-only token chain. It operates in two wire formats, compact mode (signed JWT for single-hop) and chained mode (Biscuit token with Datalog policies for multi-hop delegation), and provides transport bindings across MCP, A2A, and HTTP.

07 Transferability

RAM is the closest existing government precedent for a delegation registry, though it handles business-to-individual delegation rather than citizen-to-agent delegation. A government agent delegation registry would need to register agent operators (companies providing AI agent services), on the model of tax agent registration, then bind delegations to verified citizen identities, support real-time revocation checking, and provide delegation verification as a service to relying agencies.

AIP's token-chaining model is particularly relevant for multi-hop delegation: a citizen delegates to Agent A, which delegates a subset of authority to Agent B for a specific sub-task. The Datalog policy language allows attenuation, so each hop can only narrow the authority, never expand it.

The gap: no existing registry handles the "agent identity" problem. Is the delegate a company (the agent operator), a specific model version, a running instance? RAM identifies natural persons. AIP proposes cryptographic identity binding but has no production deployments.

08 Where things go wrong

The failure mode is an agent that keeps acting on authority the citizen has already withdrawn. Real-time revocation checking against a registry means a cancelled delegation stops working immediately, so stale authority cannot persist across many citizens.

09 Sources
6 references AU · International · IETF