Agents
Deploy

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

  1. Click “Deploy” in the header actions.
  2. In the Widget section, click “Copy”.
  3. Paste the <script ...> snippet before the closing </body> tag on your site.
  4. You can control position, theme, icon, and hint behavior using data‑attributes.

Embed as an iframe

  1. Click “Deploy” → Iframe.
  2. Copy the <iframe ...> snippet.
  3. 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.com unless NEXT_PUBLIC_WIDGET_ORIGIN is set.
  • Custom domains for public pages are available on paid plans.