Build AI support agents that understand your business. Agents are trained on your docs, knowledge base, and chat history to give accurate answers 24/7. Customize the chat widget to match your brand, choose from different AI models, and review conversations with built-in analytics. Automate real tasks like collecting leads, booking meetings, and more — all from one platform.




NEXT_PUBLIC_ASSISTLOOP_AGENT_ID is automatically injected into your Vercel project and identifies the AssistLoop agent that was provisioned for this installation.
Add the AssistLoop widget script to your site:
<Script src="https://assistloop.ai/assistloop-widget.js" strategy="afterInteractive" onLoad={() => { window.AssistLoopWidget?.init({ agentId: process.env.NEXT_PUBLIC_ASSISTLOOP_AGENT_ID, }); }}/>