# Dispatch Dispatch provides wallet-owned inboxes for agent identity, automation, and product workflows. Canonical app: https://dispatchjoin.com/ Documentation: https://docs.dispatchjoin.com/ LLM-ready docs: https://docs.dispatchjoin.com/llm.txt Legacy LLM-ready docs: https://docs.dispatchjoin.com/llms.txt ## What Dispatch Does - Create wallet-funded inboxes that agents and automations can claim and operate. - Support both private-beta web onboarding and wallet-first x402 CLI setup. - Read and search mail from the web app, CLI, or API. - Extract verification codes and useful links from recent messages. - Reply from a managed inbox and keep ownership tied to one workspace. - Claim wallet-funded x402 inboxes into a signed-in Dispatch account. - Generate chat-ready and agent-ready command context with dispatch guide. ## Private Beta and Secrets - Dispatch is a private beta. Private beta means hands-on support, changing limits, and a focus on real agent workflows. - Dispatch servers do not store wallet private keys, seed phrases, raw wallet key material, full card numbers, or plaintext account passwords. - Wallet-backed flows use wallet addresses, signed messages, signatures, transaction references, and payment metadata. ## Primary Routes - Home: https://dispatchjoin.com/ - Private beta request: https://dispatchjoin.com/#request-beta - Account setup for invited/approved users: https://dispatchjoin.com/signup - Mail Desk: https://dispatchjoin.com/mail - Console: https://dispatchjoin.com/console - Billing: https://dispatchjoin.com/billing - Support: https://dispatchjoin.com/support ## CLI Install /bin/bash -c "$(curl -fsSL https://get.dispatchjoin.com/install_dispatch.sh)" Beta channel: DISPATCH_CHANNEL=beta /bin/bash -c "$(curl -fsSL https://get.dispatchjoin.com/install_dispatch.sh)" ## Useful CLI Commands - dispatch inbox create paid --private-key-path ~/.config/dispatch/wallet.key - dispatch inbox ls - dispatch inbox use - dispatch guide --output ./DISPATCH.md - dispatch inbox claim --open - dispatch auth workspace - dispatch auth wallet --private-key-path ~/.config/dispatch/wallet.key - dispatch email - dispatch status - dispatch mail ls - dispatch mail code - dispatch mail link - dispatch mail links - dispatch mail tail - dispatch mail reply latest --text "Thanks, got it." - dispatch memory write agent/setup --stdin - dispatch memory read agent/setup --raw - dispatch billing ls