Hi Team,
I want to embed my custom chat agent on Quick into my website so that any anonymous/unauthorised user can also use that and also, they should only be able to chat with the data relevant to them so some access permissions would be needed on the data.
Can you please elaborate if this could be done and how?
Thanks
Hi @Aayush_Gupta,
Welcome to the Quick Community! As of now, Quick does not support embedding chat agents for anonymous users. For 1-click public embedding, only visuals and dashboards are supported. Specifically with chat agents, you will have to set up some sort of authentication using your identity provider.
Hope this helps!
Hi @WLS-Luis
Thanks for the update.
Quick question — I’m planning to embed the custom chat agent on my website. Users will log into the website itself, but they won’t necessarily have their own Quick account. Since the website is registered under Quick, will those users still be able to use the chat agent?
Would appreciate a confirmation on this. Thanks!
Hi @Aayush_Gupta,
Yes, they will still be able to use the chat agent. With your embedded chat agent, you can set up SSO federation using your identity provider to authenticate non-Quick users. On your backend, you can use the RegisterUser API to auto-provision them as Quick users with a Reader Pro role (the minimum required for chat agent access). Once provisioned, they’ll be able to interact with the embedded chat agent without ever needing to sign into Quick directly.
Hope this explanation helps!