https://simulation.ressl.ai. Mock traffic uses https://{snapshotId}.{provider}.mock.ressl.cc.
1. Create an API key
- Sign in at simulation.ressl.ai.
- Open Settings (avatar menu).
- Under API keys, create a key and copy it once. It starts with
rsk_and is shown only at creation time.
X-API-Key: rsk_... works too.
2. List providers you can use
$PROVIDER below.
3. Create a snapshot
url as the public base for your agent.
Optional: seed and TTL
Seed shape (recommended): top-level key equals the provider slug; nested keys are that provider’s resource names:
{slug} from the path. If you omit seed, the snapshot starts empty: { "<slug>": {} }.
Exact fields inside each collection depend on the provider. For Salesforce seed and config templates, see Salesforce.
4. Call the mock API
Point your client aturl. Paths follow that provider’s real HTTP API.
$SNAPSHOT_URL with the url from the create response.
Snapshot URLs are public but unguessable. Anyone with the full URL can call the mock until it expires.

