HomeDocumentation

Training Manual

Everything you need to install, configure, and master OrgCentri. From your first local sync to advanced Agentforce auditing.

Quick Start

OrgCentri is a Local-First application. There is no cloud signup. You simply download the binary and run it on your machine.

Note: Windows SmartScreen or macOS Gatekeeper may flag the installer as unknown. This is expected behavior for new software certificates. See Troubleshooting for bypass instructions.

Connecting Your Org

Navigate to System Configuration (⚙️). OrgCentri uses a direct OAuth 2.0 connection to Salesforce. Your credentials verify directly against Salesforce (Production, Sandbox, or Custom Domain).

Prerequisites

To run OrgCentri, the connecting user requires a Profile or Permission Set with at least:

  • API Enabled (Standard)
  • View Setup and Configuration (For Metadata)
  • View All Users (For Identity)
💡Note: To audit Agentforce Agents, you also need the Manage Bots permission.
Connecting a new Salesforce Org
Click to Zoom
Figure 1: Selecting Environment (Production vs Sandbox)

The First Sync

OrgCentri pulls metadata locally to establish a "Golden Baseline." This allows for offline analysis and drift detection.

Sync Process
Click to Zoom
Figure 2: High-speed metadata retrieval (Local Storage)

Command Center

The executive dashboard. Get a pulse on your Org's health in seconds.

Command Center Dashboard
Click to Zoom
Figure 3: Consolidated Health Scores
  • Compliance Score: Aggregate risk calculated from 50+ security checks.
  • License Waste: Real $$$ value of inactive users holding paid licenses.
  • Drift Velocity: How fast your configuration is changing vs. the baseline.

Agent Intelligence

Comprehensive audit of your AI footprint. This module is divided into three governance layers.

A. Token Optimizer

Analyzes GenAiPromptTemplate metadata using a "Smart Grading" matrix that weighs Token Volume against Structural Delimiters (XML tags, headers, JSON).

Token CountWith Structure (Delimiters used)Without Structure (Wall of text)
0 - 1,000Grade A (Optimal)Grade B (Acceptable)
1,000 - 4,000Grade B (Standard)Grade C (Risk of Confusion)
4,000 - 8,000Grade C (Heavy Load)Grade F (High Risk)
8,000+Grade D (Near Limit)Grade F (Critical Failure)

Hallucination Risk

  • HIGH > 2,000 Tokens AND No Structure. Requires immediate semantic delimiters.
  • MED > 8,000 Tokens (High Context Volume). Risk of "Lost in the Middle" phenomenon.

Performance Archetypes

  • Grade A: The Specialist (< 1k tokens)
  • Grade B: The Generalist (< 4k tokens)
  • Grade C: The Monolith (< 8k tokens + Structured)
  • Grade F: The Library (Unstructured > 4k)
Token Grade F
Click to Zoom
Figure 4: Efficiency Analysis
Token Insights
Click to Zoom
Figure 5: Architectural Recommendations

B. Agent Governance

Detects security risks in Agentforce Agents.

  • God Mode: Agents with 'Modify All Data' permissions.
  • Ghost Agents: Agents assigned to inactive users.
  • Cognitive Gaps: Topics with zero instructions or weak routing.
Agent List
Click to Zoom
Figure 6: Agent Inventory
Agent Fix
Click to Zoom
Figure 7: Remediation Steps

C. Bot Governance

Scans legacy Einstein Bots for logic gaps (Dead-end dialogs) and unconfigured next steps.

Bot Analysis
Click to Zoom
Figure 8: Bot Logic Analysis

Profile Intelligence

Reduce technical debt by identifying Redundant and Empty profiles. OrgCentri compares XML structures to find exact duplicates.

Profile Deduplication Table
Click to Zoom
Figure 9: Deduplication Engine
Profile Fix Modal
Click to Zoom
Figure 10: Analysis View

Use the generated Apex / CLI Scripts to safely merge or delete profiles.

Apex Remediation Script
Click to Zoom
Figure 11: Auto-Generated Clean-up Scripts

Permission Intelligence

Audit Permission Sets for dangerous privileges and empty shells.

Permission Set Analysis
Click to Zoom
Figure 12: Permission Audit
Permission Fix Modal
Click to Zoom
Figure 13: Remediation

Config Drift

The "Time Machine" for your Metadata. Compare any two snapshots to see exactly what changed.

  • Green: Added items.
  • Red: Removed items.
  • Yellow: Modified values.
Drift Comparison
Click to Zoom
Figure 14: Metadata Diff View

Security & Identity

Secure your perimeter by auditing System Admins and Critical Security Settings.

Security Intelligence

Audits Session Settings, Password Policies, and Network Access.

Security Health Check
Click to Zoom
Figure 15: Compliance Audit

Identity Intelligence

Flags "Stale Admins" (Active users >90 days inactive).

Stale Admins
Click to Zoom
Figure 16: Ghost Admin Detection

System Configuration

Manage connected orgs, clear local cache, and manage your local database.

System Configuration
Click to Zoom
Figure 17: Connection Manager

Troubleshooting

macOS: "App is Damaged"

If Gatekeeper blocks the app on macOS Sequoia/Sonoma, run this command in Terminal:

xattr -cr /Applications/OrgCentri.app

Windows: "Windows protected your PC"

SmartScreen may flag the app because the signing certificate is new. Click More InfoRun Anyway.

Port 5173 is already in use

Restart your computer or kill the 'OrgCentri' process in Task Manager / Activity Monitor.

Org Won't Connect

Check if you are on a VPN blocking WebSocket connections, or if your Salesforce Org has IP Restrictions enabled.

OrgCentri | Enterprise Salesforce Governance & Security