Introduction
Embedded lets you drop a fully-featured Alcamine Agent into any web page with a single line of HTML. The UI, networking and state-management are all handled for you – just supply the URL of the Agent you want to surface.
When to choose Embedded
- You want the fastest time-to-value and are happy with a ready-made UI.
- You prefer not to deal with auth, network calls or edge-cases – we manage all of that for you.
- You still need full access to the JavaScript SDK and low-level Components later on. Start simple, evolve when you need to.
Quick Start
- Navigate to the Agent detail page in your workspace.
- Click the Share button and copy the generated URL – it will look something like:
- Drop an
<iframe>into your site and paste the URL into thesrcattribute:
Permission Note
The iframe must include allow="microphone; camera;" so that users can record voice or video messages. You can add additional permissions as your use-case requires.
Going further
- Custom UI Prefer to craft your own look & feel? Head over to Components and JS SDK for granular control.
- Different embed styles We’re exploring new layouts (floating widgets, side-bars, full-screen modals…). Have a creative use-case? Reach out – we’d love to hear about it.
- Theming A public theming API is coming soon. Until then, let us know your brand requirements and we’ll help you tailor the experience manually.