For SaaS Founders

AI UGC Ads For SaaS Founders.

Generate UGC ads for your product without filming actors, hiring agencies, or spending $300/video. POST a script + your app screenshot to /v1/generate/show_your_app and get a finished MP4 with an AI actor holding your app, talking about it. Plans from $39/month.

How saas founders use it

Three patterns shipping today.

Show-your-app ads from CI/CD

Push a feature, GitHub Action calls /v1/generate/show_your_app with the new screenshot, ad URL flows into your launch playbook.

Launch-week creative

Generate 10 hook variants from one product description; A/B test on TikTok, Reels, and Shorts the day you launch.

Founder-led talking head

No camera-shy founder syndrome. Pick an AI actor that matches your tone, write the script in your editor, ship to ads in under 2 minutes.

Code example

Drop-in for your stack.

show-your-app.ts · TypeScript
import { AgentMedia } from '@agentmedia/sdk';

const client = new AgentMedia({
  apiKey: process.env.AGENT_MEDIA_API_KEY!,
});

// Submit + poll. Returns finished MP4 URL.
const video = await client.createShowYourApp({
  app_screenshot_url: 'https://yourapp.com/og-image.png',
  script:
    'I built a tool that ships UGC ads from a single REST call. ' +
    'Watch how my SaaS launches campaigns now.',
  duration: 10,
  subtitle_style: 'hormozi',
});

console.log(video.video_url);
// Pipe into your ad-account uploader, Slack, or CMS.

FAQ

Frequently Asked Questions

Can I generate UGC ads for my SaaS without hiring actors?

Yes. agent-media has 200+ AI actors. Pick one with /v1/actors, pass your app screenshot and script to /v1/generate/show_your_app, and get a finished 9:16 MP4 with the actor holding your app and speaking your words. No filming required.

How much does it cost per video?

Roughly $3 per 10-second video at 30 credits/sec. The Creator plan ($39/month) includes 3,900 credits — about 13 videos per month. Pay-as-you-go credit packs are also available and never expire.

Can I integrate this with my SaaS launch playbook?

Yes. The REST API, TypeScript SDK, and Python SDK are all production-ready. GitHub Actions, Vercel cron, FastAPI background tasks, and any CI/CD pipeline can call agent-media on a schedule or on a feature-launch event.

Will the AI actor hold my app screenshot accurately?

Yes. show_your_app uses an image-to-video model that places the screenshot in the actor's hand with stable framing. The screenshot must be vertical (portrait) PNG/JPEG/WebP. Best results with full app screenshots, not crops.

Does agent-media work with Claude Code or Cursor?

Yes. The MCP server (npx @agentmedia/mcp-server) exposes 6 tools to any MCP client. Drop one JSON block into Claude Code and tell your assistant "make 5 launch-week ad variants" — it writes the scripts, calls the API, and pipes URLs back into your editor.

Start shipping in under a minute.

Sign up, grab your API key, run one command. No card required for the free tier.