Author the script
Two on-ramps. Paste a URL on the marketing site and we draft a starter YAML for you after sign-up. Or — if you've subscribed and want full control — write the YAML directly in the cloud editor's typed timeline, or have an agent author it against our JSON Schema and POST it to the API.
# A 5-step demo lives in 20 lines of YAML
title: "Acme onboarding"
preset: iris
aspect: "16:9"
steps:
- goto: https://app.example.com
- click: { role: "button", name: "New project" }
- type: { label: "Project name", text: "Acme onboarding" }
- click: { role: "button", name: "Create" }
- assertVisible: { text: "Welcome to Acme" }