Skip to docs content
MCP SaaS Blueprint
Free Cloud
Pro
SDK js@latest
Updated 2026-08-12
Prerequisites: SaaS shared-database destination project

MCP SaaS Blueprint

Editions: Free Cloud · Pro

Clean shared-database SaaS pack authored with Apito MCP prompts. Demonstrates agent-staged drafts that still require human publish.

Repo github.com/apito-io/examples
SDK @apito-io/js-admin-sdk
Project type saas shared DB (tenant_model: tenant)
Models tenant, product, category, order

Sync

apito sync --from filesystem --to <account> --type schema --dir blueprints/mcp-saas --dry-run
apito sync --from filesystem --to <account> --type schema --dir blueprints/mcp-saas --yes

Publish in Console, then seed.

Seed

cp .env.example .env
node scripts/seed.mjs

Tenant + product stubs when env is set.

MCP vs Blueprints

Path Stages draft Publishes
MCP tools ✗ (Console)
CLI filesystem sync ✗ (Console)

Agents never self-approve schema.

Next