Busymate AI

体验空间

您的页面和您的伙伴可以一起做的一切

真实的伙伴停靠在此页面上。选择一个工具,按下其控件,观看面板做出反应——然后复制完成它的确切代码。无需账户,无需安装。

阅读参考

每个控件都针对实时小部件运行;每个代码片段都是您自己网站会使用的一行。

显示、隐藏和翻转面板;在访客看到之前固定其配色方案和语言。

一个标签挂载它;四个调用驱动它——不需要自己的 iframe 来调整尺寸,不需要自己的状态来保持。

试试

配色方案

小部件正在加载——控件一旦就位就会激活。

执行此操作的代码

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();

文档

第 1 步,共 9 步

把你的伙伴放到您的网站上

一个标签,上面的每个乐器,用你自己的名字。

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