Skip to main content

Introduction

Managed is the zero-integration way to put an Alcamine agent in front of users. Every agent is automatically served at a unique, branded URL — perfect for demos, customer support, or quick testing when you don’t control the host website.

When to choose Managed

  • Fastest share path Copy → paste → done. No embed, no deploy pipeline.
  • Mobile-first Works on any modern browser, including iOS Safari and Android Chrome.
  • Scales automatically We handle hosting, media servers and global edge routing.
  • Upgrade path The exact same URL can later be embedded in an <iframe> or connected to via the JavaScript SDK.
https://<workspace>.alcamine.com/<agent-slug>
Visiting this address opens a standalone page with full chat + call UI. The link is identical to the one used in the Embedded guide — the only difference is how you use it.
  1. Open the Agent Detail page in the Alcamine dashboard.
  2. Click Share.
  3. Copy the generated URL.
Previewing unpublished agents Append ?previewToken=YOUR_TOKEN to allow teammates to preview draft versions.

Customization options

FeatureStatusNotes
Workspace brandingLogo and colors automatically match your workspace settings.
Query paramslocale, theme, previewToken, mode (chat / call).
Theming API🛠Full theming and CSS variables coming soon — let us know your requirements.

Next steps