Skip to main content
Discover how to pipe live user data from the Autoplay SDK directly into your Tidio Lyro AI Agent. This guide covers wiring a Lyro Action that pulls a user’s live activity on demand from the Autoplay MCP server β€” no server to host, no events to store.

✨ Final result


πŸ“‹ Prerequisites

Complete the Quickstart. You should have:
  • Your activity source set up β€” PostHog (or Amplitude) capturing events, with identify setting a stable user_id (and email after login if you use it)
  • A registered product β€” your product_id, mcp_url, and mcp_key from the Quickstart
  • A Tidio account

The building blocks

Follow the steps in order β€” each page stands alone so you can ship incrementally.
  1. Connect real-time events β€” Wire a Lyro Action that calls the Autoplay MCP server for a user’s live activity.
  2. Define proactive triggers β€” Proactively message users in Tidio based on what they’re doing in your product. (Coming soon)