GNETiX Docs

Introduction

GNETiX bridges your messaging platforms to AI agents and MCP tools

GNETiX is an AI-powered operations platform that connects Cisco Webex, Slack, Microsoft Teams, and webhooks to intelligent agents capable of querying and configuring your infrastructure in real-time.

How It Works

User (Webex/Slack/Teams/Voice) → GNETiX Director → MCP Tools → Your Infrastructure
  1. A user sends a message through any supported platform
  2. The Director — GNETiX's cloud orchestration engine — receives the message
  3. The Director selects the best LLM, builds context from your agent souls and tools, and determines what actions to take
  4. Tool calls are dispatched to on-prem sub-agents via a secure outbound WebSocket relay
  5. Sub-agents execute tools against your infrastructure using the Model Context Protocol (MCP)
  6. Results flow back through the Director, which synthesizes a response and sends it to the user

No inbound firewall rules are ever required. All agent communication uses outbound WebSocket connections from your network.

Key Concepts

Supported Platforms

PlatformStatusFeatures
Cisco WebexProductionText, images, PDFs, voice calls
Microsoft TeamsProductionText messaging
SlackProductionText messaging
WebhooksProductionInbound HTTP events from any system
Voice (SIP)ProductionOutbound calls via LiveKit + ElevenLabs

LLM Providers

GNETiX supports multiple LLM providers through LiteLLM:

  • Anthropic (Claude) — direct API
  • OpenAI (GPT-4o) — direct API
  • Amazon Bedrock — Claude via AWS (data stays in your VPC)
  • Azure OpenAI — GPT models via Azure (enterprise compliance)

Each organization configures its own provider and API credentials. No data is shared between tenants.