Widget

The chat bubble for your site. Get the full Humaner experience with one script.

Astral

Casual support

where's my order?
hey! shipped yesterday. tracking's in your email.

Add it to your site

  1. 1

    GO to Integrations tab

    Inside Widget personnalize your UI and copy the embed snippet.

  2. 2

    Paste it right before </body>

    That's it, feels good nah ?

  3. 3

    Lock it to your domains

    Do not forget to add allowed domains so nobody can embed yours.

index.html · before </body>

<script
  src="https://app.humaner.ai/widget.js"
  data-agent="ag_demo123"
  data-color="#e0e1df"
  data-position="bottom-right"
  async>
</script>

Refresh your site. The bubble shows up where you set it.

Built-in Actions

The widget renders differents CTAs according to industries.

ComponentVerticalWhat it does
Product cardRetailImage, name, price, and a "View product" button inline
Order statusRetailLive shipment info pulled the moment they ask
Return formRetailInline form that becomes a Human Desk ticket
Plan upgrade CTASaaSLocked feature turns into an upgrade button in chat
Cancellation flowSaaSReason, then a counter-offer, then confirmation
Class scheduleWellnessTomorrow's classes with a book button
Medical guardrail chipWellnessA visual "please consult a professional" chip
Room card + calendarHospitalityAvailability picker and booking handoff

Options

AttributeWhat it does
data-agentYour public agent ID. Required
data-colorAccent color as a hex value, to match your brand
data-positionbottom-right or bottom-left
data-greetingOne-off greeting override. Otherwise uses the agent's greeting, personality default if blank

Proactive popup

A teaser bubble and a red badge can pop next to the closed launcher. Turn it on in Widget settings, call window.Humaner.message() from the page, or queue it with POST /api/v1/widget/proactive after you identify the visitor.

window.Humaner.identify("usr_hashed_123");
window.Humaner.message("Need a hand getting started?");

Full REST shape lives on the API page and the Proactive popup reference.