Skip to main content

Identity

FieldTypeDefaultDescription
NameText— (required)Unique identifier. Lowercase letters, numbers, and underscores only (e.g. support_bot). Must start with a letter.
DescriptionText""Internal description of what this agent does.
ArchitectureDropdownPrompt BasedPrompt Based uses a system prompt. Conversational Flow uses a visual node-based builder.
Debug ModeToggleOffOutputs extra internal reasoning logs. Use during development; disable in production.

Agent Settings

FieldTypeDefaultDescription
Greeting MessageText""The first message the agent sends when a conversation starts. Leave blank if you want the user to write first.
Greeting TypeDropdownPromptPrompt — agent generates the opening message dynamically. Say — agent sends exactly what you typed.
Who Speaks FirstDropdownSubVerseAI AgentSubVerseAI Agent — agent opens the conversation. User — agent waits for the user to write first.
System PromptText areaEmptyThe main system prompt. Write the agent’s role, tone, rules, and behavior here. Use the Refine using AI button to get AI assistance.

Large Language Model Preferences

FieldTypeDefaultDescription
LLM ModelDropdown— (required)The AI model powering this agent. Each model shows its speed and reasoning ratings.
Thinking LevelDropdownDefaultExtended reasoning depth. Options: Default, Low, Medium, High, Very High. Higher = better reasoning but slower.
Max TokensNumberNoneMaximum tokens the LLM can generate per response. Leave blank to use the model’s default.
TemperatureSlider0.5Response creativity. 0.0 = consistent and precise. 1.0+ = more varied and creative.

Session Settings

FieldTypeDefaultDescription
Communication MethodDropdownTwo WayTwo Way — agent sends and receives messages. One Way — agent only sends (e.g. broadcast mode).
Session Timeout (mins)NumberNoneMinutes of inactivity after which the session ends automatically. Leave blank for no timeout.
Remember Customer InteractionsToggleOffSave a summary of each conversation to memory after the session ends.
Use Customer Interaction MemoryToggleOffPull relevant past conversation summaries into context at the start of a new session. Enable both for persistent memory across conversations.

Knowledgebase Settings

FieldTypeDefaultDescription
Knowledge BaseDropdownNoneAttach a Knowledge Base so the agent can retrieve answers from your documents during a conversation.

Function Settings

FieldTypeDefaultDescription
Pre Call ToolsMulti-selectEmptyLLM tools that run automatically before the session starts (e.g. fetch customer data).
During Call ToolsMulti-selectEmptyTools the agent can call mid-conversation (e.g. check order status, send an email).
Post Call ToolsMulti-selectEmptyLLM tools that run automatically after the session ends (e.g. update CRM, send a follow-up).

Agent Security Settings

FieldTypeDefaultDescription
Allow List (Allowed Callers)Text areaEmptyRegex patterns for contacts allowed to interact with this agent, separated by commas. Leave empty to allow everyone.
Block List (Blocked Callers)Text areaEmptyRegex patterns for contacts that are blocked, separated by commas. Takes priority over Allow List.

Post Call Data Analysis

After each conversation, the agent can automatically analyze the transcript and extract structured data.
FieldTypeDescription
LLM ModelDropdownThe AI model used to run the post-session analysis. Can differ from the main agent model.
ParametersForm / JSONDefine the data points to extract from each conversation. Switch between Form (add parameters one by one) and JSON (paste a raw JSON schema).
Parameter fields:
FieldDescription
Parameter NameThe key name for this data point (e.g. summary, user_sentiment).
DetailsDescription of what this parameter represents and how to extract it.
TypeData type: string, boolean, number, etc.
RequiredWhether this parameter must be present in every analysis output.