npm i @rendley/sdk import { Engine } from '@rendley/sdk'const engine = await Engine.create()await engine.addClip('intro.mp4')await engine.export() // WebCodecs
A real editing engine that renders in the browser.
VideoDB is data infrastructure for video — it indexes, searches, and remembers footage so agents can find moments and stitch streams. Rendley is the editing and rendering engine: an in-browser SDK, a REST API, and a hosted MCP server. Many teams use both.
VideoDB and Rendley solve adjacent, not competing, problems. VideoDB is a video-understanding backend — indexing, semantic search, memory, and programmatic streams for LLM agents. Rendley is a high-fidelity editing and rendering engine that runs in the browser and behind a REST API. If you need to find the right footage, reach for VideoDB; if you need to cut and render a polished video, reach for Rendley. They pair well.
npm i @rendley/sdk import { Engine } from '@rendley/sdk'const engine = await Engine.create()await engine.addClip('intro.mp4')await engine.export() // WebCodecs
A real editing engine that renders in the browser.
curl api.rendley.com/v1/agent/sessions \ -H "Authorization: Bearer $KEY" \ -d '{ "prompt": "30s launch promo" }' # poll the job, then pull a signed URL
Prompt to video from one deterministic endpoint.
# mcp.rendley.com — Apache-2.0claude mcp add rendley \ https://mcp.rendley.com "Cut a 15s teaser from these clips"
Hosted server, 18 tools, open source.
The honest framing: these do different jobs. VideoDB indexes and searches video so an agent knows what is in it. Rendley composes and renders a finished edit.
Both are agent-friendly, which is unusual. VideoDB leans into search and memory for agents; Rendley exposes editing and rendering as MCP tools.
VideoDB assembles and streams clips from indexed content. Rendley is built for pixel-level composition and high-quality export.
A natural pipeline: VideoDB finds the moments, Rendley cuts and renders the final video. The overlap is small and complementary.
| Rendley Studio | VideoDB | |
|---|---|---|
| Primary job | Editing + rendering engine (browser + API) | Video indexing, search, and memory for agents |
| In-browser editing SDK | Yes — @rendley/sdk renders client-side (WebCodecs/WebGL) | No — a video-understanding backend, not an editor |
| Semantic video search | No — Rendley composes and renders, it does not index | Yes — spoken + scene indexing and search |
| Render REST API | Yes — api.rendley.com/v1, OpenAPI, jobs + signed URLs | Programmable streams + clip generation |
| Agent / MCP integrations | Hosted MCP, 18 tools (Claude, ChatGPT, Cursor, Codex) | Native Claude, Cursor, Codex integrations |
| AI generation models | 25+ aggregated (Veo, Kling, Seedance, Sora, Flux, DALL-E…) | Focused on search/memory, not model aggregation |
| Max export resolution | 4K target (Pro and Business plans) | Stream/clip output from indexed content |
| Object storage region | EU — Hetzner, Nuremberg (Germany) | Check vendor docs |
| Pricing model | Plans + credits: Free, $15, $30, $70/mo (1 credit = $0.01) | Free for first 50 uploads; Pro from $20/mo, then PAYG |
Competitor details are from public pricing and documentation and can change. Verify current specifics on the vendor’s own site.
Generate clips, images, and voiceovers without leaving the editor. New models are added as they launch.
Free to start, with no length caps. Try it on a real project.