SSmixAI
Help
Updated 2026-06-19

Key concepts at a glance

The handful of ideas that make SmixAI click — the connection model and the finding-to-fix flow.

Overview

SmixAI has two small models worth learning up front: how it connects to a system, and how it turns a problem into a fix. Everything else builds on these.

The connection model: System → Environment → Credential

SmixAI organizes every connection in three levels:

  • System — a named instance you own, e.g. "Acme Salesforce".
  • Environment — a specific deployment inside that system: production, sandbox, developer, staging, etc. Scans run per environment.
  • Credential — the encrypted token/keys that grant access to an environment. One is marked primary.

This lets you, for example, scan a sandbox safely before touching production, each with its own credentials.

The value flow: Finding → Recommendation → Agent → ROI

  • Finding — something SmixAI discovered (e.g. "storage at 94% of limit"). Each has a severity, a confidence score, and an evidence list.
  • Recommendation — the proposed fix, often with an estimated ROI.
  • Agent — an automated fix you can deploy to the right runtime (preview).
  • ROI / Org health — the rolled-up value of what you've found and fixed, and an A–F grade.

Specifications

TermOne-line meaning
SeverityHow urgent: low · medium · high · critical
ConfidenceHow sure the rule is (0–1; e.g. 0.9 = rock-solid)
EvidenceThe data points behind a finding
Status (finding)open · triaged · dismissed · resolved
Status (recommendation)proposed · accepted · rejected · implemented
Deployment targetWhere a fix runs: Agentforce · LangGraph · (more planned)
Roleviewer · member · admin · owner

Use cases

  • Multiple Salesforce orgs: model each as its own System, with production and sandbox Environments under it.
  • Safe rollout: validate a fix in a sandbox environment before applying it anywhere else.

Next steps