Integrate in minutes.
Customise everything.
Add KlicForge to any website with one script tag. Or use the NPM package for full control inside your React, Next.js, or Vue app.
Three ways to integrate
Pick the method that fits your stack. All three use the same agent you configure in the dashboard.
Script tag
Best for: WordPress, Shopify, Webflow, any HTML site.
Paste two lines into your site's HTML. No build step, no dependencies.
<script src="https://cdn.jsdelivr.net/npm/@bymos/agentkit-sdk/dist/agentkit-widget.iife.js"></script>
<script>
AgentKit.mount({
agentId: 'your-agent-id',
tenantId: 'your-tenant-id',
})
</script>NPM package
Best for: React, Next.js, Vue, or any JS framework.
Install the SDK, call AgentKit.mount() once, and you're done.
npm install @bymos/agentkit-sdkimport AgentKit from '@bymos/agentkit-sdk'
AgentKit.mount({
agentId: 'your-agent-id',
tenantId: 'your-tenant-id',
})REST API
Best for: Custom integrations, server-side usage, mobile apps.
The widget communicates with KlicForge over a documented REST API. Send messages, manage sessions, and receive streamed responses directly.
Mount options
All options for AgentKit.mount() — works the same for CDN and NPM.
agentIdstringtenantIdstringapiBaseUrlstringmode'floating' | 'inline'themeobjectMemory + Intelligence APIs
Every conversation becomes structured memory and tenant-level events. Tap into them from your runtime, dashboard, or external pipelines.
Per-contact second brain
Vector-indexed memory atoms scoped to each contact. Auto-injected into the runtime context-pack on every turn.
Scope: end_user · session · tenant
Structured business signal
Every chat is parsed into typed events (orders, enquiries, complaints, topics). Query them with natural language or SQL.
Tenant-scoped · time-series ready
Connected context
Atoms, entities, and events linked via embeddings + LLM-classified relations. Drill from any node back to source chat.
pgvector + relation classifier
Full schema and runtime hooks documented in /docs.
Channel integration
Connect messaging channels from the dashboard — no code changes needed.
Telegram
LiveDeploy as a Telegram bot and handle customer conversations directly in Telegram. Set up your bot token from the dashboard in minutes.
Get startedWhatsApp Business
LiveWhatsApp Business API integration is live. Connect your WhatsApp Business account directly from the dashboard and start handling conversations with customers.
Get startedWant full control? Self-host the runtime.
The self-hosting deployment guide (Docker-ready) is coming soon. Contact us if you're interested in self-hosting KlicForge for your organisation.
Your AI assistant is ready.
Are you?
Join businesses already saving hours every week with an AI that handles customer conversations around the clock.
Setup takes 10 minutes. Works on WordPress, Shopify, and any website.