Use Case
Generate TikTok & Reels Content with AI — From Your Terminal
Short-form vertical video dominates social media. TikTok, Instagram Reels, and YouTube Shorts all require 9:16 portrait content that grabs attention in the first second. With agent-media CLI, you can generate scroll-stopping short-form videos directly from your terminal — no video editor, no stock footage library, no browser tabs. Pick a model, write a prompt, and publish.
Best Models for This
These models are recommended for generating tiktok & reels content. Each one brings different strengths to this workflow.
| Model | Why | Credits | CLI Command |
|---|---|---|---|
| Seedance 1.0 Pro | Best-in-class human motion and facial expressions — essential for creator-style content that feels authentic on social feeds. | 200-400 per video | agent-media generate seedance1 -p "Young woman reacting to surprising news, selfie POV" --aspect-ratio 9:16 --sync |
| Kling 3.0 Pro | Strong prompt adherence and consistent motion make it reliable for batch-producing social content at scale. | 200-400 per video | agent-media generate kling3 -p "Street food vendor flipping a crepe, close-up, vibrant colors" --aspect-ratio 9:16 --sync |
Step-by-Step Workflow
Follow these steps to start generating tiktok & reels content with agent-media CLI.
Install and authenticate
Install the CLI globally and log in with your agent-media account. This takes under 30 seconds and gives you access to all supported models.
$ npm install -g agent-media-cli && agent-media login
Generate a portrait video
Use the --aspect-ratio 9:16 flag to produce vertical video sized for TikTok and Reels. The --sync flag waits for the result and downloads it automatically.
$ agent-media generate seedance1 -p "Person unboxing a mystery package, excited reaction" --aspect-ratio 9:16 --sync
Batch-generate variations
Loop through multiple prompts in your shell to produce several variations at once. Drop the --sync flag to queue jobs in parallel, then check results with agent-media jobs list.
$ for i in 1 2 3; do agent-media generate seedance1 -p "Prompt variation $i" --aspect-ratio 9:16; done
Review and download
List all recent jobs to see their status and download URLs. Pick the best takes and upload directly to TikTok or Instagram from your device.
$ agent-media jobs list
MCP / Claude Code Integration
Connect agent-media as an MCP server in Claude Code and ask Claude to generate TikTok content for you conversationally. Say something like "Generate 3 vertical video variations of a person reacting to a magic trick" and Claude will handle the model selection, aspect ratio, and prompt crafting — no flags to remember.
{
"mcpServers": {
"agent-media": {
"command": "npx",
"args": ["-y", "agent-media-cli", "mcp"],
"env": {
"AGENT_MEDIA_API_KEY": "your-api-key"
}
}
}
}Then ask Claude: "Generate tiktok & reels content using agent-media"
How Much Does It Cost
A single 5-second TikTok clip costs 200 credits with Seedance or Kling. On the Creator plan ($69/month for 5,000 credits), you can generate roughly 25 short-form videos per month — or about 12 at 10-second duration. If you need higher volume, the Pro Plus plan ($119/month for 10,000 credits) doubles your output. Pay-as-you-go packs start at $9 for 500 credits if you only need a few clips.
Related Use Cases
Talking Head & UGC Videos
User-generated content (UGC) and talking-head videos drive trust and engagement on social platforms. Brands spend thousands per creator for authentic-looking testimonials and reviews. AI video generation now lets you produce realistic talking-head clips from a selfie or a text prompt alone. With agent-media CLI, you can turn a headshot into a speaking, expressive person — or generate a UGC-style clip entirely from a description.
YouTube Shorts Automation Pipeline
Publishing YouTube Shorts consistently is a volume game — the algorithm rewards frequent uploads. Manually creating each Short is a bottleneck. agent-media CLI is a terminal tool, which means it integrates directly into shell scripts, cron jobs, and CI/CD pipelines. You can build an automated pipeline that generates, reviews, and queues Shorts without manual intervention for every video.
Marketing Graphics & Social Ads
Marketing teams need a constant stream of fresh visuals — social posts, ad creatives, email headers, blog illustrations. Designing each one from scratch in Figma or Canva takes time. AI image generation lets you go from brief to finished graphic in seconds. agent-media CLI gives you access to models with accurate text rendering and consistent style, so your marketing output stays on-brand without a designer in the loop for every asset.