Install Anywhere

Choose your platform and copy the snippet code.

Paste this code before the </body> tag in your index.html file.
<!-- MyChats Embed -->
<script>
  window.MYCHATS_CONFIG = {
    orgId: "YOUR_ORG_ID",
    apiUrl: "https://mychats.com/api/chat"
  };
</script>
<script src="https://mychats.com/embed.js" async></script>