Purpose

The Bot list is the home screen for everything you build in Ori. It shows every voice bot in your workspace, lets you search for one by name, and gives you the controls to create a new bot or duplicate an existing one. Open it from the dashboard sidebar, or go directly to /dashboard/bots.

What you see

Each bot appears as a row (or card) with these details:
ColumnWhat it shows
Bot nameThe friendly name you gave the bot.
StatusA coloured dot showing whether the bot is enabled. Green = Active, grey = Inactive.
Bot IDThe bot’s unique identifier. The first 8 characters are shown; the full ID can be copied.
Speech-to-Text (STT) engineA chip naming the transcription engine the bot uses.
Language model (LLM)A chip naming the conversation model the bot uses.
Voice / Text-to-Speech (TTS) engineA chip naming the voice engine the bot uses.
Copy Bot IDA button on the row that copies the full bot ID to your clipboard.
CloneA button on the row that duplicates the bot.
The Bot ID is what CRMs and the dialout API use to target a bot. Use the Copy Bot ID button rather than retyping the shortened 8-character version you see on screen.

Status badges

BadgeMeaning
Active (green)The bot is enabled and can take calls.
Inactive (grey)The bot is disabled and will not take calls.
You change a bot’s active state from its detail page, not from this list.
FieldWhat to enterRequired
Search botsType any part of a bot’s name to filter the list.No
Search runs as you type and is case-insensitive substring matching — typing renew matches “Motor Renewal” and “renewal-pilot”. Clear the box to show all bots again.

Buttons

ButtonWhereWhat happens when you click
Create BotTop of the pageOpens the multi-step bot creation wizard at /dashboard/bots/create. See Create a bot.
Copy Bot IDOn each bot rowCopies the bot’s full ID to your clipboard.
CloneOn each bot rowAsks you to confirm, then makes a duplicate of that bot and opens the new bot’s detail page. See Clone a bot below.

Create a bot

Click Create Bot to launch the step-by-step wizard. Nothing is saved to the workspace until you finish the wizard, so leaving it part-way does not add a bot to this list. Full walkthrough: Create a bot.

Clone a bot

Cloning is the fastest way to start a new bot from one that already works — for example, building a second campaign bot off a proven one.
1

Click Clone

Click the Clone button on the bot you want to duplicate.
2

Confirm

A confirmation dialog appears:
Create a clone of “[bot name]” with the same settings?
Click to confirm, or dismiss to cancel.
3

Edit the new bot

Ori creates the duplicate and opens its detail page so you can rename it and adjust its settings.
A clone copies the bot’s configuration — prompts, voice pipeline, behaviour, tools, and integrations.
A clone does not copy:
  • past calls
  • campaigns
  • DID (phone number) mappings
The new bot starts with a clean call history and no numbers attached. Map a number and attach it to a campaign before it can take calls.

Delete a bot

Deleting a bot removes it permanently. You are asked to confirm before the bot is removed.
Deleting a bot is permanent. Make sure the bot is not attached to any live campaign or DID mapping before you delete it. If you only want to stop a bot temporarily, set it to Inactive from its detail page instead.

Empty states

SituationWhat you see
No bots in the workspace yetA message — “No bots yet — Create your first voice AI agent” — with a Create Bot button to get started.
Search matches nothingThe list shows no rows because the current search term matched no bot names. Clear or change the search term to see your bots again.