Automations
Post every day on autopilot.
Use Codex with the ReelsFarm CLI to inspect, prepare, and safely automate UGC content workflows from the same environment where your agent works.
Please make sure there is always a human in the loop.
Terminal
# Install the ReelsFarm agent CLI
npm install -g @reelsfarm/mcp-client
# Connect your ReelsFarm workspace
reelsfarm login --api-key rfmcp_xxx
# Inspect agent readiness and available commands
reelsfarm agent status
reelsfarm agent commands
# Use strict JSON envelopes for agent workflows
reelsfarm social connected --agent
# Prepare a scheduled post for human review
reelsfarm posts schedule \
--content-type slideshow \
--content-id sl_123 \
--when 2026-07-01T15:00:00Z \
--platforms tiktok:conn_123 \
--agent
# Confirm only after approval
reelsfarm confirm conf_123 --agentUse the CLI like a lightweight agent inbox: prepare posts, inspect accounts, and confirm actions from a simple message flow.
Install @reelsfarm/mcp-client and add the reelsfarm command to your agent workflow.
Use --agent or REELSFARM_AGENT_MODE=1 for strict JSON output your agent can parse.
Let your agent prepare content, inspect the summary, then run confirm after approval.
11 tools your AI can use to manage your entire social media presence.
Post every day on autopilot.
Make faces without a photoshoot.
Generate TikTok slideshows that convert, in a few clicks.
Generate UGC content with multiple AI-generated hooks.
Schedule your content a week or a month in advance.
Put your product anywhere.
Pick from 3,000+ ready prompts.
Publish directly to TikTok and YouTube.
Pull fresh images from Pinterest and Tumblr.
Generate AI clone videos with a face image and motion video.
Sync connected accounts from supported publishing tools.
The agent checks readiness, available commands, required flags, and connected publishing accounts before it changes anything.
Discovery
reelsfarm agent status
reelsfarm agent commands
reelsfarm social connected --agent
reelsfarm posts optimal-times --platform tiktok --agentIn agent mode, write workflows return strict JSON and prepared confirmations by default, giving the agent a reviewable next step.
Prepare
reelsfarm slideshows generate-text \
--prompt "Summer serum launch" \
--slide-count 6 \
--agent
reelsfarm posts schedule \
--content-type slideshow \
--content-id sl_123 \
--when 2026-07-01T15:00:00Z \
--platforms tiktok:conn_123 \
--agentThe agent confirms only after the user approves, then checks scheduled post status or recent events to close the loop.
Confirm
reelsfarm confirm conf_123 --agent
reelsfarm posts status --id post_123 --agent
reelsfarm events recent --limit 20 --agentCodex
Codex is especially useful when content automation is part of a broader build, data, or operations task. It treats ReelsFarm commands like any other CLI tool — pipeable, scriptable, and composable with your existing workflows. Codex can wire a product launch slideshow into a CI/CD pipeline, generate hooks from a database of customer quotes, or batch-prepare content across dozens of SKUs.
ReelsFarm workflow
Codex can help connect content operations to technical workflows without turning publishing into an invisible background action. Because Codex already understands your codebase, it can pull product names, pricing, and release notes directly from your repo and feed them into ReelsFarm generation commands — no copy-paste, no context switching. The confirmation gate keeps publishing manual even when the asset creation is automated.
Create, schedule, and publish AI-powered posts from one workflow built for consistent social growth.
Start for free