Choose Your Path
Use this page when you are not sure whether to begin in the CLI, the web app, or billing.
Path 1: First Inbox
Section titled “Path 1: First Inbox”Best when you are new to Dispatch and want a working inbox as fast as possible.
/bin/bash -c "$(curl -fsSL https://get.dispatchjoin.com/install_dispatch.sh)"dispatch inbox createdispatch inbox claim --openYou should end with:
- a workspace key saved in local CLI config
- a selected inbox
- an inbox key for mail commands
- a claim link that attaches the inbox to your web account
Continue with Quickstart.
Path 2: Existing CLI Inbox
Section titled “Path 2: Existing CLI Inbox”Best when an inbox already exists on your machine and you want it visible in the web app.
dispatch inbox showdispatch inbox claim --openSign in or create an account in the browser, then finish the claim flow. After that, use Mail Desk for reading and replies, and Billing for plan state.
Continue with Claim Inbox in Web.
Path 3: Waiting for a Verification Code
Section titled “Path 3: Waiting for a Verification Code”Best when the inbox is already selected and you need the newest verification code or link.
dispatch mail taildispatch mail codedispatch mail linkIf nothing appears, check the sender, the selected inbox, and the spam folder.
Continue with Extract Codes and Links.
Path 4: More Inboxes or Team Capacity
Section titled “Path 4: More Inboxes or Team Capacity”Best when dispatch inbox create fails because the workspace needs paid capacity.
Use the web app for the simplest Stripe path:
- Open Billing.
- Choose the Team 1000 upgrade.
- Complete Stripe Checkout.
- Return to Dispatch and refresh Billing.
- Retry
dispatch inbox create.
Use CLI wallet autopay when you want x402:
dispatch inbox create team --swarm --private-key-path ~/.config/dispatch/wallet.keyContinue with Plans and Usage or x402 Examples.
Path 5: Account Recovery
Section titled “Path 5: Account Recovery”Best when you lost local CLI config or need to regain access.
- If you remember your account password, sign in at
https://dispatchjoin.com/signup. - If you forgot it, use
https://dispatchjoin.com/reset-password. - If the inbox was funded by a wallet and you need web access, open
https://dispatchjoin.com/signup?mode=wallet, choose Use wallet, connect the funding wallet, and sign the recovery message. - If the inbox was funded by a wallet and you need CLI access, recover with the same funding wallet:
dispatch auth wallet --private-key-path ~/.config/dispatch/wallet.keyUse https://dispatchjoin.com/support for billing, privacy, export, abuse, or account closure requests.