Deploy Your Agent
You can share your agent with a simple URL or embed it on your website.
Public page
- Click "View" in the header actions to open the agent's public page.
- The URL format is
https://chatolia.com/c/{publicId}. - Private agents are only visible to the owner and workspace members.
Embed as a widget
- Click “Deploy” in the header actions.
- In the Widget section, click “Copy”.
- Paste the
<script ...>snippet before the closing</body>tag on your site. - You can control position, theme, icon, and hint behavior using data‑attributes.
Embed as an iframe
- Click “Deploy” → Iframe.
- Copy the
<iframe ...>snippet. - Use the iframe when you want a dedicated full‑page chat.
Notes
- For local testing, the snippet uses your current origin.
- In production, snippets default to
https://www.chatolia.comunlessNEXT_PUBLIC_WIDGET_ORIGINis set. - Custom domains for public pages are available on paid plans.