Busymate AI

Playground

Tudo o que sua página e seu parceiro podem fazer juntos

O assistente real está acoplado nesta página. Escolha um instrumento, pressione seus controles e veja o painel reagir — depois copie o código exato que fez isto. Sem conta, nada para instalar.

Leia a referência

Cada controle funciona contra o widget ao vivo; cada snippet é a linha que seu próprio site usaria.

Mostre, oculte e inverta o painel; defina seu esquema de cores e idioma antes do visitante vê-lo.

Uma tag o monta; quatro chamadas o controlam — nenhum iframe seu para dimensionar, nenhum estado seu para manter.

Experimente

Esquema de cores

O widget ainda está carregando — os controles acordam assim que chega.

O código que faz isto

index.htmlhtml
<!-- ONE tag mounts the launcher + the panel on any page. -->
<script
  src="https://busymate.ai/embed/v1.js"
  data-assistant="your-workspace-slug"
  data-label="Ask us"
  data-title="Assistant"
  data-aria-label="Open the assistant"
  async></script>
panel.jsjavascript
// The loader installs window.BusymateAI. Every call is safe before the frame
// has loaded — commands queue and deliver on load.
BusymateAI.open();
BusymateAI.close();
BusymateAI.toggle();
BusymateAI.isOpen(); // → true | false
preset.jsjavascript
// Preset the panel from the page: colour scheme + language.
// Neither is persisted by the frame — your page owns them while it embeds it.
BusymateAI.setTheme("dark");     // "light" | "dark" | "system"
BusymateAI.setLocale("de");      // any BCP 47 tag the platform serves
BusymateAI.setLocale(null);      // unpin — the frame follows the visitor again
BusymateAI.open();

Docs

Passo 1 de 9

Coloque seu parceiro no seu site

Uma tag, todo instrumento acima, abaixo do seu próprio nome.

claude mcp add --transport http busymate-ai https://busymate.ai/mcp