Skip to main content

⚑ 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.
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:
Run this command once from your project root (with your venv active):
Install Agent skills for Cursor/Claude so your assistant follows the correct integration pattern for your stack. See Pricing for plans.

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

PostHog→
Connect an existing PostHog project

Amplitude→
Connect an existing Amplitude project

FullStoryComing Soon
Full setup guide coming soon

DatadogComing Soon
Full setup guide coming soon

PendoComing Soon
Full setup guide coming soon

πŸ€– 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.

Intercom→
Connect Fin via MCP

Maven→
Connect via MCP

Ada→
Connect via MCP

Botpress→
Connect via MCP

Dify→
Connect via MCP

Crisp AI→
Connect via MCP

Landbot→
Connect via MCP

Rasa→
Connect via MCP

Inkeep→
Connect via MCP

Tidio→
Connect via MCP

Plain→
Connect via MCP

ZendeskComing Soon
Full setup guide coming soon

πŸ—ΊοΈ 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
For structured logging and extra field conventions used across the SDK, see Logging. Release history is on the Changelog.