Resources

Create and edit video with your AI agent

decodx gives your AI agent a real video skill. Every command is non-interactive and every artifact is schema-validated JSON — so an agent can author, render, and revise a video end to end.

Create from a brief

Hand the agent a plain-English brief; it drafts a scene spec — narration, captures, avatar, music — and renders a finished video.

Edit by editing the spec

Every video is a committed spec. The agent changes a headline, swaps a clip, or retimes a scene by editing text — no timeline scrubbing.

Re-render for free

Content-hash caching means a tweak re-renders only what changed. The agent can iterate dozens of times without re-buying assets.

Review before spending

Costs are estimated up front and gated behind approval, so an agent never runs up a bill — it proposes, you (or a policy) approve.

One verb vocabulary

The same commands, from a shell or an agent

decodx speaks one command vocabulary across its CLI and API, so an agent uses the exact commands a person would. It authors the spec, renders it in the cloud, and reads back a structured report — no screen, no clicking.

Connect your agent →
# agent drafts a spec, then renders it
decodx create "onboarding demo of our dashboard"
decodx render --approve

# edit one scene; cached assets are reused
decodx edit scene intro --headline "Welcome"
decodx render        # only 'intro' rebuilds

# read the result back as JSON
decodx status --json