Create Bot
create_botFull Description
Creates a new EMPTY/BLANK Botpress bot. This tool should be used when the user wants ONLY CREATION. If they have functional requirements, use the Edit Bot tool instead. Returns the created bot ID and name.
Parameters (2 required)
namestringThe name of the bot to create (defaults to bot-{timestamp})
requestIdstringA unique identifier for the request. The LLM must generate either GUID or epoch timestamp in milliseconds.