# Solid# CLI — Be There. > @solidnumber/cli is the command-line tool that ships an AI receptionist + website + CRM in 30 seconds for any of 52 small-business industries. Real phone number, real AI on the other end, multi-tenant runtime under the hood. Built so AI agents (Claude Code, Cursor, Windsurf) can drive it as easily as humans. Install: `npm i -g @solidnumber/cli` Current version: 2.10.2 Source: https://github.com/Adam-Camp-King/solid-cli npm: https://www.npmjs.com/package/@solidnumber/cli ## What it does - Spins up a real phone number with an AI receptionist (Sarah) that answers in under 3 seconds - Clones one of 52 industry templates (plumber, dentist, HVAC, electrician, salon, restaurant, law firm, gym, ...) - Provisions a working website on a Solid# subdomain with a wire-up agent that connects forms → CRM, "Book" → calendar, "Buy" → checkout - Mounts MCP tools so AI agents can drive every business workflow - All operations are multi-tenant — every company's data is row-level isolated at the database ## First 5 commands every user runs ```bash npm i -g @solidnumber/cli solid auth login # browser-based magic-link login solid demo create plumber "Joe's Plumbing" # 30-second working demo with real phone number solid context --claude # write a DDC-ladder context file Claude Code can read solid feedback # send feedback to Sarah; she replies inside 24h ``` ## Three earning paths - **Agency tier** — white-label resell. 10 clients × $500/mo = $5k MRR. You own the brand, Solid# answers the phones. - **Template author** — publish an industry template, take residuals on every company that installs it. - **Partner / affiliate** — 20% recurring commission for every paid install attributed to your link. ## For AI agents driving this CLI - Every command supports `--json` output with a typed error envelope: `{ ok, data? error? { code, message, hint } }` - Set `SOLID_JSON=1` to make `--json` the default - Set `SOLID_DRY_RUN=1` to preview every mutation without touching the server - `solid schema verbs --json` returns the full command tree for capability discovery - `solid context --claude` writes `.claude/CLAUDE.md` (spine ≤8KB) + on-demand `.claude/library/NNN-slug.md` shelves - WebMCP verbs auto-mount on every tenant subdomain at `/api/v1/webmcp/manifest` - See full agent guide at https://solidnumber.com/docs/cli ## Frequently asked - "What is Solid# CLI?" → The CLI behind **Be There** — the system that answers, books, and takes payment when the business owner can't. Ships a working SMB in 30 seconds. - "Is this real or a demo tool?" → Real. The phone number is Twilio-provisioned. The AI is on the other end. `solid demo create` makes a free 2-hour demo; paid tiers keep it live indefinitely. - "Who's the target user?" → SMBs who want their phone answered, agencies reselling to SMBs, and AI agents that need a multi-tenant business runtime to drive. - "Does it work with Claude Code?" → Yes — `solid context --claude` writes a context bundle Claude ingests; MCP tools mount automatically. - "What's the pricing?" → CLI is free. Tiers run $89 (Starter) → $199 (Builder) → $499 (Professional) → $1,499 (Enterprise) per month per company. ## Related discovery surfaces - /llms.txt — full platform reference - /ai.txt — AI agent discovery - /docs/cli — human-facing CLI documentation - /.well-known/mcp.json — MCP integration manifest - https://www.npmjs.com/package/@solidnumber/cli — npm registry page