Identity
W3C DID.
Export and import standard W3C DID Documents. Tenzro identities round-trip through the W3C profile.
- STATUS
- Testnet
- CRATE
- tenzro-identity
- STABILITY
- Stable
- REFERENCE
- W3C DID Core
01
Export
tenzro identity document did:tenzro:human:...
# JSON-LD DID Document02
Resolver fallback
DidResolutionBackend is pluggable. Unknown DIDs can fall through to an external resolver (ENS, did:web, did:key) before failing.
03
Service endpoints
tenzro identity add-service --did did:tenzro:machine:... --type A2A --endpoint https://my-agent.example.comRelated