Drive the Studio yourself (no AI key)
neuron_studio_applyApply a batch of Studio tool calls to a video doc and get back the updated doc plus a fresh scene description — YOU (this agent) are the brain, so this needs NO OpenRouter/AI key. Loop: call neuron_studio_catalog once, then neuron_studio_apply with { doc, calls:[{tool,args}] }, read the returned scene, apply more, and finally neuron_studio_render. Omit doc (with an optional platform) to start a fresh video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | The ProjectDoc to edit (omit to start fresh). Pass back the `doc` from the previous apply to keep going. | |
| calls | Yes | Ordered tool calls to apply. | |
| timeMs | No | Scene-local playhead (ms) for time-based ops (default 0). | |
| platform | No | Canvas size when starting fresh (default instagram-story). | |
| activeIndex | No | Which scene subsequent layer calls target (default 0). | |
| durationSeconds | No | Length when starting fresh (default 5s). |