Documentation
Everything you need to build, configure, and scale with Aioomi.
Start here
Quick Start
Get Aioomi running in under 5 minutes. Install the widget, configure your first agent, and start chatting.
ExploreReference
API Reference
Complete REST API documentation for conversations, contacts, messages, and analytics endpoints.
ExploreGuides
Integrations
Connect via Web Widget, Telegram, and REST API. Embed on your website or integrate with your existing tools.
ExploreGuides
Configuration
Customize your AI agent's behavior, personality, knowledge base, and escalation rules.
ExploreReference
Security
Authentication, row-level security, data encryption, GDPR-aware practices, and domain whitelisting.
ExploreGuides
Analytics
Understand your analytics dashboard, create custom reports, and export data.
ExplorePopular Guides
Installing the chat widget
Quick Start
Training your AI on custom data
Configuration
Setting up human handoff rules
Configuration
Shopify integration guide
Integrations
Using webhooks for real-time events
API
Configuring multilingual support
Configuration
Custom CSS styling for the widget
Customization
REST API authentication
API
Start with just a few lines
Add Aioomi to any website in under 60 seconds.
index.html
<!-- Add before closing </body> tag -->
<script
src="https://cdn.aioomi.com/widget.js"
data-agent-id="your-agent-id"
data-theme="light"
data-position="bottom-right"
async
></script>