Skip to content
LLM

Choose Your Path

Use this page when you are not sure whether to begin in the CLI, the web app, or billing.

Best when you are new to Dispatch and want a working inbox as fast as possible.

Terminal window
/bin/bash -c "$(curl -fsSL https://get.dispatchjoin.com/install_dispatch.sh)"
dispatch inbox create
dispatch inbox claim --open

You 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.

Best when an inbox already exists on your machine and you want it visible in the web app.

Terminal window
dispatch inbox show
dispatch inbox claim --open

Sign 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.

Best when the inbox is already selected and you need the newest verification code or link.

Terminal window
dispatch mail tail
dispatch mail code
dispatch mail link

If nothing appears, check the sender, the selected inbox, and the spam folder.

Continue with Extract Codes and Links.

Best when dispatch inbox create fails because the workspace needs paid capacity.

Use the web app for the simplest Stripe path:

  1. Open Billing.
  2. Choose the Team 1000 upgrade.
  3. Complete Stripe Checkout.
  4. Return to Dispatch and refresh Billing.
  5. Retry dispatch inbox create.

Use CLI wallet autopay when you want x402:

Terminal window
dispatch inbox create team --swarm --private-key-path ~/.config/dispatch/wallet.key

Continue with Plans and Usage or x402 Examples.

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:
Terminal window
dispatch auth wallet --private-key-path ~/.config/dispatch/wallet.key

Use https://dispatchjoin.com/support for billing, privacy, export, abuse, or account closure requests.