Back to blog
AgentsMCPAI filmmaking

How to Make a Short Film in Reel Studio With Any AI Agent

Connect Codex, Claude, Cursor, Cline, Continue, or any agent to Reel Studio and let it plan, generate, review, cut, score, and export a short film.

May 1, 2026/8 min read

The fastest way to use Reel Studio is not to ask an AI model for one magic video prompt.

It is to give an agent a real studio: a film, a cast, locations, shots, takes, reviews, a timeline, sound cues, and an export button. Reel Studio gives the agent those controls through MCP, so an assistant can do the production work while you keep directing.

That agent can be Claude, Cursor, Cline, Continue, Codex, or your own local script. The name matters less than the interface. If it can operate the connected Reel Studio workspace, wait for jobs, inspect results, and make conservative next-step decisions, it can help you make a short film.

What The Agent Can Do

Reel Studio exposes the filmmaking pipeline as agent-ready controls:

  • Create or open a film.
  • Create cast members and locations.
  • Draft scenes and shots.
  • Generate cast portraits, location sheets, shot frames, shot videos, posters, voiceover, SFX, and music.
  • Poll jobs until the generated asset is ready.
  • Review takes for consistency.
  • Promote the best take.
  • Assemble the timeline.
  • Start an export and return the final video URL.

The agent is not the director. It is the production assistant that never gets tired of renaming shots, checking continuity, polling jobs, or making the third cleaner version of the same frame.

1. Connect Your Agent

Before an agent can operate Reel Studio, it needs an API key. In Reel Studio, that key is called a personal access token. Open Settings -> API & MCP, create a token, and copy it when it is shown.

Then paste the MCP config into your agent client. The exact place depends on the client, but the shape is the same:

{
  "mcpServers": {
    "reelstudio": {
      "url": "https://<your-reel-studio-host>/api/mcp",
      "headers": {
        "Authorization": "Bearer rs_pat_...",
        "x-workspace-id": "<workspace-id>"
      }
    }
  }
}

For local development, the URL is usually:

http://localhost:4000/api/mcp

Some agents support remote MCP servers directly. Others work better through a wrapper or a small script that calls the Reel Studio API. The workflow is the same: the agent needs access to the film controls, a token, and a workspace whose credits it can spend.

2. Give It A Brief

Do not start with "make me a film." Start like a director.

Point the agent at /llms.txt for Reel Studio's operating rules. Keep the brief focused on the film you want to make.

You are my Reel Studio production agent.
Before you start, read /llms.txt and follow Reel Studio's recommended workflow and human checkpoints.

Create a 30-second cinematic short called "The Last Light."

Premise:
A lighthouse keeper receives one final radio signal from a ship that vanished 40 years ago.

Style:
Quiet coastal mystery, 35mm, overcast, restrained camera, natural performances, no horror gore.

Format:
16:9, 6 shots, about 5 seconds each.

The rails live in one place. The blog gives the agent the creative intent; /llms.txt gives it the house style for spending credits, reviewing takes, and asking for human checkpoints.

3. Build Film Memory

A short film gets better when the agent has reusable references before it starts generating shots. Ask it to create a film record, one to three cast members, one to three locations, a visual style note, and a compact shot list.

For characters and locations, generate reference assets early:

Create the lead character and generate a cast portrait before drafting close-ups.
Create the lighthouse location and generate a location image before drafting wide shots.
Generate sheets only when a shot needs extra reference coverage.

In Reel Studio shot prompts, references should be explicit:

Wide shot of @{Mara} climbing the spiral stairs inside #{Lighthouse Tower}, rain streaking the glass, cold dawn light, 35mm, restrained handheld drift.

Those @{Cast Name} and #{Location Name} handles help the agent keep identity and place consistent as the film grows.

4. Generate Frames First

For short films, do not rush straight to video. A stronger loop is:

  1. Draft the shot.
  2. Generate 2-4 still frame takes.
  3. Review those takes.
  4. Promote the best passing frame.
  5. Use that frame as the visual anchor for video.

In practice, ask the agent to move in this order:

  • Open or create the film.
  • Build the reusable cast and location references.
  • Draft the scene and shot list.
  • Generate still frame takes for the important shots.
  • Review the takes for identity, location, and continuity.
  • Fix one promising miss, or choose the best passing take.
  • Use the selected frame as the visual anchor for video.

This is where Reel Studio starts to feel different from a one-shot video app. You are creating coverage, selecting the keeper, and letting the review layer catch continuity problems before they become timeline problems.

5. Move Into Video

Once the frames are approved, ask the agent to generate shot videos. Good motion prompts are short and physical:

Use the promoted frame as the source. Slow push toward Mara as she hears the radio crackle. Her face stays still, then she looks toward the lens. Rain trembles in the window behind her. No new characters. No text.

The agent should choose an image-to-video model from the catalog, make a video for each selected shot, review the result, keep the best one, and only retry when the issue is worth the credits.

6. Cut, Sound, Export

When every shot has an approved video, the agent can assemble the timeline, then add voiceover, SFX, and score.

  • Cut the approved videos in story order.
  • Add a restrained voiceover, rain, surf, radio static, and score.
  • Balance the mix so the words stay intelligible.
  • Show a timeline summary before the final export.

Because export is a finalizing step, ask the agent to show the timeline summary, total runtime, selected shots, and audio layers before starting the render.

A Complete Prompt

You are my Reel Studio production agent. Use the connected Reel Studio workspace to create a complete 30-second short film.
Before you start, read /llms.txt and follow Reel Studio's recommended workflow and human checkpoints.

Title:
The Last Light

Premise:
A lighthouse keeper receives one final radio signal from a ship that vanished 40 years ago.

Style:
Quiet coastal mystery, grounded, cinematic, overcast, 35mm, subtle camera movement, no gore, no jump scares.

Deliverable:
16:9 short film, 6 shots, roughly 30 seconds, with simple voiceover, rain/surf/radio SFX, minimal score, and an exported final video.

Production notes:
- Lead character: Mara, an exhausted lighthouse keeper in her late 40s.
- Main location: an isolated lighthouse during an overcast coastal storm.
- Keep the story to one scene and one emotional turn.
- Keep a short running log of what you created and which take you promoted.

Keep It Finishable

The best first agent-made film is not a 12-minute epic with six speaking characters. Make one scene. One or two characters. One location. Five to seven shots. One clean sound idea. Finish the export.

Once that works, scale up. Add a second scene. Add dialogue. Add a new location. Let the agent handle more of the repetition while you keep making the choices that actually shape the film.

Reel Studio is built for that division of labor: the agent can hold the slate, the takes, the continuity notes, the timeline, and the export queue. You still call action.