Deployment

Put your AI where your customers are.

Put your AI assistant on WhatsApp, Instagram, and Facebook — and embed it on your website. One API key, every channel your customers use.

From signup to live in six steps.

01

Create your account

Sign up, enter your business details, and open your client dashboard.

02

Pay the setup fee

Pay the setup invoice to unlock onboarding and prepare your assistant.

03

Upload your documents

Add the PDFs, guides, and FAQs that define what your assistant should know.

04

Build the knowledge base

Activate your documents and build the knowledge layer before generating your live key.

05

Generate your key

Once onboarding is complete, your API key activates in your dashboard.

06

Deploy anywhere

Use the script tag on your website or a connector for WhatsApp, Instagram, and Facebook.

Website embed

Easiest path — recommended for most businesses

Drop one script tag into your website HTML. Kognarit loads a fully styled chat bubble using the design you set in your dashboard — no extra configuration needed.

HTMLpaste before '</body>'
<!-- Copy this snippet from your Kognarit dashboard after setup -->
<script
  src="https://widget.kognarit.com/widget.js"
  data-kognarit-key="[Your Kognarit API key]"
  defer
></script>
JavaScriptfor code fields that expect JavaScript, not HTML
// For a "Custom JS" / code-injection field that runs JavaScript.
// A raw <script> tag pasted into one of those is treated as text and never runs,
// so build the same script tag from JavaScript instead.
(function () {
  var s = document.createElement("script");
  s.src = "https://widget.kognarit.com/widget.js";
  s.setAttribute("data-kognarit-key", "[Your Kognarit API key]");
  s.defer = true;
  document.body.appendChild(s);
})();

Some site builders and themes give you a code box that runs JavaScript rather than HTML. A <script> tag pasted into one of those is treated as plain text and never runs, so the widget silently fails to appear. Use the JavaScript version in those fields, and the plain HTML snippet anywhere you can edit the page HTML directly or add a footer script.

What the widget renders

  • Your logo, assistant name, and brand colors
  • Chat bubble size and position from your dashboard
  • Welcome message, operator text, and unavailable message
  • Visitor data form if you have it enabled

About your Kognarit API key

Your Kognarit API key is placed in the script tag. When on a website, technical users may be able to see it in the page source — that is normal. It is protected by rate limits and abuse detection on our backend. For extra security, add an allowed domain in your dashboard settings. If the key is being abused, regenerate it immediately.

Usage is tracked and billed. Keep your key private and do not share it publicly outside of your website install snippet.

Planned — not available yet

WhatsApp, Instagram, and Facebook.

These channels are planned and are not available yet — the only live channel today is the website widget. When social connectors are released they will work through webhooks rather than script tags: messages will arrive at Kognarit from the platform's API, Kognarit will process them, and replies will go back through the same channel. Connector setup will require Kognarit configuration and supported platform API/webhook access.

WhatsApp Business

Planned — not available yet. Once released, your customers will message your WhatsApp Business number and Kognarit will reply through the same number. Will require Kognarit connector setup and WhatsApp Business API access.

Instagram

Planned — not available yet. Once released, your customers will message your Instagram account and Kognarit will respond in the same conversation thread. Will require Kognarit connector setup and Instagram Messaging API access.

Facebook Messenger

Planned — not available yet. Once released, your customers will message your Facebook page and Kognarit will handle the Messenger conversation using your knowledge base and settings. Will require Kognarit connector setup and Facebook Messenger API access.

Will apply on social platforms once released

  • Your full knowledge base and AI behavior
  • Assistant name and language settings
  • Operator handover from your dashboard

Does not apply

  • Dashboard visual design — colors, bubble, logo position
  • Widget chat UI — the platform controls its own interface

Ready to deploy your AI?