# Onboarding tour — typical 7-step welcome flow.
# Authors a workspace, names it, and confirms the post-create state.
# Demonstrates: caption blocks, structured targets, cameraPan, highlight.

title: "Acme onboarding"
render:
  preset: iris
  aspect: "16:9"
  quality: "1080p"

steps:
  - type: goto
    url: https://app.acme.example.com/welcome

  - type: click
    target: { role: button, name: "Get started" }
    caption:
      text: "Welcome — let's set up your workspace"

  - type: type
    target: { label: "Workspace name" }
    text: "Acme HQ"

  - type: click
    target: { role: button, name: "Create" }

  - type: wait
    networkIdle: true
    ms: 1500

  - type: cameraPan
    target: { role: navigation }
    durationMs: 1200
    caption:
      text: "Your projects live in the sidebar"

  - type: highlight
    target: { role: button, name: "+ New project" }
    caption:
      text: "Click here to start your first project"
