SeldonFrame Docs

Everything you need to build a personalized AI-native business OS — fully wired, customizable, deployed in minutes.

Getting started

1

Install the SeldonFrame MCP

In Claude Code, run claude mcp add seldonframe -- npx -y @seldonframe/mcp@latest. The MCP exposes ~140 tools for building, managing, and observing your business OS.

claude mcp add seldonframe -- npx -y @seldonframe/mcp@latest
2

Build your workspace

Tell Claude Code about your business — name, industry, services, hours. SF generates a public website, booking page, intake form, CRM pipeline, and AI agents tuned to your industry.

"Build me a workspace for Cypress Pine HVAC in Phoenix — services: AC repair, install, maintenance. Mon-Sat 7a-7p."
3

Add a chatbot

One MCP call wires a chatbot into your website. Pass FAQ + pricing + greeting; SF runs the safety evals, generates the embed snippet, gives you a sandbox URL.

build_website_chatbot({ workspace_id, name, faq, pricing_facts, greeting })
4

Customize from the dashboard

Open the dashboard at app.seldonframe.com — every concept (customers, deals, bookings, agents, pages, email, automations) is editable inline. Or keep iterating from Claude Code with update_website_chatbot, update_agent_blueprint, etc.

Core concepts

Learn