Identity
ARP identity is two distinct things glued together:
- The agent — lives at a Handshake
.agentdomain, identified by itsdid:web:<domain>DID. Sovereign. Transferable. - The principal — the human or organization the agent acts for,
identified by a method-agnostic DID.
did:key:for browser-held keys,did:web:cloud.arp.run:u:<uuid>for cloud-managed accounts.
The principal is published as an attribute of the agent's DID document, not as a parent in the name hierarchy. See the architecture overview for why.
Normative rules
- Agent DID method:
did:webanchored on a Handshake.agentdomain. - Principal DID method: unrestricted. Resolvers are pluggable.
- The TXT record at
_principal.<owner>.<domain>MUST publish the principal DID verbatim. The regex^did:[a-z0-9]+:[A-Za-z0-9._:%-]+$is the only shape check. - Registrar UX MUST present the two-option owner-binding chooser
documented in the v2.1
registrar amendment: browser-held
did:keyor ARP Cloud-manageddid:web. No external identity-provider sign-in is required by the protocol.
This page is a v0.1 placeholder. Full normative prose lands before v1.0.