Drop-in script
One <script> tag mounts a floating chat bubble. No build step, no framework, no styles to wire up.
One script tag connects your visitors to a streaming AI agent through a stateless WebSocket relay.
<script
src="https://bridle.cleanslice.org/sdk/latest.js"
data-api-url="https://your-hub.example.com"
data-bot-id="bot-abc-123"
data-token="<jwt>"
></script>That's the whole integration. A floating bubble appears in the bottom-right corner. When the user opens it, the SDK connects to your hub over WebSocket and streams the agent's responses live.
For programmatic control, an NPM package, or a headless client, see the Quick Start.