A different job than VideoDB for developers working with video

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.

Unlimited exportsFree planBrowser-based

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.

One platform, three surfaces

Everything ships in code.

SDK
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.

REST API
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
# 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.

3
Surfaces in one platform: SDK, API, MCP
25+
AI models built in, added as they launch
18
Tools in the hosted MCP server
EU
Assets stored in Germany (Hetzner)
How they compare

Where Rendley Studio pulls ahead.

Understanding footage vs editing and rendering it

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.

Rendley Studio
  • @rendley/sdk is a real editing engine that runs in the browser
  • Renders client-side with WebCodecs and WebGL, FFmpeg (WASM) fallback
  • Timeline, effects, captions, transitions — a true editor, not a query layer
  • REST API renders a deterministic edit spec to a signed URL
VideoDB
  • Indexes video by spoken words and scenes for semantic search
  • Gives LLM agents memory and search over a video library
  • Programmable streams and clip generation from indexed content

Agent and MCP integrations

Both are agent-friendly, which is unusual. VideoDB leans into search and memory for agents; Rendley exposes editing and rendering as MCP tools.

Rendley Studio
  • Hosted MCP server at mcp.rendley.com with 18 tools
  • Tools for projects, edits, exports, brand kits, and assets
  • Works with Claude, ChatGPT, Cursor, Codex; requires a paid plan
  • /agent/sessions turns a prompt and footage into a finished cut
VideoDB
  • Native Claude, Cursor, and Codex agent integrations
  • Agent-native design centered on search, memory, and streams
  • Strong on retrieval; not an editing or high-fidelity render surface

Rendering fidelity and output

VideoDB assembles and streams clips from indexed content. Rendley is built for pixel-level composition and high-quality export.

Rendley Studio
  • Client-side rendering plus cloud GPU workers for heavy exports
  • 720p / 1080p / 4K targets; color, effects, and transitions
  • 25+ AI models: Veo, Kling, Seedance, Sora, Flux, DALL-E, ElevenLabs
  • Deterministic edit spec — the same request returns the same edit
VideoDB
  • Programmable streams and clip generation from your library
  • Optimized for assembling and serving indexed footage
  • Not positioned as a high-fidelity timeline render engine

Where they meet — and pair

A natural pipeline: VideoDB finds the moments, Rendley cuts and renders the final video. The overlap is small and complementary.

Rendley Studio
  • Rendley ingests footage via uploads (incl. multipart) over REST
  • Composes a timeline and renders a polished, watermark-free export (paid)
  • MCP + HTTP + SDK — three ways to drive the same engine
  • B-roll, captions, translation, and voiceover built in
VideoDB
  • Best as the retrieval and search layer feeding an editor
  • Python and Node SDKs for wiring it into an agent stack
  • Complements a render engine rather than replacing one
The details

Rendley Studio vs VideoDB, side by side.

Rendley StudioVideoDB
Primary jobEditing + rendering engine (browser + API)Video indexing, search, and memory for agents
In-browser editing SDKYes — @rendley/sdk renders client-side (WebCodecs/WebGL)No — a video-understanding backend, not an editor
Semantic video searchNo — Rendley composes and renders, it does not indexYes — spoken + scene indexing and search
Render REST APIYes — api.rendley.com/v1, OpenAPI, jobs + signed URLsProgrammable streams + clip generation
Agent / MCP integrationsHosted MCP, 18 tools (Claude, ChatGPT, Cursor, Codex)Native Claude, Cursor, Codex integrations
AI generation models25+ aggregated (Veo, Kling, Seedance, Sora, Flux, DALL-E…)Focused on search/memory, not model aggregation
Max export resolution4K target (Pro and Business plans)Stream/clip output from indexed content
Object storage regionEU — Hetzner, Nuremberg (Germany)Check vendor docs
Pricing modelPlans + 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.

Credit where due

Where VideoDB is the stronger choice

  • VideoDB is the right tool for a job Rendley does not do at all: indexing and semantically searching video by spoken words and on-screen scenes. If you need to find moments across a library, Rendley has nothing comparable.
  • It gives LLM agents memory and retrieval over video. For a chatbot that answers questions about hours of footage, VideoDB is purpose-built and Rendley is not.
  • Its PAYG model is granular — storage at $0.03/GB/mo, spoken index at $0.02/min, search at $0.0025/query — which suits retrieval-heavy workloads that a plan-based editor does not map onto cleanly.
  • Native agent integrations with Claude, Cursor, and Codex make it a strong fit as the video-understanding layer in an agent stack, where it complements rather than competes with a render engine.
Best-in-class AI models, built in

Generate clips, images, and voiceovers without leaving the editor. New models are added as they launch.

KlingVeoSoraSeedanceNano BananaElevenLabs
FAQ

Asked. Answered.

Mostly a complement. VideoDB is a video-understanding backend — it indexes, searches, and remembers footage so agents can find the right moments. Rendley is the editing and rendering engine that turns footage into a polished video. A common pipeline is VideoDB to locate clips, then Rendley to cut and render the final export. They overlap only lightly on the agent axis.

Create your next video in minutes.

Free to start, with no length caps. Try it on a real project.