TalkWidget

Your AI chat agent is running. The widget is loaded in the bottom-right corner — click it to test the Apex Plumbing agent.

Embed on a friend's site

1. Add their config to agents.config.ts
2. Paste this snippet before their closing </body> tag:

<script
  src="https://talkwidget.io/widget.js"
  data-agent="YOUR-AGENT-KEY"
></script>

Set up Telegram notifications

  1. Message @BotFather on Telegram → create a bot → copy the token
  2. Add TELEGRAM_BOT_TOKEN=your-token to Vercel env vars
  3. Message @userinfobot to get your chat ID
  4. Paste the chat ID into agents.config.ts