Skip to main content
Let Maven answer with full awareness of what a user just did in your app. Maven pulls a user’s recent in-app activity on demand β€” via the MCP server β€” at the moment it’s about to answer. For proactive onboarding, Maven needs one extra piece: Maven does not send proactive live events to users by itself. Autoplay watches the live stream in your app, then uses Autoplay.js + a tour provider to show the user a guided tour when Maven offers help and the user says yes. This guide uses Appcues as the example tour provider.

πŸ”Œ Connect Maven to live activity

Add the Autoplay MCP server to your Maven agent and embed the Maven chat widget with verified identity, so Maven pulls a user’s live activity on demand.

✨ Add proactive onboarding

Add the proactive Maven prompt, install Autoplay.js, and connect a tour provider such as Appcues so Maven can offer and launch the next guided step.

✨ What it looks like

πŸ“‹ Prerequisites

Complete the Quickstart so activity is flowing into the connector:
  • Your activity source set up β€” PostHog (or Amplitude) capturing events, with identify setting a stable user_id.
  • A registered product β€” your product_id and Unkey token.
  • A Maven agent β€” created in Maven AGI (Agent Designer).
  • A user tour provider β€” Appcues is the example in this guide, but the same pattern can work with other tour providers that Autoplay.js can trigger.
Then connect Maven to the MCP server using the recipe above.