Iris

Embeddable support & conversion chat. Drop this on any site:

<script>
  window.IrisSettings = {
    appId: 'iris_xxxxxxxx',               // your workspace app id
    // identified users (optional):
    user: { userId: '123', userHash: '<HMAC-SHA256(userId, secretKey)>', name: 'Asha', email: 'asha@x.com' }
  };
</script>
<script async src="https://<your-iris-cdn>/loader.js"></script>

Host API: Iris.open(), Iris.close(), Iris.update(user).

The widget is a fully isolated iframe — no style collisions on the host page.