Indigo 101

Everything you need to start using Indigo.

Indigo is the platform to build AI agents and chatbots with your team, designed for LLM orchestration. Everything you need to create intelligent, responsive, and effective AI solutions in a modern, opinionated, and user-friendly platform.

This quickstart will walk you through how to start building AI agents and chatbots and get the most out of Indigo.

The basics

Create a workspace

Everything within Indigo happens in a workspace. To create a workspace for your team, contact us at support@indigo.ai and then login at app.indigo.ai

Invite your team

To add team members to your Indigo workspace and assign roles, navigate to Settings & InstallationTeam in your workspace. You can add your entire team to Indigo for free.

Install our web chat

Navigate to Settings & Installation -> Web Chat -> Installation Add the following single line of code to your HTML or React file:

<script defer src="https://app.indigo.ai/widget.js?token=[YOUR TOKEN]&v=2"></script>

This script tag will load the Javascript required to render the widget.

Build your AI assistant

Add AI agents

AI agents form the core of your assistant's intelligence. They represent the AI's ability to understand, process, and respond to inputs. In Indigo, these agents are flexible and composable, allowing you to shape the AI's behavior and knowledge base.

Use workflows

Workflows are the conversational logic of your AI assistant. They are a visual programming paradigm, making AI orchestration accessible to non-technical team members. This approach bridges the gap between complex AI capabilities and practical, business-oriented conversation design. Combine various blocks like text responses, logic, and API calls to design sophisticated AI interactions.

Upload unstructured knowledge

Expand your AI's knowledge by uploading documents or URLs. Indigo's RAG system automatically processes this data, allowing the AI to reference it when formulating responses..

Last updated

Was this helpful?