AgenticTrust - Signed did:web identity before an agent trusts a domain

by
AI agents call tools from domains they never checked. AgenticTrust is the open protocol, SDK, and CLI for signed did:web identity. Trustflow Systems hosts the registry at trustflow.systems. MIT on npm: /sdk. Badge: Verified by AgenticTrust | trustflow.systems

Add a comment

Replies

Best
Maker
📌
Maker here. AgenticTrust is the open protocol. Trustflow Systems is the registry we run for it. A domain publishes (W3C did:web) and a plain llms.txt. The DID proof is a compact JWS. The SDK accepts EdDSA (Ed25519) and ES256 (P-256) and rejects alg: none and HS*. Agents can call verifyDomain before they use a tool. LangChain and Vercel AI SDK middleware throw before they parse an unsigned llms.txt. Install: pnpm add /sdk npx trustflow init Please do not npm install trustflow-sdk — that is a different, unrelated package. Registration talks to (POST /v1/register, then POST /v1/register/confirm). Public page: . Badge text: Verified by AgenticTrust | trustflow.systems. Code: Happy to answer how a did:web proof is checked, or how to point verifyDomain at .