Skip to Content
Welcome to Agentix Docs

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.

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 Response

Every 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.cl

Authentication is required for all endpoints. See Authentication for details.

Last updated on