Web Bots in AtBot are custom bots that you register with the Microsoft Bot Framework which use the AtBot platform for their logic. Web Bots are for public facing anonymous users and can be integrated into your public site or application using Direct Line or via SMS (Twilio).
In the admin portal from the Web Bots screen, click New WebBot, give your bot a name and click Create.
There are 2 types of registration. A single bot can be configured in Microsoft Bot Framework and Alexa, providing a single bot across web, SMS and Voice.
For web and SMS, see Bot Framework Registration
For Alexa, see Alexa Registration
Manage the categories that this Web Bot will have available to it. These categories determine all the skills this bot will have.
Because users are not authenticated, no permissions settings will be honored for categories that are added. Be sure to only add categories with skills you wish anonymous users to perform.
To Add a category, find the category in the Categories dropdown list and click Add Category
See Deploying to Web & Apps to learn how to deploy your Web Bot to your users.