# agent-media > agent-media is a CLI tool for AI UGC video production. Its script-to-video UGC pipeline produces complete videos with talking heads, B-roll, voiceover, and animated subtitles — one command from your terminal. ## Overview agent-media's flagship feature is the UGC pipeline: write a script, pick an AI actor, and get a polished video with talking heads, B-roll, TTS voiceover, and animated subtitles. Install with `npm install -g agent-media-cli`. Plans start at $39/month. ## Links - [Documentation](https://agent-media.ai/docs) - [All Models](https://agent-media.ai/models) - [Pricing](https://agent-media.ai/pricing) - [Showcase](https://agent-media.ai/showcase) - [npm Package](https://www.npmjs.com/package/agent-media-cli) - [GitHub](https://github.com/yuvalsuede/agent-media) - [Full LLM Context](https://agent-media.ai/llms-full.txt) - [Interactive API Docs](https://agent-media.ai/docs/api-reference) - [OpenAPI Spec](https://agent-media.ai/openapi.json) ## Quick Start ```bash npm install -g agent-media-cli agent-media login # Generate a UGC video from a script agent-media ugc "Ever wonder why some videos go viral? Here's the secret..." --sync # Or add subtitles to any video agent-media subtitle ./video.mp4 --style hormozi --sync ``` ## UGC Pipeline The UGC pipeline turns a script into a complete video: - Script → scene splitting → TTS voiceover → AI talking heads + AI B-roll → crossfade assembly → animated subtitles → background music → end screen CTA - Auto voice detection from face photo - 200+ pre-made AI actors with face + voice - 17 subtitle styles: hormozi, minimal, bold, karaoke, clean, tiktok, neon, fire, glow, pop, aesthetic, impact, pastel, electric, boxed, gradient, spotlight - Flags: --voice, --face-url, --persona, --actor, --style, --duration, --aspect, --music, --cta, --broll, --broll-images, --sync ## SaaS Review Videos Generate AI review videos for any SaaS product: - `agent-media review --saas "Postiz" --screenshots url1,url2 --actor naomi --sync` - Provide product name + 1-3 screenshots → AI generates review script → video with talking heads + product B-roll - Review angles: honest, enthusiastic, roast, tutorial, comparison ## Subtitle Command Add animated subtitles to any video: `agent-media subtitle --style hormozi --sync` ## Persona Management Save voice + face combos for consistent UGC: - `agent-media persona create --name "brand-voice" --voice ./sample.mp3 --face ./photo.png` - `agent-media persona list` - `agent-media persona delete ` ## Pricing - Creator: $39/month (3,900 credits, ~13 10s videos) - Pro: $69/month (6,900 credits, ~23 10s videos) - Pro Plus: $129/month (12,900 credits, ~43 10s videos) - Extra credit pack: 3,900 credits for $39 ## Integrations - CLI: `agent-media-cli` npm package with 28 commands - Claude Code Skill: Available via OpenClaw marketplace - REST API v1: Full API access via Supabase Edge Functions - REST API v2: Schema-driven API with OpenAPI spec, interactive docs, and SDK support ## Comparison Pages agent-media vs competitors: MakeUGC, Arcads, Creatify, HeyGen. Plus rankings for cheapest and fastest AI video tools. - [MakeUGC Alternative](https://agent-media.ai/compare/makeugc-alternative) - [Arcads Alternative](https://agent-media.ai/compare/arcads-alternative) - [Creatify Alternative](https://agent-media.ai/compare/creatify-alternative) - [HeyGen Alternative](https://agent-media.ai/compare/heygen-alternative) - [Cheapest AI Video](https://agent-media.ai/compare/cheapest-ai-video) - [Fastest AI Video](https://agent-media.ai/compare/fastest-ai-video) ## Use Cases - [TikTok UGC Ads](https://agent-media.ai/use-cases/tiktok-ugc-ads) - [Facebook UGC Ads](https://agent-media.ai/use-cases/facebook-ugc-ads) - [Shopify Product Videos](https://agent-media.ai/use-cases/shopify-product-videos) - [SaaS Review Videos](https://agent-media.ai/use-cases/saas-review-videos) - [UGC Video API](https://agent-media.ai/use-cases/ugc-video-api) - [AI Video CLI](https://agent-media.ai/use-cases/ai-video-cli) - [E-commerce](https://agent-media.ai/use-cases/ecommerce) - [Agencies](https://agent-media.ai/use-cases/agencies) ## Tools - [UGC Cost Calculator](https://agent-media.ai/tools/ugc-cost-calculator) - Compare per-video costs across platforms - [UGC Script Generator](https://agent-media.ai/tools/ugc-script-generator) - AI-powered script writing for UGC videos ## API Documentation - [API Reference](https://agent-media.ai/docs/api) - REST API endpoints for video generation, actors, and jobs