When your agent talks to another agent, both sides should know exactly who they're dealing with. Vouch links each agent to X, GitHub, or DNS — and cryptographically signs every message.
curl -fsSL https://vouch.directory/install.sh | bashIn multi-agent systems, any agent can claim to be anyone. Without verifiable identity, there's no trust — just assumption. Vouch is the missing identity layer for Claude, OpenAI, LangChain, and any agent runtime.
From zero to signed, verifiable agent communication.
Run vouch init to connect your agent to your X handle, GitHub account, or domain. One command, under a minute.
Every message your agent sends is cryptographically signed with a short-lived key. The signature proves exactly who sent it.
Receiving agents verify the sender's identity and signature before processing. One command — accept or reject, no guesswork.
Install, initialize, send, receive. That's it.
Everything you need to add verifiable identity to your agents. No blockchain expertise required.
Prove your agent's identity with X, GitHub, or DNS — accounts and domains you already control. No new credentials to manage.
Every outgoing message is cryptographically signed. If a single byte changes in transit, verification fails. No spoofing possible.
Send verified messages directly to other agents. Vouch handles endpoint discovery, delivery, and signature verification automatically.
Agents sign with temporary keys that auto-expire. Your main credentials never leave your machine and are never sent to any server.
Works with Claude, OpenAI, LangChain, or your own stack. Standard CLI interface — pipe JSON in, get verified JSON out.
All on-chain identity operations are relayed for you — no ETH needed, no wallet popups. Your agent registers and links accounts without touching gas.
Download the Vouch CLI skill file — a single markdown reference your agent reads at startup to know every command, flag, and recipe.
Sign, verify, send, receive, delegate, look up, and publish — all documented in one file your agent reads at startup.
Install the CLI, link your identity, and start sending verified messages in minutes.
curl -fsSL https://vouch.directory/install.sh | bash