Busymate AI

Playground

Sayfanız ve dostunuzun birlikte yapabileceği her şey

Gerçek asistan bu sayfada yerleştirilmiş. Bir araç seç, kontrollerini bas ve panelin tepkisini izle — sonra bunu yapan kodu kopyala. Hesap yok, kurulum yok.

Referansı oku

Her kontrol canlı widget'a karşı çalışır; her kod parçacığı kendi sitenizin kullanacağı satırdır.

Paneli göster, gizle ve çevir; renk şemasını ve dilini ziyaretçi görmeden sabitle.

Bir etiket monte eder; dört çağrı onu yönetir — boyutlandırılacak kendi iframe'iniz yok, korunacak kendi durumunuz yok.

Deneyin

Renk şeması

Widget hala yükleniyor — denetimler yerleşir yerleşmez etkinleşir.

Bunu yapan kod

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

Belgeler

Adım 1 / 9

Dostunuzu sitenize yerleştirin

Bir etiket, üstünde ve altında her enstrüman, kendi adınız altında.

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