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.
Link structure
How to obtain the link
- Open the Agent Detail page in the Alcamine dashboard.
- Click Share.
- Copy the generated URL.
Previewing unpublished agents
Append ?previewToken=YOUR_TOKEN to allow teammates to preview draft versions.
Customization options
| Feature | Status | Notes |
|---|---|---|
| Workspace branding | ✅ | Logo and colors automatically match your workspace settings. |
| Query params | ✅ | locale, theme, previewToken, mode (chat / call). |
| Theming API | 🛠 | Full theming and CSS variables coming soon — let us know your requirements. |
Next steps
- Embed the same URL in your site → Embedded guide
- Build a custom interface → Components kit
- Control everything via code → JavaScript SDK