Onboarding first
'mere onboard --interactive' guides normal users from a waitlist email or invite code; 'mere onboard' runs discovery, readiness checks, auth status, manifest collection, and safe workspace reads for operators and agents.
Install once, onboard safely, inspect live app manifests, read authenticated product docs, and hand agents a secret-free operating pack.
mere is the public command plane for Mere. It gives humans and agents one entrypoint while product behavior remains owned by the app CLIs bundled inside @merekit/cli.
The root CLI is responsible for discovery, onboarding, context, diagnostics, read-only ops workflows, audit metadata, and MCP access. App CLIs remain authoritative for product authentication, workspace selectors, mutation semantics, and destructive guardrails.
@merekit/cli and confirm the mere binary is available.mere onboard --interactive to join the protected waitlist, redeem an invite, or use mere onboard when an operator or agent already has a workspace.Waitlist before an invite exists:
npx --yes @merekit/cli@latest business waitlist join --email you@example.comHuman waitlist or invite-code first run:
npx --yes @merekit/cli@latest onboard --interactiveHeadless invite bootstrap and operator workspace handoff:
mere business onboard start INVITE_CODE --json
mere onboard --workspace WORKSPACE_ID --target codex --jsonThen open the generated ONBOARDING.md for a readable summary and onboarding-report.json for automation.