Skip to content

MiniMax Agent tutorial

Goal: finish one deliverable in the web workbench in about 15 minutes.

Non-goals: install MiniMax Code, configure a workspace / terminal / permission mode, or explain model internals. Desktop: Code welcome. Internals: Learn LLM.

Prerequisites

Learning objectives

  1. Tell Agent (web) apart from Code (desktop).
  2. Pick Lightning or Pro from task length.
  3. Send a task that names a deliverable, and know when to add Agent Team or a skill.

What it is

MiniMax Agent is a general-purpose agent in the browser. The launch post designs it as a "reliable person" and lists three bars:

BarOfficial wording
ProgrammingMore components and complex jumps; simulate user actions for tests; care about UI
MultimodalUnderstand long text, video, audio, images; built-in image / audio / video generation
MCPBuilt-in MiniMax MCP; also lists GitHub / GitLab / Slack / Figma

The home page currently says "MiniMax makes your work easier" and exposes an Agent Team control plus a model picker (MiniMax-M3 was visible on 2026-08-19).

It is not:

  • MiniMax Code (desktop; welcome: conversation, project workspace, files, terminal, browser, skills, memory, and automation in one local environment)
  • MiniMax Design / Hub (creation canvas)
  • Hailuo, Xingye / Talkie, or Audio (see the map)

Step 1: Open the workbench

  1. Open agent.minimax.io (international) or agent.minimaxi.com (China).
  2. Click Sign in.
  3. Describe the goal in the home input. On 2026-08-19 the international home showed shortcuts such as Video generation, Document, Website, Image Generation.
  4. If you need the desktop app, the home page has Download desktop. The download page is currently titled MiniMax Code. That is the desktop brand, not the next step of this tutorial.

Step 2: Pick Lightning or Pro

From the M2 post (EN: M2 & Agent):

ModeOfficial positioningOfficial examples
LightningHigh-efficiency, high-speed agentConversational Q&A, lightweight search, simple coding
ProProfessional agent quality on complex, long-running tasksIn-depth research, full-stack development, PPTs / reports, web development

How to choose:

  • One question, one lookup, a small code tweak → Lightning.
  • A sourced report, a slide deck, a working page, a full-stack handoff → Pro.
  • Unsure → Lightning first. Switch to Pro if the deliverable is thin. Do not default every task to Pro.

These names come from the official product post. The exact toggle label is whatever you see after sign-in. This page does not invent a click path.

Step 3: Send the first task

The official line is to show the requirement. Put the deliverable in the first message.

Research the official difference between MiniMax Agent and MiniMax Code.
Use only pages on minimaxi.com, minimax.io, agent.minimaxi.com, and agent.minimax.io.
Deliver:
1. A Markdown comparison table (product, entry, fit, not-fit)
2. An 8-slide HTML outline for frontend engineers
Do not describe model internals.

Watch three things:

  1. Does the agent confirm the goal before dumping text?
  2. Are citations stable official URLs? The Agent Team note says formal sources should use stable URLs; search caches are clues only.
  3. Can you open or download the file? A chat transcript is not the deliverable.

Use Pro for this first task. It is long-horizon research with two outputs.

Step 4: Turn on Agent Team only for work that must split

The Agent Team article: the user still sends one message; the system decides whether to split, which roles can run in parallel, and which results must be verified.

Official roles:

  • Leader — turn the goal into a task structure.
  • Worker — run a sub-task; tools / context / output contract can differ.
  • Verifier — turn "done" into "shippable". Officially adversarial to the Worker.

Turn Team on when:

  • You need parallel research, cross-checks, then a synthesis.
  • A document must go from "generated" to "shippable" (official office pipeline: Planner / Writer / Formatter / Evaluator).
  • You are on IM and cannot stare at a spinner. Officially the lead agent replies first and runs the rest in the background.

Leave Team off when:

  • You are fixing a typo, checking one fact, or making one image. The official article says a single agent is cheaper there.
  • You have not written an acceptance bar. Team amplifies a vague goal.

The home page has an Agent Team control. A /team mention appears in the desktop changelog. On the web, use the control you can see. Do not copy Code slash commands into this tutorial as required steps.

Step 5: Extend with the skill marketplace

Open agent.minimaxi.com/skills (also on the .io host). Official copy: explore, install, and use capabilities built by developers and the community. Custom creation and GitHub import are listed.

On 2026-08-19 the marketplace showed first-party skills for decks, industry research, DOCX, long-form posts, image prompts, equity analysis, Excel, and PowerPoint. The catalog changes. Trust the live page.

How to use it:

  1. Search for an existing skill before starting a long task.
  2. After you have run the same flow twice, consider saving it as a skill. The Team article treats memory and Skill as the long-term value of a run.
  3. Do not merge this page with the Code plugin marketplace. Plugin launch notes live in the Code changelog.

Billing: quote both official lines

SourceWordingHow to read it
M2 postMiniMax Agent is offered free "until our servers can't keep up"A time-boxed launch policy, not an SLA
Skill marketplaceUnified billing through Token PlanQuota is whatever the signed-in plan page shows
Download pagePlus ¥49 / Max ¥119 / Ultra ¥469The page brand is MiniMax Code. Do not treat those prices as Agent-web-only

Use See Plan and pricing after sign-in. This page does not invent token-pack sizes.

Common pitfalls

PitfallDo this instead
Turning this tutorial into a Code CLI guideStop at the browser. Workspace / terminal / Coding mode belong in #72
Pro or Team on every promptLightning for short Q&A
Citing a reseller blogOfficial stable URLs only
Writing "always free"Link the live plan page
Treating Hub as another name for AgentHub currently lands on Design
Explaining MSA / attentionLearn LLM

Next steps

Built for frontend engineers · Powered by VitePress