Detect native vs packaged OmniStudio, map component dependencies, and catch broken references before you deploy.
Scans OmniScript, DataRaptor, Integration Procedures, and FlexCards. Shares session with other OrgKit tools.
CorsWhitelistEntry cors = new CorsWhitelistEntry(); cors.UrlPattern = 'https://orgkit.dev'; insert cors; CspTrustedSite csp = new CspTrustedSite(); csp.EndpointUrl = 'https://orgkit.dev'; csp.EndpointName = 'OrgKit'; csp.Context = 'All'; csp.IsActive = true; insert csp;