The Console at accounts.shipmoor.dev is Shipmoor’s account and billing control plane: sign-up, device login, license management, and subscription billing. It is only a control plane — it issues and manages licenses, and it never receives source code, diffs, file contents, or scan results.
What the Console does
- Sign-up and sign-in — create an account with email or SSO via GitHub / WorkOS.
- Device login — approve the device flow that
shipmoor loginstarts, which places the signed license on your machine. See Sign in & licensing. - Billing — subscriptions are billed through Stripe; manage your payment method, invoices, and plan there. The IC plan is $19/developer/month ($190/year), self-serve.
- License management — see and manage the licenses issued to your account.
Upgrading
From free to IC, the whole path is self-serve:
- Subscribe at accounts.shipmoor.dev.
- Run
shipmoor login— the device flow links this machine to the account. - That’s it. The same binary you already installed unlocks the IC features; verify with
shipmoor capabilities --json.
If your binary predates the universal-binary model (a 0.2.x Community install), run shipmoor upgrade first to move to the current build, then login.
Renewal, lapse, and coming back
Billing state flows to your machine through the license token, with a grace window so a card hiccup never breaks your day mid-task: paid features keep working through grace (with a re-login nudge), then degrade cleanly to the free Community behavior — never to a broken install. Re-subscribing and running shipmoor login restores everything. The mechanics are covered in Sign in & licensing.
Team and Enterprise
The Team tier ($29/developer/month — managed CI gates, shared baselines, team policy) and Enterprise (org administration, audit, residency) are coming soon; the Console will be the management surface for both. Request early access.
Next
- Plans & tiers — what each plan includes.
- Sign in & licensing — the device flow and the local token.
- Capabilities & entitlements — verifying what’s unlocked.