Build Videos With
Claude Code or Codex.
Render Them With SlideVids CLI.
Use Claude Code or Codex to generate structured SlideVids timelines, then run predictable CLI commands to create, render, wait, and download the final video. No UI required for the happy path.
-
✓
Generate
timeline.jsonwith Claude Code or Codex - ✓ Create, render, wait, and download with explicit CLI commands
-
✓
--jsonoutput for scripts, integrations, and CI - ✓ Built on the SlideVids public API
Prompt -> File -> Render
Prompt
Use the SlideVids CLI for this workflow.
1. Create timeline.json for a 6-slide product explainer.
2. Create the timeline from that file.
3. Start a render, wait, and download the output.
4. Return IDs and the final output path. timeline.json
{
"title": "Agent-ready demo",
"slides": [
{ "title": "Problem", "speakerNotes": "..." },
{ "title": "Workflow", "speakerNotes": "..." }
]
} Execution
$ slidevids timelines create --file ./timeline.json --json
$ slidevids renders create --timeline-id <timeline_id> --no-wait --json
$ slidevids renders wait <render_id> --interval 3 --timeout 900 --json
$ slidevids renders download <render_id> --output ./artifacts/final.mp4 Output
./artifacts/final.mp4
Surface
Built on the public API
Fit
Scripts, CI, integrations
Most creative tools still break when an agent touches them.
Developers are doing real production work with AI agents now: generating files, running commands, assembling assets, and shipping outputs from the terminal. But most creative tools still assume a human clicking around a UI. That creates brittle workflows, fuzzy handoffs, and too many manual steps between prompt and finished asset.
"Your agent handles the flexible thinking. SlideVids CLI handles the exact steps."
A Clean Path From Prompt to MP4
The workflow is simple on purpose. Let the agent draft the content. Let the CLI execute the deterministic parts. Because the CLI is built on the SlideVids public API, the same flow also fits scripts, integrations, and CI.
Recommended path: Claude Code or Codex -> `timeline.json` -> `slidevids` -> final `.mp4`
Built for Repeatable
AI-Assisted Production
A Product Explainer Draft in One Terminal Session
The Situation
You have a product brief, a target audience, and a rough idea of the story. What you do not want is to start from a blank UI and hand-build every first draft before you even know whether the structure works.
With SlideVids:
- 1Ask Claude Code or Codex to draft a short explainer as timeline.json
- 2Create the timeline from file with
slidevids timelines create --file - 3Start a render, wait for completion, and download the result
- 4Review the first cut and iterate from a structured file
Time Comparison:
Your first video draft comes from a prompt plus a clean command sequence, not a slow manual setup process.
Recurring Internal Updates Without Rebuilding the Workflow
The Situation
You keep producing the same kinds of videos: launch updates, onboarding clips, internal explainers, enablement content. The details change, but the workflow shape stays the same.
With SlideVids:
- 1Keep the structure in files instead of rebuilding in the UI
- 2Reuse project defaults through slidevids.toml
- 3Generate fresh timelines from repeatable prompts
- 4Run the same create, wait, and download path each time
Result: Repeatable output without inventing a new process for every video.
Built for Scripts, Not Just Demos
The Situation
You want the workflow to survive past local experimentation and fit scripts, CI jobs, or more operational automation where machine-readable output and explicit state transitions matter.
With SlideVids:
- 1Authenticate with environment variables or API keys
- 2Use
--jsonfor parseable output - 3Keep create, wait, and download as explicit steps
- 4Persist IDs and output paths for downstream jobs
The CLI is built on the SlideVids public API, so the same workflow fits local terminal use, integrations, and CI.
Agency and Ops Handoffs That Stay Clean
The Situation
An agent can draft structure, images, and narration, but you still need a dependable way to turn that into a real deliverable other people can review, debug, or build on.
With SlideVids:
- 1Prepare structured content with an agent
- 2Use the CLI as the deterministic execution layer
- 3Return timeline IDs, render IDs, and file paths cleanly
- 4Hand off a real output instead of an ambiguous chat transcript
Result: Better handoffs between creative planning and operational execution.
What Makes This
Agent-Friendly
SlideVids CLI gives AI agents and humans a predictable execution surface instead of a fragile creative workflow.
Explicit Command Groups
Auth, timelines, renders, templates, webhooks, and API keys are all separated cleanly so agents do less guessing.
File-Based Timeline Creation
slidevids timelines create --file is the bridge between agent-generated structure and real SlideVids timelines.
JSON Output for Automation
Use --json to keep results machine-readable for scripts, CI jobs, and tool-assisted execution.
Real API Foundation
The CLI is built on the SlideVids public API, which makes it a credible path for integrations rather than a dead-end wrapper.
Project Defaults
slidevids.toml keeps repeated render settings consistent across runs without repeating flags everywhere.
Short Happy Path
Create, wait, download. The core flow is simple enough for humans to follow and deterministic enough for agents to execute.
Everything You Need to Go Deeper
This page sells the workflow. The docs help you run it. Start with whichever one matches where you are.
CLI overview
See the full CLI landing page and supported workflow surface.
Install and auth
Install @slidevids/cli, log in, and verify your setup.
Command reference
Review the core command groups and flags.
Terminal workflows
See the standard create, wait, and download patterns.
Claude Code guide
Prompt patterns for explicit, reliable terminal execution.
Codex guide
Codex-oriented workflow templates and reliability notes.
API overview
Understand the public API the CLI is built on.
API authentication
Review API key and bearer-token authentication behavior.
Choose the Plan That Fits Your Workflow
CLI access is currently available on Pro and Max because the CLI uses the same public API surface. For most individual developers, founders, and small teams, Pro is the right starting point. Max is for heavier CI, higher-volume automation, and more concurrent rendering.
Recommended
Pro
Best for most Claude Code, Codex, and terminal-first users.
Max
Best for higher throughput, more concurrent renders, and heavier operational usage.
- •Trial and Starter do not include CLI access.
- •Use Pro to start running the workflow immediately.
- •Move to Max when your automation needs more headroom.
Why This Beats
UI-Only or Prompt-Only Workflows
Why the CLI + agent model is stronger
UI-only workflows are too manual for repeatable developer work. Prompt-only workflows are great for drafting but weak at exact execution. SlideVids gives you a better split of responsibility: the agent drafts and adapts the structure, while the CLI executes the deterministic steps to create, render, wait, and download.
Questions Developers
Actually Ask
From the Terminal
From Prompt to Rendered Video,
Without Leaving Your Terminal.
CLI access is available on Pro and Max. Start with the docs if you want the exact commands, or upgrade when you are ready to run the workflow in Claude Code, Codex, scripts, or CI.