Guides
Practical guides for working with SensAI AI agents and integrating chat capabilities into your applications.
Overview
These guides walk you through common workflows and integration patterns with SensAI. Whether you are building a conversational interface, setting up automated agents, or integrating AI capabilities into an existing application, you will find step-by-step instructions here.
Available Guides
- Working with AI Agents — Learn how to configure, customize, and deploy SensAI's pre-built AI agents for your use case
- Chat Integration — Integrate real-time AI chat into your web or mobile application using the streaming API
Prerequisites
Before following these guides, make sure you have completed the Getting Started setup and have a valid API key ready. Familiarity with REST APIs and server-sent events (SSE) will be helpful for the chat integration guide.
Development Environment
Ensure you have a modern REST client or HTTP library available in your preferred programming language. The guide examples use cURL for simplicity, but you can adapt them to any language with HTTP support. For the chat integration guide, basic knowledge of JavaScript and event-driven programming will help you follow along more easily.