mastered, in_progress, best_completion_pct, journey_completion, and related fields โ is expressed in terms of named workflows. Those names only make sense once you have supplied a workflow ontology (which journeys exist and what โdoneโ means). Treat ontology definition as the input step: Autoplay Atlas labels replays by workflow and completion; distillation builds the memory profile your onboarding agent reads.
Support for this step is coming soon.
Define your workflow ontology
Supply the ontology of workflows your product recognises โ which journeys exist, how they relate, and what steps matter. Session replays can only be labelled against workflows that exist in that ontology. Golden paths and recorded flows are how that ontology gets into Autoplay; they are not an end in themselves. You can establish workflows in two ways:- Chrome extension โ record flows directly in your UI with the Autoplay Chrome extension.
- Documentation โ workflows โ convert existing product documentation into structured workflows with Autoplay. Join our Discord and reach out to the team to get started.
Autoplay Atlas and session replay labelling
Once your ontology exists, Autoplay Atlas labels session replays by workflow and workflow completion rate โ replay-level semantics grounded in those workflows. For each replay you typically see:- Workflow completion rate โ how far the user progressed on the workflows you defined, within that replay.
- Most likely workflow โ which journey best explains what they were trying to do in the session.
- Timeline โ how inferred workflows and completion evolve across the replay, not only a single summary at the end.
Why workflow context beats raw clicks alone
Raw telemetry is a list of atomic actions: without grouping, you cannot tell exploration from a stuck multi-step task. When Autoplay matches the userโs sequence against your defined workflows, you get structured outcomes โ for example which workflow was attempted, how complete the attempt was, and which expected step was missed. Completion rate then tells the onboarding agent how to intervene (introduce a flow, resume mid-way, or stay quiet after mastery). Cross-session memory builds on the same workflow signals so progress is not forgotten between visits.Index journeys for retrieval
Index ideal step-by-step journeys in Autoplay โ from docs and/or captures via the Chrome extension โ so they can power retrieval and Atlas-backed labelling as those services roll out.Calling
query_knowledge_base from your app matches the Knowledge base SDK โ that helper and HTTP endpoint are coming soon. Supplying workflows via the extension or with the team is separate from wiring this query path in your codebase.Ontology + live actions
With real-time events plus a workflow ontology (and Atlas labels on replays), your agent can reason over which workflow someone is in and how complete it is โ then compare that to live actions. Once the knowledge base query ships in your stack, you can retrieve ideal-path text at inference time:User memory profile
Coming soon.