SuperIntern Web SDK

Embed a SuperIntern AI chat agent on any website with a single script tag — or drop the React components straight into your app.

Interactive Playgrounds
Quick Start
<!-- SuperIntern SDK -->
<script src="https://cdn.superintern.ai/sdk/embed.global.js" defer></script>
<script>
  window.addEventListener("load", function () {
    SuperIntern.ChatButton({
      baseSettings: {
        apiKey: "YOUR_API_KEY",     // from the SuperIntern dashboard
        agentId: "your-agent-id",   // from the SuperIntern dashboard
        environment: "production",  // "production" (default) or "test"
      },
      aiChatSettings: {
        aiAssistantName: "Assistant",
        introMessage: "👋 Hi! How can I help?",
      },
    });
  });
</script>
Why SuperIntern
  • Drop-in script tag — no build step required
  • Five widget variants for every surface
  • Full TypeScript types for source-level React use
  • Brandable colors, light / dark / auto theming
  • Programmatic API for complete control