Skip to main content
DocsWidgetsQuick Start

Quick Start

Add a Staffify widget to any website in two steps: include the script and initialize with your widget key.

<!-- Add before </body> -->
<script src="https://widget.staffifyai.com/widget.js"></script>
<script>
  StaffifyWidget.init({
    widgetKey: 'w_your_widget_key_here'
  });
</script>

That's it. The widget will appear as a floating bubble in the bottom-right corner of your page. Click it to open the chat interface.

Where to find your widget key

Go to your Staffify Dashboard AI Agents → select your widget → Settings. The widget key is shown at the top of the settings page.

Widget Quick Start