# agent-media — Full LLM Context > UGC for developers. Generate AI videos with talking heads, B-roll, voiceover, and subtitles via API, CLI, SDK, or MCP server. Plans start at $39/month. ## What is agent-media? agent-media is a developer-first platform for AI UGC (user-generated content) video generation. Write a script, pick an AI actor, get a polished video with talking heads, B-roll, voiceover, and animated subtitles. Available as: 1. REST API v2 with OpenAPI spec and interactive Scalar docs 2. TypeScript SDK: `npm install @agentmedia/sdk` 3. Python SDK: `pip install agent-media` 4. CLI: `npm install -g agent-media-cli` (28 commands) 5. MCP Server: `npx @agentmedia/mcp-server` (Claude Code, Cursor, Windsurf) 6. Web dashboard at https://agent-media.ai ## UGC Pipeline (Flagship Feature) The UGC pipeline turns a script into a polished 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 - 17 subtitle styles: hormozi (default), minimal, bold, karaoke, clean, tiktok, neon, fire, glow, pop, aesthetic, impact, pastel, electric, boxed, gradient, spotlight ### UGC Commands ```bash # Basic UGC generation agent-media ugc "your script text here..." --sync # With face photo for talking heads + auto voice detection agent-media ugc "script..." --face-url ./photo.png --sync # Full options agent-media ugc "script..." --face-url ./photo.png --style hormozi --duration 15 --aspect 9:16 --music chill --cta "Follow for more" --sync ``` ### UGC Flags | Flag | Description | Example | |------|-------------|---------| | --actor | Library actor for talking heads (200+) | --actor naomi | | --voice | TTS voice | --voice nova | | --face-url | Face photo for talking heads | --face-url photo.png | | --persona | Use saved persona | --persona brand-voice | | --style | Subtitle style | --style hormozi | | --duration | Target duration (5/10/15) | --duration 15 | | --aspect | Aspect ratio | --aspect 16:9 | | --music | Background music genre | --music chill | | --cta | End screen text | --cta "Follow for more" | | --broll | Enable B-roll cutaway scenes | --broll | | --broll-images | Comma-separated image URLs for B-roll | --broll-images url1,url2 | | --sync | Wait for completion | --sync | ## SaaS Review Videos Generate AI review videos for any SaaS product — provide the name + screenshots and get a complete video: \`\`\`bash # Full SaaS review with product screenshots agent-media review --saas "Postiz" --screenshots url1.png,url2.png --actor naomi --sync # With angle and talking points agent-media review --saas "Cursor" --angle enthusiastic \\ --talking-points "AI code completion, fast" --actor sofia --sync \`\`\` ### Review Flags | Flag | Description | Example | |------|-------------|---------| | --saas | Product name (required) | --saas "Linear" | | --screenshots | Screenshot URLs for B-roll (required, 1-3) | --screenshots url1,url2 | | --angle | Review angle: honest, enthusiastic, roast, tutorial, comparison | --angle roast | | --talking-points | Key points to mention | --talking-points "fast, AI-powered" | ## Subtitles Add animated subtitles to any video: ```bash agent-media subtitle --style bold --sync ``` ## Persona Management Save voice + face combos for consistent UGC: ```bash agent-media persona create --name "brand-voice" --voice ./sample.mp3 --face ./photo.png agent-media persona list agent-media persona delete ``` ## Installation ```bash npm install -g agent-media-cli ``` ## Authentication ```bash agent-media login # Opens browser to authenticate and stores session locally ``` ## Usage Examples ### Generate a UGC video from a script ```bash agent-media ugc "Ever wonder why some videos go viral? It's not luck..." --sync ``` ### UGC with face photo ```bash agent-media ugc "Your script here..." --face-url ./photo.png --style hormozi --sync ``` ### Check credits ```bash agent-media credits ``` ## CLI Commands (28 total) ### UGC & Subtitles - ugc: Generate a UGC video from a script - review: Generate a SaaS review video (name + screenshots → video) - subtitle: Add animated subtitles to any video - actor list: Browse 200+ pre-made AI actors - persona list/create/delete: Manage voice + face personas ### Job Management - status: Check job status - list: List recent jobs - download: Download generated media - cancel: Cancel a job and refund credits - retry: Retry a failed job ### Account & Billing - login/logout: Authentication - whoami: Current user info - credits: Check credit balance - subscribe: Manage subscription - And more (run `agent-media --help` for full list) ## Pricing | Plan | Monthly Price | Credits | Best For | |------|-------------|---------|----------| | Creator | $39 | 3,900 | ~13 10s videos, regular UGC and content creation | | Pro | $69 | 6,900 | ~23 10s videos, professional UGC workflows | | Pro Plus | $129 | 12,900 | ~43 10s videos, high-volume UGC production | Extra credit pack: 3,900 credits for $39. A 10s video costs ~300 credits ($3). ## How agent-media Compares agent-media is the only CLI tool offering a complete UGC pipeline (script → video with talking heads, B-roll, voiceover, and subtitles) from the terminal. ## Technical Details - Runtime: Node.js (npm package) - Package: agent-media-cli on npm - Binary: agent-media - Version: 1.7.1 - License: Apache-2.0 - Repository: https://github.com/gitroomhq/agent-media - Website: https://agent-media.ai - Backend: Supabase Edge Functions - Payments: Stripe ## REST API Reference Base URL: `https://api.agent-media.ai/v1` Authentication: Bearer token via API key (`Authorization: Bearer ma_xxx`). ### Endpoints | Method | Path | Description | |--------|------|-------------| | POST | /api/v1/videos | Create a video generation job | | GET | /api/v1/videos | List video jobs (paginated) | | GET | /api/v1/videos/:id | Get video job status | | DELETE | /api/v1/videos/:id | Soft-delete a video | | POST | /api/v1/videos/:id/cancel | Cancel a job (refunds credits) | | GET | /api/v1/actors | List AI actors (filterable) | | GET | /api/v1/actors/:slug | Get a single actor by slug | | GET | /api/v1/account | Account info, credits, plan | | GET | /api/v1/account/usage | Usage statistics (7d/30d/90d) | | POST | /api/v1/account/keys | Create an API key | | GET | /api/v1/account/keys | List API keys | | DELETE | /api/v1/account/keys/:keyId | Revoke an API key | ### Video Creation (POST /api/v1/videos) Required: `script` (50-3000 chars) OR `prompt` (for AI script generation). Core params: `actor_slug`, `target_duration` (5/10/15), `style` (17 subtitle styles, default: hormozi). Advanced params: `tone` (energetic/calm/confident/dramatic), `voice_speed` (0.7-1.5), `music` (chill/energetic/corporate/dramatic/upbeat), `cta` (max 100 chars), `aspect_ratio` (9:16/16:9/1:1), `template` (monologue/testimonial/product-review/problem-solution/saas-review/before-after/listicle/product-demo), `allow_broll`, `broll_images` (array, max 10), `product_image_url`, `dub_language` (BCP-47 code), `webhook_url`, `composition_mode` ("pip"), `pip_options` ({position, size, animation, frame_style}), `scenes` (array of {type, text, visual_prompt, image}). Response: `{ job_id, status: "submitted", estimated_duration, credits_deducted, selected_voice, voice_auto_detected }` ### Credit Costs 30 credits/second: 5s = 150 credits, 10s = 300 credits, 15s = 450 credits. AI script generation adds 5 credits. ### Error Format `{ error: { code, message, type } }` where type is one of: validation_error (400), authentication_error (401/403), insufficient_credits (402), not_found (404), rate_limit_error (429), server_error (500). ### Subtitle Styles (17) hormozi (default), minimal, bold, karaoke, clean, tiktok, neon, fire, glow, pop, aesthetic, impact, pastel, electric, boxed, gradient, spotlight. ### Webhooks Pass `webhook_url` (HTTPS, max 2048 chars) in the POST body. agent-media POSTs to that URL when the job completes or fails. On success: `{ job_id, status: "completed", video_url }`. On failure: `{ job_id, status: "failed", error_message }`. Retry policy: 3 attempts with exponential backoff (1s, 4s, 16s) on non-2xx responses. After that the webhook is abandoned — poll GET /api/v1/videos/:id for the result. The completed video is also accessible on the `output_url` field of the job record. To verify authenticity, append a shared secret as a query parameter (e.g. `?secret=MY_TOKEN`). The query string is preserved as-supplied. Full API documentation: https://agent-media.ai/docs/api-reference ## AI Actor Pages Use any of these stable actor pages to discover an actor and pass the matching `actor_slug` into API, CLI, SDK, or MCP video generation workflows. - [Aaliyah](https://agent-media.ai/ai-actors/aaliyah) — actor_slug: `aaliyah` — 28, female, African American, Financial Wellness Educator - [Adaeze](https://agent-media.ai/ai-actors/adaeze) — actor_slug: `adaeze` — 24, female, African American, Neighborhood Event Host - [Ade](https://agent-media.ai/ai-actors/ade) — actor_slug: `ade` — 32, male, African American, Retail Growth Consultant - [Ahmed](https://agent-media.ai/ai-actors/ahmed) — actor_slug: `ahmed` — 28, male, Middle Eastern, Community Content Creator - [Aiko](https://agent-media.ai/ai-actors/aiko) — actor_slug: `aiko` — 25, female, Southeast Asian, Short-Form Product Storyteller - [Ainur](https://agent-media.ai/ai-actors/ainur) — actor_slug: `ainur` — 42, female, Mediterranean, Parenting Community Host - [Aisha](https://agent-media.ai/ai-actors/aisha) — actor_slug: `aisha` — 26, female, African American, Neighborhood Event Host - [Alejandro](https://agent-media.ai/ai-actors/alejandro) — actor_slug: `alejandro` — 24, male, Latino, Freelance Creative Producer - [Alex](https://agent-media.ai/ai-actors/alex) — actor_slug: `alex` — 32, male, Pacific Islander, Product Demo Creator - [Ali](https://agent-media.ai/ai-actors/ali) — actor_slug: `ali` — 35, male, Middle Eastern, Product Marketing Consultant - [Amanda](https://agent-media.ai/ai-actors/amanda) — actor_slug: `amanda` — 32, female, Caucasian, Wellness Brand Reviewer - [Amara](https://agent-media.ai/ai-actors/amara) — actor_slug: `amara` — 22, female, African American, Social Commerce Host - [Amber](https://agent-media.ai/ai-actors/amber) — actor_slug: `amber` — 62, female, Asian American, Gardening Club Organizer - [Amelie](https://agent-media.ai/ai-actors/amelie) — actor_slug: `amelie` — 35, female, European, Home Organization Coach - [Ananya](https://agent-media.ai/ai-actors/ananya) — actor_slug: `ananya` — 24, female, South Asian, Social Commerce Host - [Anna](https://agent-media.ai/ai-actors/anna) — actor_slug: `anna` — 26, female, Northern European, Social Commerce Host - [Arjun](https://agent-media.ai/ai-actors/arjun) — actor_slug: `arjun` — 22, male, South Asian, Social Commerce Host - [Ashley](https://agent-media.ai/ai-actors/ashley) — actor_slug: `ashley` — 42, female, Caucasian, Product Marketing Consultant - [Austin](https://agent-media.ai/ai-actors/austin) — actor_slug: `austin` — 28, male, Caucasian, Product Demo Creator - [Bayo](https://agent-media.ai/ai-actors/bayo) — actor_slug: `bayo` — 28, male, African American, Travel Content Editor - [Beatriz](https://agent-media.ai/ai-actors/beatriz) — actor_slug: `beatriz` — 26, female, Latina, Startup Launch Assistant - [Biodun](https://agent-media.ai/ai-actors/biodun) — actor_slug: `biodun` — 28, male, African American, Fitness and Lifestyle Creator - [Blake](https://agent-media.ai/ai-actors/blake) — actor_slug: `blake` — 28, male, Caucasian, Community Content Creator - [Blessing](https://agent-media.ai/ai-actors/blessing) — actor_slug: `blessing` — 35, female, African American, Customer Success Lead - [Bo](https://agent-media.ai/ai-actors/bo) — actor_slug: `bo` — 26, male, Southeast Asian, Independent Brand Reviewer - [Brandon](https://agent-media.ai/ai-actors/brandon) — actor_slug: `brandon` — 52, male, Caucasian, Operations Coach - [Brett](https://agent-media.ai/ai-actors/brett) — actor_slug: `brett` — 28, male, Caucasian, Fitness and Lifestyle Creator - [Brian](https://agent-media.ai/ai-actors/brian) — actor_slug: `brian` — 26, male, Caucasian, Social Commerce Host - [Brittany](https://agent-media.ai/ai-actors/brittany) — actor_slug: `brittany` — 28, female, Caucasian, Parenting Community Host - [Camila](https://agent-media.ai/ai-actors/camila) — actor_slug: `camila` — 45, female, Latin American, Home Organization Coach - [Carlos](https://agent-media.ai/ai-actors/carlos) — actor_slug: `carlos` — 50, male, Latino, Small Business Strategist - [Carmen](https://agent-media.ai/ai-actors/carmen) — actor_slug: `carmen` — 68, female, Latin American, Local History Storyteller - [Chad](https://agent-media.ai/ai-actors/chad) — actor_slug: `chad` — 32, male, Caucasian, Short-Form Product Storyteller - [Charlotte](https://agent-media.ai/ai-actors/charlotte) — actor_slug: `charlotte` — 26, female, European, Short-Form Product Storyteller - [Chelsea](https://agent-media.ai/ai-actors/chelsea) — actor_slug: `chelsea` — 42, female, Caucasian, Parenting Community Host - [Chen](https://agent-media.ai/ai-actors/chen) — actor_slug: `chen` — 55, male, East Asian, Operations Coach - [Chidi](https://agent-media.ai/ai-actors/chidi) — actor_slug: `chidi` — 25, male, African American, Startup Launch Assistant - [Chidinma](https://agent-media.ai/ai-actors/chidinma) — actor_slug: `chidinma` — 26, female, African American, Startup Launch Assistant - [Chinwe](https://agent-media.ai/ai-actors/chinwe) — actor_slug: `chinwe` — 26, female, African American, Neighborhood Event Host - [Chloe](https://agent-media.ai/ai-actors/chloe) — actor_slug: `chloe` — 28, female, European, Startup Launch Assistant - [Claire](https://agent-media.ai/ai-actors/claire) — actor_slug: `claire` — 26, female, European, Freelance Creative Producer - [Cody](https://agent-media.ai/ai-actors/cody) — actor_slug: `cody` — 58, male, Caucasian, Customer Success Lead - [Cole](https://agent-media.ai/ai-actors/cole) — actor_slug: `cole` — 45, male, Mediterranean, Agency Account Lead - [Colton](https://agent-media.ai/ai-actors/colton) — actor_slug: `colton` — 45, male, Caucasian, Customer Success Lead - [Courtney](https://agent-media.ai/ai-actors/courtney) — actor_slug: `courtney` — 62, female, Caucasian, Gardening Club Organizer - [Daiki](https://agent-media.ai/ai-actors/daiki) — actor_slug: `daiki` — 58, male, East Asian, Local History Storyteller - [Daniela](https://agent-media.ai/ai-actors/daniela) — actor_slug: `daniela` — 26, female, Latina, Freelance Creative Producer - [Darius](https://agent-media.ai/ai-actors/darius) — actor_slug: `darius` — 28, male, African American, Neighborhood Event Host - [Dean](https://agent-media.ai/ai-actors/dean) — actor_slug: `dean` — 55, male, Mediterranean, Retail Growth Consultant - [Dele](https://agent-media.ai/ai-actors/dele) — actor_slug: `dele` — 24, male, African American, Short-Form Product Storyteller - [Derek](https://agent-media.ai/ai-actors/derek) — actor_slug: `derek` — 35, male, Caucasian, Real Estate Advisor - [Destiny](https://agent-media.ai/ai-actors/destiny) — actor_slug: `destiny` — 28, female, African, Freelance Creative Producer - [Devon](https://agent-media.ai/ai-actors/devon) — actor_slug: `devon` — 35, male, African American, Product Marketing Consultant - [Devon](https://agent-media.ai/ai-actors/devon-2) — actor_slug: `devon-2` — 48, male, African American, Agency Account Lead - [Diego](https://agent-media.ai/ai-actors/diego) — actor_slug: `diego` — 26, male, Latino, Short-Form Product Storyteller - [Divya](https://agent-media.ai/ai-actors/divya) — actor_slug: `divya` — 72, female, Indian, Heritage Cooking Host - [Dustin](https://agent-media.ai/ai-actors/dustin) — actor_slug: `dustin` — 32, male, Caucasian, Real Estate Advisor - [Dylan](https://agent-media.ai/ai-actors/dylan) — actor_slug: `dylan` — 52, male, Caucasian, Software Trainer - [Eduardo](https://agent-media.ai/ai-actors/eduardo) — actor_slug: `eduardo` — 42, male, Latin American, Small Business Strategist - [Eli](https://agent-media.ai/ai-actors/eli) — actor_slug: `eli` — 28, male, African, Social Commerce Host - [Elias](https://agent-media.ai/ai-actors/elias) — actor_slug: `elias` — 28, male, Mediterranean or Southern European, Product Demo Creator - [Emeka](https://agent-media.ai/ai-actors/emeka) — actor_slug: `emeka` — 45, male, African American, Brand Partnerships Manager - [Emma](https://agent-media.ai/ai-actors/emma) — actor_slug: `emma` — 28, female, European, Product Demo Creator - [Ethan](https://agent-media.ai/ai-actors/ethan) — actor_slug: `ethan` — 35, male, Caucasian, Outdoor Product Reviewer - [Fang](https://agent-media.ai/ai-actors/fang) — actor_slug: `fang` — 28, female, East Asian, Small Business Strategist - [Faris](https://agent-media.ai/ai-actors/faris) — actor_slug: `faris` — 32, male, Middle Eastern, Real Estate Advisor - [Fatima](https://agent-media.ai/ai-actors/fatima) — actor_slug: `fatima` — 48, female, Middle Eastern, Household Budgeting Mentor - [Fatima](https://agent-media.ai/ai-actors/fatima-2) — actor_slug: `fatima-2` — 28, female, African, Travel Content Editor - [Fatou](https://agent-media.ai/ai-actors/fatou) — actor_slug: `fatou` — 28, female, African American, Real Estate Advisor - [Felix](https://agent-media.ai/ai-actors/felix) — actor_slug: `felix` — 32, male, European, Product Demo Creator - [Femi](https://agent-media.ai/ai-actors/femi) — actor_slug: `femi` — 62, male, African American, Gardening Club Organizer - [Feng](https://agent-media.ai/ai-actors/feng) — actor_slug: `feng` — 35, male, Southeast Asian, Software Trainer - [Fernanda](https://agent-media.ai/ai-actors/fernanda) — actor_slug: `fernanda` — 28, female, Latina, Community Content Creator - [Finn](https://agent-media.ai/ai-actors/finn) — actor_slug: `finn` — 32, male, European, Financial Wellness Educator - [Folake](https://agent-media.ai/ai-actors/folake) — actor_slug: `folake` — 62, female, African American, Small Business Advisor - [Gabriela](https://agent-media.ai/ai-actors/gabriela) — actor_slug: `gabriela` — 26, female, Latin American, Startup Launch Assistant - [Gloria](https://agent-media.ai/ai-actors/gloria) — actor_slug: `gloria` — 24, female, Latina, Neighborhood Event Host - [Hana](https://agent-media.ai/ai-actors/hana) — actor_slug: `hana` — 25, female, East Asian, Neighborhood Event Host - [Hassan](https://agent-media.ai/ai-actors/hassan) — actor_slug: `hassan` — 28, male, Mediterranean or Middle Eastern, Neighborhood Event Host - [Heather](https://agent-media.ai/ai-actors/heather) — actor_slug: `heather` — 75, female, Caucasian, Heritage Cooking Host - [Hiro](https://agent-media.ai/ai-actors/hiro) — actor_slug: `hiro` — 32, male, East Asian, Social Commerce Host - [Hunter](https://agent-media.ai/ai-actors/hunter) — actor_slug: `hunter` — 24, male, Caucasian, Social Commerce Host - [Imani](https://agent-media.ai/ai-actors/imani) — actor_slug: `imani` — 26, female, African American, Product Demo Creator - [Isabella](https://agent-media.ai/ai-actors/isabella) — actor_slug: `isabella` — 28, female, Latin American, Travel Content Editor - [Isabelle](https://agent-media.ai/ai-actors/isabelle) — actor_slug: `isabelle` — 24, female, Northern European, Community Content Creator - [Jacob](https://agent-media.ai/ai-actors/jacob) — actor_slug: `jacob` — 35, male, Caucasian, Customer Success Lead - [Jake](https://agent-media.ai/ai-actors/jake) — actor_slug: `jake` — 48, male, Hispanic, Customer Success Lead - [Jamal](https://agent-media.ai/ai-actors/jamal) — actor_slug: `jamal` — 24, male, African, Travel Content Editor - [Jamal](https://agent-media.ai/ai-actors/jamal-2) — actor_slug: `jamal-2` — 42, male, African American, Software Trainer - [Jason](https://agent-media.ai/ai-actors/jason) — actor_slug: `jason` — 35, male, Caucasian, Everyday Tech Tester - [Jessica](https://agent-media.ai/ai-actors/jessica) — actor_slug: `jessica` — 32, female, Caucasian, Household Budgeting Mentor - [Ji-Ho](https://agent-media.ai/ai-actors/ji-ho) — actor_slug: `ji-ho` — 25, male, Southeast Asian, Community Content Creator - [Ji-Yeon](https://agent-media.ai/ai-actors/ji-yeon) — actor_slug: `ji-yeon` — 22, female, East Asian, Independent Brand Reviewer - [Jian](https://agent-media.ai/ai-actors/jian) — actor_slug: `jian` — 25, male, Southeast Asian, Neighborhood Event Host - [Jin](https://agent-media.ai/ai-actors/jin) — actor_slug: `jin` — 28, male, Southeast Asian, Community Content Creator - [Jing](https://agent-media.ai/ai-actors/jing) — actor_slug: `jing` — 28, female, East Asian, Social Commerce Host - [Jordan](https://agent-media.ai/ai-actors/jordan) — actor_slug: `jordan` — 35, male, African, Neighborhood Event Host - [Julia](https://agent-media.ai/ai-actors/julia) — actor_slug: `julia` — 25, female, European, Startup Launch Assistant - [Julian](https://agent-media.ai/ai-actors/julian) — actor_slug: `julian` — 28, male, European, Startup Launch Assistant - [Jun](https://agent-media.ai/ai-actors/jun) — actor_slug: `jun` — 32, male, Southeast Asian, Startup Launch Assistant - [Kai](https://agent-media.ai/ai-actors/kai) — actor_slug: `kai` — 48, male, Mediterranean, Agency Account Lead - [Kai](https://agent-media.ai/ai-actors/kai-2) — actor_slug: `kai-2` — 28, male, Southeast Asian, Social Commerce Host - [Karim](https://agent-media.ai/ai-actors/karim) — actor_slug: `karim` — 42, male, Middle Eastern, Small Business Strategist - [Kayla](https://agent-media.ai/ai-actors/kayla) — actor_slug: `kayla` — 24, female, Caucasian, Short-Form Product Storyteller - [Kemi](https://agent-media.ai/ai-actors/kemi) — actor_slug: `kemi` — 26, female, African American, Freelance Creative Producer - [Kenji](https://agent-media.ai/ai-actors/kenji) — actor_slug: `kenji` — 28, male, Southeast Asian, Independent Brand Reviewer - [Kevin](https://agent-media.ai/ai-actors/kevin) — actor_slug: `kevin` — 42, male, Caucasian, Customer Success Lead - [Khalid](https://agent-media.ai/ai-actors/khalid) — actor_slug: `khalid` — 32, male, Middle Eastern, Fitness and Lifestyle Creator - [Kofi](https://agent-media.ai/ai-actors/kofi) — actor_slug: `kofi` — 38, male, African American, Brand Partnerships Manager - [Kofi](https://agent-media.ai/ai-actors/kofi-2) — actor_slug: `kofi-2` — 65, male, African American, Retired Educator and Community Mentor - [Kunle](https://agent-media.ai/ai-actors/kunle) — actor_slug: `kunle` — 45, male, African American, Real Estate Advisor - [Kwame](https://agent-media.ai/ai-actors/kwame) — actor_slug: `kwame` — 28, male, African, Startup Launch Assistant - [Kwame](https://agent-media.ai/ai-actors/kwame-2) — actor_slug: `kwame-2` — 28, male, African American, Short-Form Product Storyteller - [Kyle](https://agent-media.ai/ai-actors/kyle) — actor_slug: `kyle` — 45, male, Caucasian, Financial Wellness Educator - [Lan](https://agent-media.ai/ai-actors/lan) — actor_slug: `lan` — 28, female, East Asian, Fitness and Lifestyle Creator - [Lanre](https://agent-media.ai/ai-actors/lanre) — actor_slug: `lanre` — 25, male, African American, Short-Form Product Storyteller - [Laura](https://agent-media.ai/ai-actors/laura) — actor_slug: `laura` — 28, female, Northern European, Startup Launch Assistant - [Layla](https://agent-media.ai/ai-actors/layla) — actor_slug: `layla` — 26, female, Middle Eastern, Community Content Creator - [Leon](https://agent-media.ai/ai-actors/leon) — actor_slug: `leon` — 45, male, European, Product Marketing Consultant - [Li](https://agent-media.ai/ai-actors/li) — actor_slug: `li` — 22, male, East Asian, Startup Launch Assistant - [Liang](https://agent-media.ai/ai-actors/liang) — actor_slug: `liang` — 28, male, East Asian, Startup Launch Assistant - [Lin](https://agent-media.ai/ai-actors/lin) — actor_slug: `lin` — 35, female, East Asian, Home Organization Coach - [Lisa](https://agent-media.ai/ai-actors/lisa) — actor_slug: `lisa` — 42, female, European, Parenting Community Host - [Logan](https://agent-media.ai/ai-actors/logan) — actor_slug: `logan` — 28, male, Caucasian, Independent Brand Reviewer - [Luca](https://agent-media.ai/ai-actors/luca) — actor_slug: `luca` — 38, male, European, Customer Success Lead - [Lupita](https://agent-media.ai/ai-actors/lupita) — actor_slug: `lupita` — 32, female, Latina, Home Organization Coach - [Madison](https://agent-media.ai/ai-actors/madison) — actor_slug: `madison` — 42, female, Caucasian, Agency Account Lead - [Marco](https://agent-media.ai/ai-actors/marco) — actor_slug: `marco` — 42, male, European, Product Marketing Consultant - [Marcus](https://agent-media.ai/ai-actors/marcus) — actor_slug: `marcus` — 58, male, African, Heritage Cooking Host - [Marcus](https://agent-media.ai/ai-actors/marcus-2) — actor_slug: `marcus-2` — 28, male, African American, Freelance Creative Producer - [Mariana](https://agent-media.ai/ai-actors/mariana) — actor_slug: `mariana` — 32, female, Latina, Home Organization Coach - [Mei](https://agent-media.ai/ai-actors/mei) — actor_slug: `mei` — 26, female, East Asian, Fitness and Lifestyle Creator - [Melissa](https://agent-media.ai/ai-actors/melissa) — actor_slug: `melissa` — 62, female, Caucasian, Local History Storyteller - [Miguel](https://agent-media.ai/ai-actors/miguel) — actor_slug: `miguel` — 42, male, Latino, Real Estate Advisor - [Min](https://agent-media.ai/ai-actors/min) — actor_slug: `min` — 28, female, Southeast Asian, Social Commerce Host - [Min-Jun](https://agent-media.ai/ai-actors/min-jun) — actor_slug: `min-jun` — 24, male, East Asian, Social Commerce Host - [Na-Rae](https://agent-media.ai/ai-actors/na-rae) — actor_slug: `na-rae` — 22, female, East Asian, Freelance Creative Producer - [Naomi](https://agent-media.ai/ai-actors/naomi) — actor_slug: `naomi` — 24, female, Mixed ethnicity, Freelance Creative Producer - [Natalia](https://agent-media.ai/ai-actors/natalia) — actor_slug: `natalia` — 24, female, Latina, Freelance Creative Producer - [Nathan](https://agent-media.ai/ai-actors/nathan) — actor_slug: `nathan` — 45, male, Caucasian, Small Business Strategist - [Ngozi](https://agent-media.ai/ai-actors/ngozi) — actor_slug: `ngozi` — 28, female, African, Community Content Creator - [Nia](https://agent-media.ai/ai-actors/nia) — actor_slug: `nia` — 28, female, African American, Freelance Creative Producer - [Niklas](https://agent-media.ai/ai-actors/niklas) — actor_slug: `niklas` — 48, male, Northern European, Operations Coach - [Nkechi](https://agent-media.ai/ai-actors/nkechi) — actor_slug: `nkechi` — 42, female, African American, Product Marketing Consultant - [Noah](https://agent-media.ai/ai-actors/noah) — actor_slug: `noah` — 28, male, European, Freelance Creative Producer - [Nour](https://agent-media.ai/ai-actors/nour) — actor_slug: `nour` — 28, female, Middle Eastern, Small Business Strategist - [Olumide](https://agent-media.ai/ai-actors/olumide) — actor_slug: `olumide` — 28, male, African American, Startup Launch Assistant - [Omar](https://agent-media.ai/ai-actors/omar) — actor_slug: `omar` — 26, male, Middle Eastern, Community Content Creator - [Precious](https://agent-media.ai/ai-actors/precious) — actor_slug: `precious` — 28, female, African American, Neighborhood Event Host - [Priya](https://agent-media.ai/ai-actors/priya) — actor_slug: `priya` — 26, female, South Asian, Independent Brand Reviewer - [Raj](https://agent-media.ai/ai-actors/raj) — actor_slug: `raj` — 26, male, South Asian, Travel Content Editor - [Ravi](https://agent-media.ai/ai-actors/ravi) — actor_slug: `ravi` — 42, male, Mediterranean, Operations Coach - [Reed](https://agent-media.ai/ai-actors/reed) — actor_slug: `reed` — 42, male, Mediterranean, Software Trainer - [Ren](https://agent-media.ai/ai-actors/ren) — actor_slug: `ren` — 58, male, East Asian, Heritage Cooking Host - [Ricardo](https://agent-media.ai/ai-actors/ricardo) — actor_slug: `ricardo` — 32, male, Latin American, Product Demo Creator - [Rohan](https://agent-media.ai/ai-actors/rohan) — actor_slug: `rohan` — 48, male, South Asian, Software Trainer - [Rosa](https://agent-media.ai/ai-actors/rosa) — actor_slug: `rosa` — 32, female, Latina, Parenting Community Host - [Rotimi](https://agent-media.ai/ai-actors/rotimi) — actor_slug: `rotimi` — 28, male, African American, Product Demo Creator - [Ryan](https://agent-media.ai/ai-actors/ryan) — actor_slug: `ryan` — 55, male, Caucasian, Small Business Strategist - [Ryu](https://agent-media.ai/ai-actors/ryu) — actor_slug: `ryu` — 35, male, Southeast Asian, Coffee Shop Creative - [Sakura](https://agent-media.ai/ai-actors/sakura) — actor_slug: `sakura` — 25, female, Southeast Asian, Independent Brand Reviewer - [Sam](https://agent-media.ai/ai-actors/sam) — actor_slug: `sam` — 32, male, Mediterranean, Community Content Creator - [Samir](https://agent-media.ai/ai-actors/samir) — actor_slug: `samir` — 28, male, Middle Eastern, Short-Form Product Storyteller - [Samuel](https://agent-media.ai/ai-actors/samuel) — actor_slug: `samuel` — 26, male, African American, Independent Brand Reviewer - [Sara](https://agent-media.ai/ai-actors/sara) — actor_slug: `sara` — 32, female, Middle Eastern, Real Estate Advisor - [Sarah](https://agent-media.ai/ai-actors/sarah) — actor_slug: `sarah` — 28, female, European, Parenting Community Host - [Segun](https://agent-media.ai/ai-actors/segun) — actor_slug: `segun` — 65, male, African American, Retired Educator and Community Mentor - [Seun](https://agent-media.ai/ai-actors/seun) — actor_slug: `seun` — 35, male, African, Real Estate Advisor - [Shannon](https://agent-media.ai/ai-actors/shannon) — actor_slug: `shannon` — 28, female, Caucasian, Startup Launch Assistant - [Simone](https://agent-media.ai/ai-actors/simone) — actor_slug: `simone` — 26, female, African American, Fitness and Lifestyle Creator - [Sofia](https://agent-media.ai/ai-actors/sofia) — actor_slug: `sofia` — 32, female, Latina, Wellness Brand Reviewer - [Soo-Jin](https://agent-media.ai/ai-actors/soo-jin) — actor_slug: `soo-jin` — 24, female, East Asian, Travel Content Editor - [Sophie](https://agent-media.ai/ai-actors/sophie) — actor_slug: `sophie` — 28, female, European, Retail Growth Consultant - [Sung](https://agent-media.ai/ai-actors/sung) — actor_slug: `sung` — 22, male, East Asian, Fitness and Lifestyle Creator - [Takeshi](https://agent-media.ai/ai-actors/takeshi) — actor_slug: `takeshi` — 45, male, East Asian, Brand Partnerships Manager - [Tao](https://agent-media.ai/ai-actors/tao) — actor_slug: `tao` — 26, male, East Asian, Social Commerce Host - [Tariq](https://agent-media.ai/ai-actors/tariq) — actor_slug: `tariq` — 48, male, Middle Eastern, Brand Partnerships Manager - [Taylor](https://agent-media.ai/ai-actors/taylor) — actor_slug: `taylor` — 28, female, Caucasian, Independent Brand Reviewer - [Tiffany](https://agent-media.ai/ai-actors/tiffany) — actor_slug: `tiffany` — 68, female, Caucasian, Heritage Cooking Host - [Tobias](https://agent-media.ai/ai-actors/tobias) — actor_slug: `tobias` — 28, male, African, Social Commerce Host - [Travis](https://agent-media.ai/ai-actors/travis) — actor_slug: `travis` — 45, male, Caucasian, Customer Success Lead - [Tunde](https://agent-media.ai/ai-actors/tunde) — actor_slug: `tunde` — 28, male, African American, Social Commerce Host - [Tyler](https://agent-media.ai/ai-actors/tyler) — actor_slug: `tyler` — 32, male, Caucasian, Short-Form Product Storyteller - [Uche](https://agent-media.ai/ai-actors/uche) — actor_slug: `uche` — 35, male, African American, Customer Success Lead - [Valentina](https://agent-media.ai/ai-actors/valentina) — actor_slug: `valentina` — 26, female, Latina, Short-Form Product Storyteller - [Valeria](https://agent-media.ai/ai-actors/valeria) — actor_slug: `valeria` — 38, female, Latin American, Home Goods Reviewer - [Vikram](https://agent-media.ai/ai-actors/vikram) — actor_slug: `vikram` — 32, male, South Asian, Product Demo Creator - [Walid](https://agent-media.ai/ai-actors/walid) — actor_slug: `walid` — 45, male, Middle Eastern, Agency Account Lead - [Wanjiku](https://agent-media.ai/ai-actors/wanjiku) — actor_slug: `wanjiku` — 26, female, Asian, Community Content Creator - [Wei](https://agent-media.ai/ai-actors/wei) — actor_slug: `wei` — 35, male, Southeast Asian, Neighborhood Gym Regular - [Wei](https://agent-media.ai/ai-actors/wei-2) — actor_slug: `wei-2` — 72, female, East Asian, Retired Educator and Community Mentor - [Xiao](https://agent-media.ai/ai-actors/xiao) — actor_slug: `xiao` — 28, female, East Asian, Real Estate Advisor - [Xue](https://agent-media.ai/ai-actors/xue) — actor_slug: `xue` — 32, female, East Asian, Family Lifestyle Creator - [Yewande](https://agent-media.ai/ai-actors/yewande) — actor_slug: `yewande` — 62, female, African American, Gardening Club Organizer - [Ying](https://agent-media.ai/ai-actors/ying) — actor_slug: `ying` — 24, female, East Asian, Independent Brand Reviewer - [Youssef](https://agent-media.ai/ai-actors/youssef) — actor_slug: `youssef` — 28, male, Middle Eastern, Social Commerce Host - [Yuki](https://agent-media.ai/ai-actors/yuki) — actor_slug: `yuki` — 22, female, East Asian, Short-Form Product Storyteller - [Yuna](https://agent-media.ai/ai-actors/yuna) — actor_slug: `yuna` — 24, female, East Asian, Fitness and Lifestyle Creator - [Zack](https://agent-media.ai/ai-actors/zack) — actor_slug: `zack` — 48, male, Mediterranean, Brand Partnerships Manager - [Zeynep](https://agent-media.ai/ai-actors/zeynep) — actor_slug: `zeynep` — 28, female, Middle Eastern, Agency Account Lead