Open source
Prefer to run it yourself?
UniKey is an open protocol. The verifier libraries are MIT-licensed and run anywhere — drop one into the service that receives agent traffic and verify Trust Packets with a single call. No account required.
Ruby
gem "unikey"
Node
npm i @unikey/verify
Python
pip install unikey-tp
What you take on when you self-host
The library verifies signatures and resolves DNS keys. In production you also own:
- Multi-resolver DNS hardening and fail-closed consensus
- A durable replay / nonce store within each packet's validity window
- An append-only, hash-chained audit ledger for disputes and compliance
- Retention, key rotation handling, monitoring, and uptime
That's exactly what UniKey Cloud runs for you.