SLIDESHOT [alpha]
For agents — read the markdown version of this page
#

Product demo videos recorded by AI agent

Describe the feature flow you want to show. Slideshot drives your web app, records the walkthrough, and returns a polished video your team can use in launch posts, changelogs, and enablement assets.

##

Example launch assets

Slideshot is not another screen recorder. It is a repeatable way to turn a product flow into a usable launch asset. The videos below were generated from a single prompt, then returned as polished MP4s.

0:00

Linear logo Linear launch walkthrough

0:00

Notion logo Notion product tour

0:00

Slideshot logo Slideshot credential flow

0:00

Product Hunt logo Product Hunt discovery flow

##

Why recording demo videos is tedious

Recording and editing are meaningful work, but they are also repeatable. The hard part is keeping product videos current as the UI changes.

01

The UI changes after the video is made

A last-minute label, layout, or workflow change can make a launch video feel out of date immediately.

02

Keeping videos current takes too much effort

Teams know which flows should have fresh walkthroughs, but re-recording every update rarely makes it to the top of the list.

03

Editing effects make the flow easier to follow

Zoom, framing, cursor movement, and brand fit help viewers understand what changed, but adding them by hand slows every video down.

##

How it works

1.

Describe the launch flow Give Slideshot the product URL and the steps you want shown, written like a PMM brief.

2.

Slideshot drives the app It executes the flow in the browser, including authenticated product areas when credentials are configured.

3.

Download the polished MP4 Use the finished video in launch assets without a separate recording, trimming, zoom, or export pass.

##

For agent-driven teams

The API stays because it is part of the product promise: launch demos should be generated from workflows, agents, and automation, not only from a human opening a recorder.

```bash POST /v1/agent/runs
curl -X POST https://api.slideshot.ai/v1/agent/runs \
  -H "x-api-key: sk_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "target_url": "https://app.example.com",
    "goal": "Record the new project analytics flow for our launch announcement.",
    "options": {
      "auth": {
        "source": "default"
      },
      "video": {
        "blur_emails": true,
        "background": {
          "type": "solid",
          "color": "#0B1020"
        },
        "size": {
          "width": 1440,
          "height": 900,
          "content": {
            "scale": 0.9
          }
        }
      }
    }
  }'
```
```jsonc 201 Created
{
  "run_id": "11111111-2222-3333-4444-555555555555"
}

// Poll GET /v1/agent/runs/:id, then fetch artifacts when the run succeeds.
```
##

Pricing

$0.90 per recording request

No monthly subscription. No seat pricing. You only pay for what you use.

Recording requests Cost
10 requests $9.00
100 requests $90.00
1,000 requests $900.00
##

FAQ

###

Why is Slideshot agent-driven?

Because repeatable demo generation works better as automation than as another manual recorder. You describe the flow, and an agent/API workflow can generate the video without someone driving every capture by hand.

###

Why not just use ScreenStudio or Loom?

Those tools are strong when someone wants to craft one recording by hand. Slideshot is for repeatable demo work: describe the flow once, generate the asset, and make it practical to create more versions as your product changes.

###

Can it record authenticated product flows?

Yes. Slideshot supports saved credentials for web apps, so launch and docs videos can cover real in-product workflows rather than only public marketing pages.

###

How long does a recording take?

Most runs complete in under 5 to 10 minutes, depending on video length and app complexity. Longer demos can take 20+ minutes, and the API flow is asynchronous so runs can be queued.

###

Preparing launch assets for a web app?

We are onboarding new users every day. Apply with the product flow you want to record, and you will get a personalized demo and founder-led onboarding.