Introduction
Welcome to Caddie AI! This documentation site covers the core features of Caddie, focusing on backend API integrations.
Overview
Caddie AI is a genAI application that has all the features necessary to create rich chat experiences for users, powered by your custom, proprietary data. Caddie is organized according to two fundamental hierarchical components: organizations and agents.
- Organizations: these are distinct tenants within Caddie, which is multi-tenant. Data access is siloed according to organization, so no user within a particular organization can access any data from another organization.
- Agents: these are chat "personas", that can use different language models and software tools, and have distinct styling, branding, and prompts, as well as highly customizable data access. Agents are the primary chat interface for users. Each agent must be part of exactly 1 organization, but an organization can have multiple agents.
Quick Start Guide
To get started, follow the Quick Start Guide to create an API key and start making requests.