1. Triage
Urgency, sentiment, topic, and sensitive-issue flags on every inbound message.
Customer support · Ready to use
End-to-end AI customer support for SMBs — monitor chat, email, and forms; answer from your knowledge base; escalate with full context; approve external actions with human-in-the-loop.
Urgency, sentiment, topic, and sensitive-issue flags on every inbound message.
Retrieve answers from your FAQs, policies, Notion export, or uploaded docs.
Auto-resolve high-confidence FAQs or draft replies for human approval.
Open tickets with full context; admin dashboard for HITL and follow-ups.
Channels → FastAPI → multi-agent orchestrator → tickets / HITL / audit / usage.
Ingest
Widget chat, website form webhook, email webhook or IMAP.
Classify & retrieve
Triage + local knowledge index with confidence scores.
Act safely
Auto-reply, draft-for-approval, or escalate — external writes need HITL.
Operate
Admin UI, audit trail, usage/cost for SaaS billing prep.
Code: agents/support-forge ·
Full guide: agents/support-forge/README.md
cd agents/support-forge python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install -r requirements.txt copy .env.example .env python -m src.cli seed python -m src.cli demo python scripts/smoke_test.py python -m src.cli serve
SUPPORTFORGE_API_KEY=your-admin-secret SUPPORTFORGE_WIDGET_KEY=pk_live_your-site-key XAI_API_KEY=optional-for-smarter-replies CORS_ORIGINS=https://your-site.example
Place before </body>. Replace the host with your SupportForge VPS URL.
<!-- Matrixly SupportForge widget --> <script src="https://YOUR_SUPPORTFORGE_HOST/static/widget/embed.js" data-api="https://YOUR_SUPPORTFORGE_HOST" data-key="pk_live_your-site-key" data-title="Support" async> </script>
<iframe src="https://YOUR_SUPPORTFORGE_HOST/static/widget/chat-panel.html?api=https://YOUR_SUPPORTFORGE_HOST&key=pk_live_your-site-key" title="Support chat" style="position:fixed;right:16px;bottom:16px;width:400px;height:560px;border:0;z-index:9999;"> </iframe>
agents/support-forge/knowledge/python -m src.cli seedNOTION_API_KEY + admin reindex