Learn how to connect live user data from the Autoplay SDK straight into your Landbot agent. This guide walks through setting up an async listener to capture real-time events, process the incoming stream, and store everything locally β keeping your data completely private and under your control.Documentation Index
Fetch the complete documentation index at: https://developers.autoplay.ai/llms.txt
Use this file to discover all available pages before exploring further.
β¨ Final result

π Prerequisites
Complete the Quickstart. You should have:- PostHog in the browser β snippet, API key,
product_idonidentify(and email after login if you use it) - Connector credentials β URL, API token, stream URL (e.g.
https://your-connector.onrender.com/stream/plus your product id from the dashboard) β used in Step 2 only for the Autoplay stream autoplay-sdkinstalled β and a successful test stream from the Quickstart- A Landbot account
The building blocks
Follow the steps in order β each page stands alone so you can ship incrementally.- Connect real-time events β Set up the Landbot workflow, wire the backend server and listener, and embed the chatbot in your frontend app.
- Define proactive triggers β Proactively message users in Landbot based on what theyβre doing in your product. (Coming soon)











