business
browser authProduct and workspace operations across the business surface.
Every Mere product has two doors.
mere.business
is the human one — pixels, pointers, screens. merekit is the
agent-native one — an open-source toolkit that bundles every app's CLI under
a single mere command, serves them to
agents over MCP, and stays read-only by default. Same workspace, same plane.
mere resolves
them — bundled first, env override always wins, app binaries on PATH as the
escape hatch.
Product and workspace operations across the business surface.
Finance automation gated by per-tenant scoped profiles. Tokens, not browsers.
Projects, contacts, knowledge, proposals, and source workflows.
Scheduling, booking, calendar, and time — across tenants and rooms.
Stores, products, orders, Stripe, and checkout — operate the storefront.
Rooms, meetings, agents, diagnostics, recordings, transcripts.
Calls, SMS, conversations, numbers, routing, deployments, diagnostics.
Mailboxes, threads, sending, providers, domains, and drafts.
Donation tenants, campaigns, receipts, Stripe, widgets, settings.
mere.business is where people work. Pixels and pointers, dashboards and detail views, the full UI for each product in the portfolio. Same workspace, same contracts as the CLI — just the part that needs eyes on it.
# open the human surface
open https://mere.business
merekit
is agent-native by design — open-source, Apache 2.0. The
mere binary exposes manifest-declared commands as
MCP tools. Read tools are always on. Writes require
--allow-writes. No guessing, no hidden flags,
no implicit confirms.
# expose to your agent runtime
mere mcp serve
# write tools, opted-in only
mere mcp serve --allow-writes
Finance uses per-tenant scoped profiles. Tokens, not sessions; one product, one blast radius.
The root never injects --yes or --confirm. Destructive flags belong to the product.
Only flags a target manifest declares are forwarded. Use apps manifest --app APP --json to see the contract.
# npm npm install -g @merekit/cli # or pnpm pnpm add -g @merekit/cli # requires node ≥ 24 < 25
mere apps list --json mere ops doctor --json mere auth status --all --json mere context set-workspace --workspace ws_123 mere ops workspace-snapshot --json mere help agent