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