Skip to content

BridleEmbed AI chat in any site.

One script tag connects your visitors to a streaming AI agent through a stateless WebSocket relay.

Bridle

At a glance ​

html
<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.

Released under the MIT License.