Agentic editing lets AI agents operate Jumper directly (searching your footage, retrieving clips, and triggering workflow actions) through an server. Jumper integrates with Claude Desktop (Chat, Cowork, and Code) and OpenAI Codex Desktop, so you can give a natural-language task to an agent and have it break the work into steps and execute them.Instead of clicking through searches and exports yourself, you describe what you want in plain language. The agent queries Jumper’s backend, orchestrates the workflow, and produces the result (clips, sequences, exports) without you having to perform each step manually.
The agent acts as the orchestrator: you give it a complex task, and it breaks it down into smaller steps and runs them in the right order. The agent decides how to search, filter, and export, then executes the workflow end to end.
Jumper can server multiple agents sessions at the same time. As each agent can work on different tasks, you can fire off several jobs in parallel and focus on other work while they complete.
Skills are how you encode repeatable editing workflows for the agent. Each skill is a SKILL.md file that defines when the workflow should be used, what steps it runs, and how results should be returned.
Will my footage be uploaded to AI companies? No.Here’s how it works: the agent (Claude, Codex, etc.) talks to Jumper via MCP (an open standard for AI agents to “talk” with software).It sends commands like “search for shots of Anna smiling” or “export clips to this folder.” Jumper runs a local server on your machine (localhost). All the heavy work (visual search, transcription, face recognition) happens on your computer. Your footage never leaves it.What the agent receives back is metadata only: file paths, timecodes, transcript excerpts, search result lists. The agent orchestrates the workflow; Jumper does the actual analysis locally and returns pointers to where things are, not the footage itself.For a detailed breakdown of what data the agent receives and how model providers handle it, see Agentic editing and data privacy.