β‘ Add this skill
One command
Add the shared Autoplay SDK foundation skill for credentials and live-activity reads.View the docs β
Agent onboarding
Fetch this skill directly so your coding agent gets the same Autoplay SDK setup instructions.View the skill β
Install the SDK
Prerequisites β Python 3.10 or later required.- Mac / Linux
- Windows (PowerShell)
Check your Python version:If Python is not installed, download it from python.org or install via Homebrew:Then create and activate a virtual environment before installing:
π― Step 1 β Connect your session replay provider
Autoplay needs a live stream of what each user is doing before anything downstream can use it as context. Pick whichever tool you already have β already wired up? The toolβs page tells you how to confirm it in seconds instead of redoing setup.



π€ Step 2 β Connect your AI support agent
This is where Autoplay actually does its job β giving your existing chatbot live context on what the userβs been doing, pulled over MCP the moment it needs it.











πΊοΈ Whatβs next
Session replay and your AI support agent are the two required pillars. Add a user tour provider as an optional extra delivery channel, or go deeper on the SDK:Visual user tours
Trigger Pendo, Usertour, and more from the same event stream β optional
Typed payloads
Explore all fields on ActionsPayload and SummaryPayload
RAG pipeline
Embed events into a vector store in real time
MCP server
Connect any agent to pull live activity via the MCP tool
Proactive onboarding agent
Combine real-time events, memory, and golden paths
AI agent skills
Browse, install, and download Cursor / Claude skills
extra field conventions used across the SDK, see Logging. Release history is on the Changelog.