Describe a feature you want to demo in a web app, and Slideshot will provide a ready-to-share video. No post-editing is required.
Real recordings generated by Slideshot. Click any to preview.
SaaS dashboard onboarding
E-commerce checkout flow
Profile settings update
API integration walkthrough
Slideshot is an agent-first tool designed to be used through the API from your terminal agent, CI, or automation workflow.
curl -X POST http://localhost:8787/v1/agent/runs \
-H "x-api-key: sk_live_xxxx" \
-H "Content-Type: application/json" \
-d '{
"target_url": "https://app.example.com",
"goal": "Sign in, create a project, and show the analytics dashboard.",
"options": {
"use_default_credential": true,
"demo_video_background": {
"type": "solid",
"color": "#0B1020",
"content_scale": 0.95
}
}
}'
{
"run_id": "11111111-2222-3333-4444-555555555555"
}
// run_id is your handle for async flow: GET /v1/agent/runs/:id for status,
// then GET /v1/agent/runs/:id/artifacts for demo.mp4, raw.mp4, and other outputs.
SKILL.md so your agent knows how to call the API, poll for status, and handle errors without manual glue code.
→ slideshot.ai/skills
Agent-driven by design : Describe the demo in natural language, your agent sends the API request, and Slideshot executes it.
Sleek demo output or raw capture : Generate polished demo videos with effects, or take raw recordings when you want to edit manually.
Bulk personalized demos : Create many tailored demo videos at scale without recording and editing each one by hand.
Built for websites and web apps : Optimized for browser-based products, not native desktop applications or mobile apps.
Integrated into your workflow : Use with your agent of choice via SKILL.md, more integrations coming soon.
No monthly subscription. No seat pricing. You only pay for what you use.
Yes. Create credentials with POST /v1/agent/credentials, then pass options.credential_id or options.use_default_credential in POST /v1/agent/runs.
Most runs complete in 1-4 minutes. The create call returns run_id; poll GET /v1/agent/runs/:id until status is succeeded or failed.
Use GET /v1/agent/runs/:id/artifacts to list outputs and download URLs. Baseline artifacts include raw.mp4, events.jsonl, and trace.zip; demo runs also include demo.mp4, plan.json, and generated-playwright.ts.
Concurrency depends on your plan and current runner capacity. Contact us if you need higher-throughput queues.
Yes. Slideshot is built for agent-driven workflows, with API-key auth and SKILL.md support for terminal agents, CI pipelines, and automations.
SaaS dashboard onboarding
Prompt: Login and then click the dashboard icon to show the account overview, then add a new metric.