Create Bot
neuron_create_botCreate a new WhatsApp bot with specified name, system prompt, and optional configuration including model, temperature, and phone number.
Instructions
Create a new bot with specified configuration including name, system prompt, and optional parameters like model, temperature, and phone number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the bot | |
| llmModel | No | OpenRouter model ID (e.g., google/gemini-2.5-flash-lite-preview-09-2025, openrouter/auto) | |
| maxTokens | No | Maximum tokens for responses | |
| assignment | No | One-sentence role definition (max 2000 chars) | |
| systemPrompt | Yes | The system prompt that defines the bot's behavior and personality | |
| llmTemperature | No | Temperature parameter for response randomness (0-2) | |
| fallbackMessage | No | Fallback message when bot cannot understand (max 2000 chars) | |
| greetingMessage | No | Auto-greeting when a new conversation starts (max 2000 chars) | |
| escalationPrompt | No | Prompt template for human handoff (max 5000 chars) | |
| responsibilities | No | Array of responsibility descriptions | |
| whatsappChannelId | No | UUID of the WhatsApp channel to associate with the bot |