ClavueClavue
AI platform · IDE · agents · models

Clavue Bot

Clavue Bot is the standalone bot surface for running multiple staff-style agents and a cloud PC workspace. Open it in the browser at www.clavue.com/bot/ or install the com.clavue.bot app from the store (ASC 6800597650). It shares membership, quota, and api.clavue.com with the rest of the family — but it is not web Chat and not Clavue GUI.

Open Bot

The live app is a static SPA at www.clavue.com/bot/ — nginx serves that prefix, not the Next family site. This usage guide is /docs/bot.

# Browser (primary)
https://www.clavue.com/bot/

# Bundle ID (store / enterprise)
com.clavue.bot

First run

Sign in with the same Clavue account you use for Chat and imux. Create or pick a bot staff member, connect tools, and resume tasks from the task list.

  • Multi-staff bots — run several agent roles in one tenant
  • Cloud PC — remote desktop workspace for bot tasks
  • Function calling — native tool calls against connected capabilities
  • Tenant storage — per-tenant data stays scoped to your Bot workspace
  • Search — hosted search for grounded answers
  • Task resume — pick up interrupted jobs from the task panel
  • Update banner — in-app notice when a new Bot build is available

What Bot is not

Bot has its own job: multi-staff automation and cloud PC. Do not confuse it with lightweight browser chat or the GUI desktop workbench.

  • Not Clavue Chat — Ask/Plan/Agent + Imagine live at chat.clavue.com
  • Not Clavue GUI — visible agent timeline + Phone Mirror host is com.clavue.gui at /gui
  • Not imux IDE — native terminals + Agent Chat harness is com.icc.app
  • Not imux Mobile — phone remote to desktop imux is com.imux.mobile

Voice

Bot voice uses the same family voice pipeline as web Chat — consistent TTS/STT routing through api.clavue.com. No separate voice account.

Account & API

One Clavue account at www.clavue.com/account. Official models and tools call api.clavue.com/v1 with the same membership pools as Chat, imux, and TUI.

export OPENAI_BASE_URL=https://api.clavue.com/v1
export OPENAI_API_KEY=$CLAVUE_TOKEN   # Account → API keys

Troubleshooting

Bot runs in the browser SPA — hard-refresh after deploys if UI looks stale.

  • Login loop — clear site data for clavue.com or retry device login at /account
  • 402 / quota — check Account → Usage; Bot draws the same pools as Chat
  • Task stuck — use task resume panel; confirm desktop/cloud PC session is online
  • Wrong product — lightweight chat is chat.clavue.com, not /bot/

Next