A single action server for multiple rasa bots (instances)

I will be running a number of different Rasa models (one per server) and I’m trying to figure out if I can run just a single action server that services all Rasa servers. It seems like:

http://localhost:5055/webhook/

passes in the full state on each request, which would lead me to believe that a single action server can serve multiple rasa instances.

Yes, that should work. You can use one action server for multiple rasa bots.

2 Likes

Should information like this also go into documentation?