Multiple assistants or bots on single port

Is there any way to run multiple assistants on single port? I have an use case that users can create multiple personal bots from my portal, i have gone through the rasa documentation and didn’t find anything related to multiple projects or multiple bots. As per my understanding we can only create one assistant and run it on port 5005.

Hi @kiranreddy,

You can create multiple bot by creating multiple UI. Use only one webhook with one port in all UI. But for that you have to pass different unique user every time as a input to webhook.

Consider,

http://localhost:5005/webhooks/rest/webhook is api

Then pass

{“message”:“hi”, “sender”: unique_value}

as a input