Connect any Salesforce org. Read, toggle, snapshot and revert every automation — grouped by type and object. Built for migrations.
Select your environment and click Connect. You'll be taken to Salesforce to log in — your token never leaves your browser.
CorsWhitelistEntry cors = new CorsWhitelistEntry();
cors.UrlPattern = 'https://orgkit.dev';
insert cors;
CspTrustedSite csp = new CspTrustedSite();
csp.EndpointUrl = 'https://orgkit.dev';
csp.EndpointName = 'SFAutomationSwitch';
csp.Context = 'All';
csp.IsActive = true;
insert csp;
System.debug('Done');
Get your token from Workbench or sf org display via SFDX.
| Automation | Object | Change |
|---|
Up to 5 named snapshots. Each captures exact active/inactive state of every automation.
Every automation toggled this session. Select to undo, or undo all.
Two settings required in each Salesforce org before connecting.
https://orgkit.dev
SFAutomationSwitchhttps://orgkit.dev✓ All (check all boxes)Recommended migration workflow.
| Type | Toggle requires | Cannot toggle if |
|---|---|---|
| Validation Rules | Modify All Data | — |
| Flows | Manage Flow | Managed package |
| Process Builder | Manage Flow | Managed package |
| Apex Triggers | Author Apex | Managed package or no Author Apex |
| Workflow Rules | Modify All Data | Some org editions |