Skip to content

What Mere CLI Is

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.

InstallAdd @merekit/cli and confirm the mere binary is available.
OnboardRun mere onboard --interactive to join the protected waitlist, redeem an invite, or use mere onboard when an operator or agent already has a workspace.
OperateUse manifests, hosted docs, snapshots, workspace lifecycle commands, site workflows, and MCP tools to inspect first and delegate carefully.

Start Here

Waitlist before an invite exists:

sh
npx --yes @merekit/cli@latest business waitlist join --email you@example.com

Human waitlist or invite-code first run:

sh
npx --yes @merekit/cli@latest onboard --interactive

Headless invite bootstrap and operator workspace handoff:

sh
mere business onboard start INVITE_CODE --json
mere onboard --workspace WORKSPACE_ID --target codex --json

Then open the generated ONBOARDING.md for a readable summary and onboarding-report.json for automation.

Next Steps

Released under the Apache License, Version 2.0.