Senova documentation

How to use the Media Studio — from a single product shot to scroll-stopping motion.

What Senova Media is

Senova is a media studio for products. You bring one product photo — or generate an image from a description — pick a look, and the studio produces production images and short video built around it. The studio lives at /media.

Two things define how it works:

Getting started

The whole flow is four steps:

  1. Sign in at /login, then open the studio at /media.
  2. Bring a product shot. Upload a photo of your product, or generate an image from a text description if you don't have one yet.
  3. Pick a look. Choose an image style (for stills) or a camera move (for motion).
  4. Generate. The credit price is shown on the button before you click. You're only charged for what you generate.
Tip: the more specific your description — the setting, the surface, the light — the closer the first result lands to what you meant.

Images

Production stills from one product shot.

Around 24 image styles cover the range from clean e-commerce shots to editorial and cinematic looks. Pick a style, describe the shot, and generate.

You pick the model for each generation, and the credit price for that pick is shown before you click. If Senova needs to upgrade the underlying model to hit the quality bar, that upgrade is Senova's cost — the price you saw is the price you pay.

Where it lives /media

Motion

Put the product in motion.

Around 18 camera moves — the studio turns your still into a short video with the move you picked. Before you spend on a finished clip, run a 5-second motion test: a cheap look at how the move reads on your product.

Longer and higher-fidelity video is on the roadmap. Those options stay off in the studio until they're enabled — nothing you can click will quietly cost more than it says.

Where it lives /media

One-prompt ads

One prompt. Voice, words, music, video — in sync.

Describe the ad once, and the studio produces the whole thing: a voiceover, on-screen words, music, and video, all kept in sync with each other. You confirm the credit price before the run starts, same as everything else.

Credits & pricing

Everything in the studio is priced per generation, in credits. The rules:

The published price list lives at /product/media#pricing. What you see there, on the generate button, and in the confirmation are the same numbers.

Using your media

Every generation lands in your library inside the studio. From there you can:

Connect to Claude

Make and manage your Senova media by chatting with Claude.

What it is

The Claude connector links your Senova account to Claude. Once linked, you can make and manage your Senova media by chatting with Claude in plain English. It runs on your own Senova account and spends your own Senova credits.

What you can do:

Where it lives /keys

How to connect it

There are three ways to connect. Pick the one for the Claude you are using — each is labeled with its surface below, so you never run a terminal command in a place that has no terminal.

Method 1: claude.ai on the web (works today). For Claude in a web browser at claude.ai. One click, no key to paste.

  1. In claude.ai, go to Settings, then Connectors, then "Add custom connector".
  2. Paste this connector URL: https://senova.studio/api/mcp. Then click Connect.
  3. You are asked to sign in to Senova and approve. Approve it.
  4. Claude is now linked to your account. No key is needed.

The approval happens on senova.studio. It is scoped to your account, capped at your credit balance, and you can revoke it at any time.

Method 2: Claude Code (works today). For Claude Code — the command-line tool, in your terminal. This method uses an API key.

  1. In Senova, open Studio Settings, then "Connect to Claude", then generate a key. It starts with sk_live_. Keep it secret. Treat it like a password.
  2. Run this one command in your terminal. Replace YOUR_KEY_HERE with your key.
    claude mcp add --transport http senova https://senova.studio/api/mcp --header "Authorization: Bearer YOUR_KEY_HERE"
    This command only works inside Claude Code. If your terminal says claude: command not found, you are not in Claude Code — use Method 1 (web) or Method 3 (Desktop) instead.
  3. The Senova tools then appear in Claude Code.

Method 3: Claude Desktop (works today). For the Claude Desktop app. This method uses an API key.

  1. Generate a key the same way as Method 2 (Studio Settings, then "Connect to Claude").
  2. In Claude Desktop, open Settings, then Developer, then Edit Config, and add this. Replace YOUR_KEY_HERE with your key.
    {
      "mcpServers": {
        "senova": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://senova.studio/api/mcp", "--header", "Authorization: Bearer YOUR_KEY_HERE"]
        }
      }
    }
  3. Restart Claude Desktop. The Senova tools then appear.

How to use it

Once connected, there is nothing new to learn. You just talk to Claude. Here are some example prompts you can copy.

Everything you generate uses your own Senova credits. The key only ever touches your own account. Claude cannot spend more than your credit balance. A generation that would go over your balance is refused, not charged.

FAQ & troubleshooting

The result isn't what I described

Be specific and change one thing at a time. Naming the setting, surface, and light works better than a long paragraph of mixed directions. Styles are a strong lever — try the same description under a different look.

Why is longer video greyed out?

Longer and higher-fidelity video is on the roadmap and stays off until it's enabled. The studio only offers what it can price and deliver today.

Do my credits expire?

No. Purchased credits never expire.

How do I know what a generation will cost?

The credit price is shown before every generating click, and the full price list is published at /product/media#pricing. If the price isn't visible, you're not about to be charged.

Are the showcase images real?

Yes — every preview image is a real generation, and each card shows the prompt, the model, and what it cost.

How do I report a bug?

Email support@senova.studio. You can also check the changelog for recent changes.