API Reference
Welcome to the Rippletide API documentation. This API allows you to manage your agents, knowledge base, and interact with your conversational AI agents.Authentication
All API requests require an API key in the header:Base URL
Getting Started
- Get an API Key: Create an account on Eval Platform and go to Settings to get your API key
- Create an Agent: Use the
/agentendpoint to create your first agent - Add Knowledge: Use the
/q-and-aendpoint to add Q&A pairs to your agent - Start Chatting: Use the
/chat/{agent_id}endpoint to interact with your agent
- Get Started - Quick start guide
- Agent Setup - Configure your hypergraph
- Complete Guide - Comprehensive development guide