Skip to content
Other

salesforce.local:einstein

Einstein Vision and Einstein Language sandbox and mock API

Provided by [Salesforce](https://www.einstein-hub.com/) � Copyright 2000�2020 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other names and marks. Other marks appearing herein may be trademarks of their respective owners. **Last updated:** Aug 17, 2020 Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
45
Collections
-
Event types
-
example request
curl https://your-salesforce-local-einstein.slurry.io/v2/apiusage \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.0.1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 45.

  • GET/v2/apiusage
  • GET/v2/language/datasets
  • POST/v2/language/datasets/upload
  • POST/v2/language/datasets/upload/sync
  • GET/v2/language/datasets/{datasetId}
  • DELETE/v2/language/datasets/{datasetId}
  • GET/v2/language/datasets/{datasetId}/examples
  • GET/v2/language/datasets/{datasetId}/models
  • PUT/v2/language/datasets/{datasetId}/upload
  • GET/v2/language/deletion/{id}
  • GET/v2/language/examples
  • POST/v2/language/feedback