Embedding
Add a Limerence agent to your own application
Drop a Limerence chat surface into a customer-facing app without issuing API
keys. Access control is origin-based: the server emits a CSP
frame-ancestors header listing the domains your team has allowed, and the
browser refuses to render the frame anywhere else.
Choose a path
- Setup — configure allowed origins for your team and verify the CSP behavior end to end.
- Iframe — the markup, sizing, and permissions for dropping the widget into a page.
Embed vs share links
Limerence offers two ways to give external users access to an agent:
| Embed | Share Link | |
|---|---|---|
| URL pattern | /embed/<agent-id> | /s/<token> |
| Use case | Integrate into your product | Send a standalone link |
| Authentication | Origin validation via CSP | Token-based, no auth |
| UI | Chat only | Agent info panel + chat |