प्लेग्राउंड
आपका पृष्ठ और आपका साथी मिलकर जो कुछ भी कर सकते हैं
असली सहायक इस पृष्ठ पर डॉक किया गया है। एक उपकरण चुनें, इसके नियंत्रण को दबाएँ, और पैनल को प्रतिक्रिया देखें — फिर वह सटीक कोड कॉपी करें जिसने यह किया। कोई खाता नहीं, कुछ भी इंस्टॉल करने के लिए नहीं।
हर नियंत्रण लाइव विजेट के विरुद्ध चलता है; हर स्निपेट वह लाइन है जो आपकी साइट उपयोग करती है।
पैनल को दिखाएं, छिपाएं और पलटें; आगंतुक इसे देखने से पहले इसकी रंग योजना और भाषा को पिन करें।
एक टैग इसे माउंट करता है; चार कॉल इसे चलाते हैं — आपका अपना कोई 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 | falsepreset.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