Getting Rest API URL and Request Params for Rasa x agent in a server

@senthurRam, @FelixKing I assume you’re talking about the REST input channel? This section in the docs on the One-Line Deploy Script describes to do that - you can run the script with

export ADDITIONAL_CHANNEL_CREDENTIALS="rest=''"
curl -s get-rasa-x.rasa.com | sudo -E bash

I hope that helps!