Sidekick
Conversational AI character engagement layer for iGaming operators. One script tag. One webhook. Three-day integration.
🎮 Sandbox
Live demo with event simulator
⚙️ Admin
Configure character, missions, rewards
💬 Widget
Standalone widget preview
Quickstart for operators
<!-- 1. Add the widget -->
<script src="https://sidekick.pages.dev/widget.js" data-key="pk_xxx"></script>
<script>
Sidekick.identify({ userId: 'player_xyz', name: 'Liam', country: 'UK' });
</script>
<!-- 2. Stream events server-to-server -->
curl -X POST https://sidekick.pages.dev/api/v1/events \
-H "Authorization: Bearer sk_xxx" \
-d '{"userId":"player_xyz","event":"bet_placed","amount":20,"data":{"category":"sport"}}'