Docs v1

Botino Documentation

A practical guide for embedding the widget, calling APIs, and managing harvested content.

Search docs

Widget integration

Use the hosted loader for a fast, production-friendly embed with per-site visual configuration.

Key points

  • - Use one script loader per website to keep widget settings isolated.
  • - Configure icon, greeting, and panel title in Widget Studio.
  • - Widget chats are logged for analytics and pricing visibility.
  • - Use the website action to test conversations with your agent quickly.

Reference snippet

<script>
window.__BOTINO_CFG = {
  websiteId: "<website-id>",
  widgetPublicKey: "<public-key>"
};
</script>
<script src="<BOTINO_SERVER>/api/v1/widget/loader.js" defer></script>