Welcome to Agentix Docs
Agentix is a platform for building, deploying, and managing conversational AI agents. Create intelligent chatbots that connect to your tools, understand your data, and serve your customers across multiple channels.
Quick Links
- Getting Started - Create your first agent in minutes
- API Reference - Full REST API documentation
- Widget Guide - Embed the chat widget on your site
- TypeScript SDK - Client library for JavaScript/TypeScript
- Webhooks - React to events in real time
Key Features
Multi-Channel Support
Deploy your agents on the web via embeddable widgets, WhatsApp, Instagram, and Facebook Messenger. One agent, every channel.
Retrieval-Augmented Generation (RAG)
Upload documents, connect knowledge bases, and let your agents answer questions grounded in your data. Supports PDF, DOCX, TXT, CSV, and web scraping.
Agent Teams
Route conversations to the right specialist. Create teams of agents with different expertise areas and let the platform automatically route incoming messages based on intent.
Ecommerce Tools
Connect Shopify, WooCommerce, or any product catalog. Agents can search products, check inventory, look up orders, and recommend items with rich UI cards.
Vertical Solutions
Purpose-built modules for veterinary clinics (appointments, pet records, vaccinations) and restaurants (reservations, table management, digital menus).
Integration SDK
Build custom integrations with the Integration SDK. Define tool manifests, register data sources, and extend agent capabilities with your own APIs.
Architecture Overview
Client (Widget / WhatsApp / API)
|
v
Public API --> UnifiedChatService
|
+-- RAG (pgvector)
+-- Tool Execution
+-- Memory System
+-- Lead Capture
|
v
Streaming ResponseEvery interaction flows through the UnifiedChatService, ensuring consistent behavior across all channels. The service handles context retrieval, tool injection, memory extraction, and response streaming.
Base URL
All API requests use the following base URL:
https://app.agentix.clAuthentication is required for all endpoints. See Authentication for details.