
Salesforce test environment for CRM workflows
Test revenue agents that manage leads, opportunities, accounts, and customer follow-up.
Salesforce service contract

Validate lead routing, account updates, and sales automation workflows. Test Salesforce integrations without mutating production CRM records.
Interfaces
Workflows
Validate lead routing, account updates, and sales automation workflows
Seeded state
Seed accounts, contacts, leads, opportunities, cases, tasks, campaigns, custom objects, and their relationships.
Run isolation
Test Salesforce integrations without mutating production CRM records
Use Salesforce in staging without using production.
Validate lead routing, account updates, and sales automation workflows
Seed accounts, contacts, opportunities, cases, tasks, and custom objects
Test Salesforce integrations without mutating production CRM records
Provision the Salesforce twin from the CLI.
Install the Arga CLI, sign in once, then create a 60-minute twin run. The command waits until the environment is ready and prints its connection details.
Terminal
$ uv tool install arga-cli$ arga login$ arga twin-runs create --twins salesforce --ttl 60 --waitAdd --scenario-prompt to describe the state the twin should start with.
Build with the Salesforce twin
Connect the twin, seed realistic state, and run scenarios against a resettable service.

