Playground
Tutto quello che la tua pagina e il tuo amico possono fare insieme
L'assistente vero è ancorato in questa pagina. Scegli uno strumento, premi i suoi controlli, e guarda il pannello reagire — poi copia il codice esatto che l'ha fatto. Nessun account, niente da installare.
Ogni controllo gira contro il widget live; ogni snippet è la riga che il tuo sito userebbe.
Mostra, nascondi e capovolgi il pannello; blocca il tema colore e la lingua prima che il visitatore lo veda.
Un tag lo monta; quattro chiamate lo pilotano — nessun iframe tuo da dimensionare, nessuno stato tuo da mantenere.
Prova
Il widget si sta ancora caricando — i controlli si attivano non appena arriva.
Il codice che fa questo
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();Passaggio 1 di 9
Metti il tuo amico sul tuo sito
Un tag, ogni strumento qui sopra, sotto il tuo nome.
claude mcp add --transport http busymate-ai https://busymate.ai/mcp