Skip to main content

Introduction

About IntraCord

One AI service agent. By phone and on the web. Around the clock.

IntraCord is a proprietary enterprise AI customer-service platform for phone and web conversations. It automates common support requests, carries conversations through defined service workflows, connects to your business systems, and hands the case to a human colleague when needed. It can also run on your own infrastructure, keeping your customer data and AI operations under your control.

  • Phone and web support - serve customers through voice calls and web widgets
  • Automated service workflows - handle recurring requests and multi-step processes
  • Enterprise integrations - connect agents to the systems your teams already use
  • Human handoff - transfer conversations when automation should involve a colleague
  • Controlled deployment - run IntraCord on infrastructure you manage

Overview

Watch the following video to learn about IntraCord’s capabilities.

Setting up

Get the platform up and running using Docker with a small startup script on your local computer. If you are looking to deploy the platform on a server different than your local machine, please check the Deployment section.

curl -o docker-compose.yaml https://raw.githubusercontent.com/IntraCord-hq/IntraCord/main/docker-compose.yaml && curl -o start_docker.sh https://raw.githubusercontent.com/IntraCord-hq/IntraCord/main/scripts/start_docker.sh && chmod +x start_docker.sh && ./start_docker.sh
Invoke-WebRequest -OutFile docker-compose.yaml https://raw.githubusercontent.com/IntraCord-hq/IntraCord/main/docker-compose.yaml; Invoke-WebRequest -OutFile start_docker.ps1 https://raw.githubusercontent.com/IntraCord-hq/IntraCord/main/scripts/start_docker.ps1; .\start_docker.ps1

Please check Prerequisites for the system requirements and Troubleshooting for common issues.

Next Steps

Once the platform is running, build your first agent in Your First Agent in 5 Minutes — no telephony setup required. Or configure an inference provider first if you're bringing your own LLM keys.