Test your integration in the Sandbox

The Sandbox is an isolated copy of your workspace where you can set up and test every integration — API, webhooks, SSO, inbound email, and the widget — without creating real tickets or touching your live data. Open it from Settings → Integrations → Sandbox.

Open the sandbox

  1. As the account owner, open Settings → Integrations → Sandbox.
  2. Click Open sandbox. It signs you in automatically on sandbox.essential.support in a new tab, using the same one-time SSO handoff described in the Contact Support link guide.
  3. If it is not available yet you will see The sandbox isn’t available. — the sandbox must be enabled for your platform first; ask your Essential Support operator to turn it on.

While testing, point your app’s integration at sandbox.essential.support. Nothing there touches your live workspace, and you can click Reset sandbox at any time to wipe all sandbox data (tickets, webhooks, keys) and start fresh — reopen it from Settings afterwards.

What you can test

Live config checks (against your real workspace)

A few checks read your real workspace settings, read-only, so you can confirm production without leaving the sandbox:

Example: test your SSO tokens

  1. In the sandbox, open the SSO section.
  2. Click Generate sample token, then Try it — it opens the sandbox portal and signs in a test customer, so you can see the full handoff land.
  3. To check your own code, paste a JWT your backend minted, choose Against the sandbox secret or Against my live workspace secret, and click Validate. A valid token shows the email; an invalid one shows the exact reason (for example expired or bad signature).