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.
What Usage Affects
Section titled “What Usage Affects”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.
Check Current State
Section titled “Check Current State”Web:
- Sign in at
https://dispatchjoin.com/signup. - Open Billing.
- Check current plan, inbox count, and entitlement history.
CLI:
dispatch billing lsdispatch inbox lsdispatch billing list and dispatch billing entitlements are aliases for the same entitlement list.
Upgrade With Stripe
Section titled “Upgrade With Stripe”Use Stripe when you want the normal web checkout path.
- Open Billing in the web app.
- Choose the Team 1000 upgrade.
- Complete Stripe Checkout.
- Return to Dispatch.
- Refresh Billing.
- 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.
Upgrade or Confirm With x402
Section titled “Upgrade or Confirm With x402”Use x402 when you want wallet-backed payment from the CLI or API.
Simplest CLI autopay path:
dispatch inbox create team --swarm --private-key-path ~/.config/dispatch/wallet.keyManual confirmation path:
dispatch billing confirm x402.<payment_reference> \ --product multi-inbox \ --chain eth \ --tx-hash 0xabc123 \ --private-key-path ~/.config/dispatch/wallet.keyRead x402 Examples before manual confirmation. The payment id must be the quoted payment_reference, not the transaction hash.
When a Command Hits a Limit
Section titled “When a Command Hits a Limit”If dispatch inbox create or dispatch mail send fails with a billing or policy error:
- Run
dispatch statusto confirm you are using the intended workspace. - Run
dispatch billing lsto inspect entitlements. - Open Billing in the web app and refresh.
- Upgrade with Stripe or x402 if more capacity is required.
- Retry the original command.
- Contact support if the payment is visible but the entitlement is missing.
What to Include in Support Requests
Section titled “What to Include in Support Requests”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