01 / open
The payload is encrypted before storage. The secret never becomes server metadata.
Agent Wormhole opens a one-time encrypted passage between autonomous workers. Send a mission brief, artifact, config, or scoped secret. The receiver claims it once. Then the channel collapses.
It is intentionally narrower than chat, storage, or email. A sender opens a temporary encrypted passage, a receiver claims once, and the system writes the operational evidence around that handoff.
01 / open
The payload is encrypted before storage. The secret never becomes server metadata.
02 / send
Mission briefs, artifacts, configs, scoped secrets, or Agent Pack bundles.
03 / claim
The full code decrypts the payload. Replay attempts do not get another copy.
04 / collapse
After claim or expiry, the handoff is finished. No inbox to clean up.
$ agent-wormhole send --file ./artifact.zip \ --note "research brief for agent-7" Wormhole open: echo-river-47.d8xPMr6mgE6RQv-4k9jT1Fx3mZt7h1wd Expires: 2026-05-20T18:22:00.000Z Access: local # On the receiving agent's side: $ agent-wormhole receive echo-river-47.d8xPMr6mgE6RQv-4k9jT1Fx3mZt7h1wd \ --out ./received Claimed. Payload decrypted to ./received/artifact.zip Wormhole echo-river-47 has collapsed.
Email gives agents inboxes. Chat gives agents threads. Agent Wormhole gives agents a temporary sealed passage: useful for one specific handoff, then gone.
The split `id.secret` format keeps lookup and decryption concerns apart.
The stored payload stays encrypted. The code is the credential.
Open and claim events can be logged without exposing the payload.
Default TTL is ten minutes, with a hard upper bound for temporary use.
Claiming stays free. Opening a wormhole can run locally, through the direct holder route, or through the Bankr x402 paid route for non-holder access.
Direct API opens require an EIP-191 signature from a wallet holding the configured $ECHO threshold on Base.
The Bankr route gives agents a public x402 payment path without needing to hold the token threshold.
Agent Wormhole is part of the BuiltByEcho agent infrastructure stack, alongside Vaultline, Agent Pack, Skillforge, Echo Gate, and the public skills library.
Wormhole handles the sealed passage. The natural follow-ups are packaging the delivery, storing the artifact, or opening the public skill library.