Day-one scope
L1feID deliberately stays narrow:- auto-provision on first contact,
- DID to platform record lookup,
- multi-DID linking and unlinking,
- Ory session to
l1fe_idlookup storage, - health checks.
Auto-provision flow
1
OpenAgent verifies a DID
Middleware completes signature verification and computes a trust tier.
2
Middleware calls L1feID
It sends
{ did, trust_tier } to POST /v1/identity/provision.3
L1feID finds or creates a record
Existing DIDs return their current
l1fe_id; new DIDs create a platform record and self-link.4
Downstream uses stable ID
Services can key accounts, audit, and policy state by
l1fe_id while preserving public DID history.Supported DID methods
Other DID methods return
422 unsupported DID method until explicitly supported.