Embed Bit in minutes. Keep control forever.
Bit is the Spark widget for Chatbyte. Drop in a single module from our CDN, authenticate with JWT, and configure the chat experience from your frontend.
Quick snippet
<script type="module">
import { createBit } from 'https://cdn.chatbyte.ai/bit/spark.min.js';
const bit = await createBit('agent-id', {
apiOrigin: 'https://app.chatbyte.ai',
});
bit.open();
</script>Spark integration
Load the widget from the CDN and configure theme, position, and branding in minutes.
JWT identity
Identify users with your own JWTs and refresh them automatically when Bit asks.
Frontend API
Open, close, toggle, and route navigation events directly into your app.
Go to the app
Manage agents, prompts, and identity settings in Chatbyte.