# Dispatch Dispatch provides programmable inboxes for AI agents and automation. 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 real email inboxes for AI agents, automations, and product workflows. - 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. ## Primary Routes - Home: https://dispatchjoin.com/ - Account and setup: 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 claim --open - dispatch auth workspace - dispatch mail code - dispatch mail link - dispatch mail tail - dispatch mail reply latest --text "Thanks, got it."