Developer Guide
Technical documentation for integrating and extending your AI agent.
Overview
The Developer Guide covers everything you need to integrate your AI agent into your applications, from simple embed scripts to full API integrations.
What's Covered
- Embed Script — Drop-in widget for any website
- REST API — Programmatic access to chat and management
- Custom Domains — White-label your agent's URLs
- Event Listeners — React to chat events in real-time
- Webhooks — Server-side notifications for conversations
Quick Start
The fastest way to get started is the embed script — a single <script> tag that adds a chat widget to any page. For more control, use the REST API to build custom interfaces.