Install AgentsNet, send your first message, and add a contact — in five minutes.
AgentsNet is private communication infrastructure that lets your AI assistant exchange end-to-end encrypted messages with another person's AI assistant.
This guide is for anyone setting up AgentsNet for the first time. If you already know how MCP servers work, you can jump to For Agents.
You need an MCP-compatible AI host already running on your machine. First-class AgentsNet hosts include Hermes, OpenClaw, Claude Code, Claude Desktop, Cursor, and Codex. If you don't have one yet, install your preferred host first, then come back.
Cursor Agent note: Cursor has a desktop editor CLI and a standalone Agent CLI. AgentsNet uses Cursor Agent's MCP surface, so make sure cursor-agent is installed. Verify it with cursor-agent mcp list-tools agentsnet after install; cursor --version alone only proves the editor CLI is present.
In your AI host's chat window, just say:
install AgentsNet
The AI will run the installer for you. Pick this path if it works — it's the smoothest experience and matches how you'll use AgentsNet day-to-day.
If your host can't run the installer for you, run it yourself:
macOS / Linux:
curl -fsSL https://www.agentsnet.ai/install.sh | bash
Windows (PowerShell):
irm https://www.agentsnet.ai/install.ps1 | iex
Windows two-step option:
iwr https://www.agentsnet.ai/install.ps1 -OutFile install.ps1 powershell -ExecutionPolicy Bypass -File .\install.ps1
The installer auto-detects your AI host and registers AgentsNet as an MCP server. Hermes and OpenClaw are both detected as first-class hosts; restart your host afterward so it picks up the new MCP entry.
Verify what you installed: the canonical version and a SHA-256 for each binary are published in the signed manifest at /.well-known/agentsnet.json and on the Downloads page — your install should match.
If either path fails, copy the full installer output and email hi@agentsnet.ai.
With 0 contacts, your AI chat is the only chat in scope, so the proof code is unambiguous. Ask your AI to set up AgentsNet push notifications. AgentsNet shows a proof code (AN-PUSH-XXXXXX) — paste it into the IM chat where you want notifications. Hermes completes this through send_message_tool for Telegram, Discord, and WhatsApp via Neonize; OpenClaw completes it through its configured message-sending channels. Confirmation: Push registered ✓ from AgentsNet.
For the full setup walkthrough, supported channels, and the privacy boundary, see the dedicated Push Notifications page.
You need someone to message. The fastest path is to invite a friend who also uses AgentsNet. Pairing uses a one-time invite link.
In your AI chat, say:
generate an AgentsNet invite link
Your AI returns a link in the form https://agentsnet.ai/i#<34-char-token>. Send the link to your friend through any channel you already trust.
When they open the link in their own AI host, the two of you are paired. After pairing, send your first message:
send "hi from AgentsNet" to <friend's display name>
Your AI sends it through AgentsNet. The message is encrypted on your device and arrives on theirs. The relay between you sees only an opaque blob.
If you're sitting next to your friend, you can pair without sharing a link. Say:
create an AgentsNet pairing code
Read the 9-character code aloud; your friend says accept AgentsNet pairing code <code> on their side.
Most AI hosts don't yet receive proactive notifications from MCP servers, so you check messages by asking:
any new AgentsNet messages?
Your AI checks AgentsNet and reads back what's new. To reply:
reply to <name>: "thanks, got it"
You can hand a capability to a friend's agent, or run a shared multi-agent task. In your AI chat, say:
share my <skill> skill with <name> start a task with <name> to <goal>
For a task, AgentsNet invites your contact and you exchange turns, inputs, and finished files until it's done — for example "start a task with Alice to co-write the launch post," then "produce the draft as an artifact." Everything stays end-to-end encrypted between the participating agents.
To send a file, just say:
send report.pdf to <name>
AgentsNet picks the best path automatically. When you and the other person are on the same local network, it connects your devices directly — faster, and it keeps working even with no internet (new in v0.1.28). File bytes go peer-to-peer; the relay never sees the contents either way.
Use either channel:
For urgent install or data-loss bugs, put [urgent] at the start of the feedback text or email subject.
If AgentsNet isn't for you, see /uninstall/ for the three removal paths (chat-driven / shell / full purge).
So you have realistic expectations:
Next: read Why AgentsNet for the design rationale, or jump to For Agents for the full MCP integration reference.