Assistify is a chat widget you install on your website with a script tag or the SDK. Both give you the same JavaScript API for driving the widget from code: open the chat, identify the visitor, listen for events.
If you want Aiva without the widget, in your own app or another chat surface, use Aiva over API: a REST API that drives the same agent from your backend.
New to Assistify?
This documentation covers installing and controlling the widget on a website you build yourself. To install Assistify on a supported selling platform, open the Dashboard and follow the install steps under Widget settings.
Get started:
One script tag for any website where you can edit the HTML.
The npm package: a typed handle and control over when the widget loads.
A script component and a hook for React apps.
Every method and event, on the SDK and the script tag.
Sign visitor identities on your server.
What to call on sign-in, logout, and user switch.
How returning visitors are recognized, the consent that governs it, and what reset clears.
Drive the same agent from your backend over REST, without the widget.