The USB-C of agent trust. Translates 8 trust credential formats via UTS v2.0.0.
Table of
contents.
What is UTA
Translates between 8 trust formats. Agents verify each other without changing native format.
Supported Formats
ATC, EAT-AI, ZTA, A2A, MCP Card, W3C VC, OAuth, SPIFFE
Architecture
12 verification stages. Ed25519 (RFC 8032). RFC 8785 JCS. 23/23 tests passing.
Implementation
github.com/alicelabs-llc/universal-trust-adapter
TypeScript. MIT License.
npm: @marketnow/trust-adapters@1.0.1
Getting Started
npm install @marketnow/trust-adapters
import { TrustAdapter } from @marketnow/trust-adapters
const adapter = new TrustAdapter({ format: ATC })
const verified = await adapter.verify(trustCard)
Questions about implementation?
→ Email us directly
contact@alicelabs.site →