Schematic · Capability
Schematic Customer Management
Unified capability for managing customer companies, users, event tracking, and billing integrations in Schematic. Enables SaaS teams to sync customers from CRM and billing systems, track usage events for metering, and manage company-level feature overrides.
What You Can Do
GET
List companies
— List customer companies
/v1/companies
POST
Upsert company
— Create or update a company by external keys
/v1/companies
GET
List users
— List users
/v1/users
POST
Upsert user
— Create or update a user
/v1/users
POST
Create event
— Track a usage event
/v1/events
GET
Get insights summary
— Get analytics summary
/v1/insights
GET
Get plan growth
— Get plan growth metrics
/v1/insights
GET
Get top features
— Get top features by usage
/v1/insights
MCP Tools
list-companies
List customer companies in Schematic
read-only
upsert-company
Create or update a company record using external identifiers (Stripe ID, Salesforce ID, etc.)
list-users
List users associated with companies
read-only
upsert-user
Create or update a user record
track-usage-event
Submit a usage event for metered feature consumption tracking
get-insights-summary
Get summary analytics across features, plans, and companies
read-only
get-top-features
Get the most-used product features by usage count
read-only
get-plan-growth
Get plan adoption and growth metrics
read-only
APIs Used
schematic