Skip to content
LLM

Quickstart

This is the recommended first run. It creates an inbox, saves CLI credentials locally, links the inbox to your web account, and proves that mail is flowing.

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

Verify installation:

Terminal window
dispatch --version

If you are using a non-production API during development, pass --api-url on commands or set DISPATCH_API_URL.

Terminal window
dispatch inbox create my-first-inbox

The CLI provisions a workspace and inbox, then saves local credentials. The text output shows the workspace id, inbox id, and address. Check local state any time:

Terminal window
dispatch status
Terminal window
dispatch inbox claim --open

The claim link opens the Dispatch setup flow. Sign in or create an account, verify your email if prompted, then complete the link. Claiming makes the workspace visible in Mail Desk and Billing.

If the browser does not open, copy the link_url from the command output.

Send a test email from any mailbox to the Dispatch address printed by dispatch inbox create.

Watch for it:

Terminal window
dispatch mail tail

List recent messages:

Terminal window
dispatch mail ls
Terminal window
dispatch mail code
dispatch mail link

Use --folder spam if the message was filtered.

Terminal window
dispatch mail reply latest --text "Hello from Dispatch"

You are ready when:

  • dispatch status shows a workspace or inbox session.
  • dispatch inbox show returns the selected inbox.
  • dispatch mail ls can see inbound mail.
  • The web app shows the claimed workspace.

Next: Read and Search Mail or Plans and Usage.