Post-Quantum Secure

Universal Trust for the AI Agent Economy

Post-quantum cryptographic identity, verifiable credentials, and trust scoring for AI agents and humans. Quantum-resistant from day one.

Trusted by forward-thinking teams building the agent-powered future

ML-DSA-65|ML-KEM-768|AES-256-GCM|SHA3-256

Two Existential Challenges

The AI agent economy is growing exponentially, but trust infrastructure hasn't kept up.

The Agent Trust Gap

AI agents are making decisions, spending money, and accessing sensitive systems — but they have no verifiable identity, no auditable trail, and no way to prove they're authorized. The current approach of API keys and bearer tokens was designed for humans, not autonomous agents.

The Quantum Threat

Quantum computers will break RSA and ECC within this decade. Every digital signature, every TLS handshake, every identity system built on classical cryptography is on a countdown timer. The time to migrate to post-quantum cryptography is now — not after Q-Day.

Five Products, One Platform

Everything you need to build trust into AI agent systems.

Identity

ML-DSA (Dilithium) based DIDs with W3C DID Core compliance. Quantum-resistant from day one.

Gateway

FastAPI sidecar with policy engine, identity verification, rate limiting, and audit middleware.

Ledger

Hash-chained append-only trust ledger with SHA3-256 integrity and Merkle tree inclusion proofs.

Console

Full management API and dashboard for identity, policy, audit, ledger, and federation.

Credentials

W3C Verifiable Credential issuance, presentation, and verification with PQC signatures.

Built for the Future

Every feature designed for quantum-resistant, cross-organization trust.

Post-Quantum Crypto

ML-DSA-44/65/87 signing, ML-KEM key exchange. NIST-standardized.

Merkle Proofs

SHA3-256 inclusion proofs for any ledger entry. Tamper-evident.

W3C Verifiable Credentials

Issue, hold, present, and verify credentials per W3C standard.

Cross-Org Federation

Resolve DIDs and compute trust across organizational boundaries.

Policy Engine

RBAC with pattern matching, dry-run testing, and hot-reload.

Audit Chain

SHA3-256 hash-chained tamper-proof logging of every action.

Trust Scoring

Weighted scores with time decay, configurable saturation, and history.

Framework Integrations

LangChain, Claude SDK, AutoGen, and CrewAI adapters.

CLI & SDK

Full Python SDK, Typer CLI, and FastAPI gateway. pip install ready.

Architecture

Layered, modular, and auditable at every level.

TrustAgent
CreateSignVerifyScore
Crypto Layer
ML-DSAML-KEMAES-256-GCMHKDF
Identity
DIDsDocumentsRegistryResolver
Trust Layer
LedgerMerkleScoringCredentials
Policy & Audit
RBAC EngineHash ChainTransportSessions
Gateway
Console APIMiddlewareRate LimitingFederation

NIST Post-Quantum Security Levels

Choose your security level. All algorithms are NIST-standardized (FIPS 203/204).

LevelSigningKey ExchangeClassical EquivalentUse Case
2ML-DSA-44ML-KEM-512AES-128Standard operations
3ML-DSA-65ML-KEM-768AES-192Default — recommendedDefault
5ML-DSA-87ML-KEM-1024AES-256Maximum security

Developer-First

pip install trusthub-sdk — and you're building with PQC.

from trusthub import TrustAgent

# Create an agent with post-quantum identity
alice = TrustAgent.create(
    org="acme",
    entity_type="agent",
    security_level=3  # ML-DSA-65
)

print(f"DID: {alice.did}")
print(f"Algorithm: ML-DSA-65")

Simple, Transparent Pricing

Start free. Scale as you grow. 14-day Pro trial included.

Community

Free

Open-source SDK for individual developers

  • Full Python SDK & CLI
  • 25 DIDs
  • 1,000 API requests/day
  • Trust Ledger
  • Audit Chain
  • Apache 2.0 License
Get Started

Pro

$99/mo

For teams building production AI agent systems

  • Everything in Community
  • 500 DIDs, 50K requests/day
  • Federation Support
  • ADR (Threat Detection)
  • AARTS (Runtime Safety)
  • Beacon (Threat Intel)
  • Audit Export
  • 14-day free trial
Start Free Trial

Enterprise

Custom

For organizations with advanced security needs

  • Everything in Pro
  • 10,000 DIDs, 500K req/day
  • 50 Organizations
  • Priority Support
  • On-Premise Deployment
  • Custom Integrations
  • Compliance Reports
  • Volume Licensing
Contact Sales

Ready to Build Quantum-Safe Trust?

Join the waitlist for managed Trust Hub or start building with the open-source SDK today.

pip install trusthub-sdk|Read the Docs