CoreModelsCoreModels

Salesforce

Govern the org whose schema can change in forty seconds from Setup.

Quickstart · Get it working.
Governing a Salesforce Org in an Afternoon: From describe.json to Your First Drift Audit
Somewhere in your org, last quarter, somebody edited a picklist. Nobody remembers who, the field history doesn't say why, and the report that broke three weeks later never mentioned it at all. Salesforce makes schema change wonderfully easy - and makes *remembering what the schema is supposed to mean* entirely your problem.
API · Drive it from the Integration API.
Seven Verbs and Two Surfaces: The Complete Salesforce Integration API
Before writing a single call, it pays to see the whole map. The Salesforce integration in CoreModels (vendor key `salesforce`) is small enough to hold in your head: the seven core per-vendor verbs on the interactive HTTP surface, two on the machine-to-machine surface, one artifact, and two roles. The connector declares all three capabilities - **Import, Audit, Generate** - so every verb below is live for Salesforce; nothing in this reference is aspirational.
MCP · Drive it from an agent.
"Did the Org Drift?" - Running Salesforce Governance Through an AI Agent
Watch an agent handle a governance request end to end. A data engineer types: *"Here's this week's describe export - check whether the Salesforce org still matches the governed model, and summarize anything that changed."* The agent calls one tool, reads back structured findings plus a ready-made markdown report, and answers with specifics: which object, which field, which severity. No dashboard visit, no memorized route, no guessing.
Automation · Put it in CI.
The Build Goes Red Before the Org Goes Wrong: A Salesforce Drift Gate in CI
Schema governance that lives in a wiki dies in a wiki. The only governance that survives contact with a delivery team is the kind wired into the pipeline - a check that runs on every change, fails loudly when meaning breaks, and costs nothing to keep passing. This article wires that check up for Salesforce with CoreModels: a CI job that audits a fresh describe export against the governed model, a one-line pass/fail contract, a status badge, a rolling evidence trail, and the two mechanisms that cover what CI cannot see.
Deep dive · Understand what it does.
Anatomy of a Governed Org: How Salesforce Metadata Maps into the CoreModels Graph
A drift audit is only as trustworthy as the mapping underneath it. If an import flattens your org into undifferentiated strings, the audit can only ever tell you undifferentiated things. So this article opens the hood on the CoreModels Salesforce connector: what each describe property becomes in the governed graph, which platform semantics survive the crossing, which are approximated - and how every approximation is declared rather than hidden.

Why this matters

The case for Salesforce — the problem it fixes and what changes when it is fixed — is on coremodels.io.

Read the Salesforce guides →