Skip to content
LLM

Plans and Usage

Billing is attached to a Dispatch workspace. A claimed workspace can be reviewed in the web Billing page, and workspace entitlements can be listed from the CLI.

Usage and plan state can affect:

  • creating additional inboxes
  • outbound send volume
  • team-scale inbox capacity
  • support review when something looks wrong

Your first setup path creates a workspace and inbox. Additional capacity can require a paid entitlement.

Web:

  1. Sign in at https://dispatchjoin.com/signup.
  2. Open Billing.
  3. Check current plan, inbox count, and entitlement history.

CLI:

Terminal window
dispatch billing ls
dispatch inbox ls

dispatch billing list and dispatch billing entitlements are aliases for the same entitlement list.

Use Stripe when you want the normal web checkout path.

  1. Open Billing in the web app.
  2. Choose the Team 1000 upgrade.
  3. Complete Stripe Checkout.
  4. Return to Dispatch.
  5. Refresh Billing.
  6. Retry the action that needed more capacity.

Stripe upgrades are recorded from signed webhook events. If Checkout succeeds but Billing does not update immediately, wait briefly and refresh. If it still does not update, contact support with your account email and workspace id.

Use x402 when you want wallet-backed payment from the CLI or API.

Simplest CLI autopay path:

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

Manual confirmation path:

Terminal window
dispatch billing confirm x402.<payment_reference> \
--product multi-inbox \
--chain eth \
--tx-hash 0xabc123 \
--private-key-path ~/.config/dispatch/wallet.key

Read x402 Examples before manual confirmation. The payment id must be the quoted payment_reference, not the transaction hash.

If dispatch inbox create or dispatch mail send fails with a billing or policy error:

  1. Run dispatch status to confirm you are using the intended workspace.
  2. Run dispatch billing ls to inspect entitlements.
  3. Open Billing in the web app and refresh.
  4. Upgrade with Stripe or x402 if more capacity is required.
  5. Retry the original command.
  6. Contact support if the payment is visible but the entitlement is missing.

Open https://dispatchjoin.com/support and include:

  • account email
  • workspace id
  • inbox id or address
  • payment provider: Stripe or x402
  • Stripe Checkout timing or x402 transaction hash
  • command output or error text