Reviewed by Jonathan West · Updated Jul 17, 2026

How to Use Muse Spark 1.2

Access paths, the install command, and your first call — the practical path from zero to a working Muse Spark 1.2 session.

Reviewed by Jonathan West · Updated Jul 17, 2026

Muse Spark 1.2 became available on 2026-08-05 through Meta's Muse Code CLI agent. The fastest way to try it is to install Muse Code and issue your first command.

This guide covers the install command, the browser-authenticated setup, and the practical differences between using Muse Spark 1.2 through Muse Code vs the raw API.

Every step is grounded in Meta's launch materials. Anything the vendor page has not documented is called out.


Access Paths for Muse Spark 1.2

The primary access path is Muse Code, Meta's CLI coding agent that runs Muse Spark 1.2 as its backing model.

Direct API access details beyond Muse Code are not fully documented at launch — verify at https://developer.meta.com/ai/products/muse-code/.

For non-coding workloads, the older Muse Spark 1.1 remains available through the Meta Model API. There is no sibling routing decision inside Meta's own catalog — Meta ships a single Muse Spark line.

  • Muse Code CLI: primary access path
  • Direct API: not fully documented at launch
  • Muse Spark 1.1: still available for non-coding tasks
  • Meta developer platform is the source of truth

Getting Muse Spark 1.2 wired up for a real team? Book a consult and we will handle tier policy, auth flow, and rollout plan.

Book a Consultation

Install Muse Code

Install Muse Code with a single curl command: curl -fsSL https://dev.meta.ai/install.sh | bash. This is the exact command from Meta's launch email.

The install script drops the muse binary into your PATH. First run triggers browser-based authentication against your Meta developer account.

For CI or headless environments, browser auth will need a workaround — Meta has not documented a headless flow at launch. Verify at https://developer.meta.com/ai/products/muse-code/.

  • One-line install: curl -fsSL https://dev.meta.ai/install.sh | bash
  • First run: browser auth against Meta developer account
  • Headless / CI auth: not documented at launch
  • Verify script source before running in production

Your First Muse Code Session

After install and auth, cd into a repo and run muse. The agent reads context from the current directory and spins up worker + reviewer processes in parallel.

First task should be small: ask it to add a missing test for one function. That gives you a full round-trip — plan, edit, run test, event-log entry — inside a few minutes.

The event log is written per session and can be replayed with muse replay. Export the full trace if you need to review or share it with a teammate.

  • cd into a repo, run muse
  • Start with one small, verifiable task
  • muse replay walks the session step by step
  • Export the trace for review or handoff

Picking Standard vs Contributor

Pick Standard tier by default. Meta does not use Standard prompts or outputs to improve their products, which is the only defensible posture for client code and PII.

Pick Contributor only for personal projects, OSS contributions, and non-sensitive prototypes. The 12x cost cut is real, but Meta uses those prompts and outputs.

When we work with HOA and condo boards on any AI tool, we keep the tier decision in a written policy — not a per-developer preference. Do the same before onboarding a team.

  • Standard by default for anything client-facing
  • Contributor for OSS, prototypes, and personal work
  • 12x cost cut in exchange for data-use
  • Codify the tier decision in a written policy

How to use Muse Spark 1.2

You do not host Muse Spark 1.2 yourself — you use it through a tool, so "getting started" really means choosing the right one.

The fastest way to put Muse Spark 1.2 to work day to day is inside an AI IDE, and Cursor is the most popular — it supports it directly, so you can be working in minutes. Prefer a different editor? Windsurf, Zed, and GitHub Copilot drive these models too.

Frequently Asked Questions

  • Run curl -fsSL https://dev.meta.ai/install.sh | bash. First run triggers browser authentication against your Meta developer account.
  • You need a Meta developer account. Free-trial credits are not documented at launch — verify at https://developer.meta.com/ai/products/muse-code/.
  • Browser auth is the default. A headless / CI auth flow is not documented at launch.
  • Standard by default. Contributor only for personal projects, OSS, and non-sensitive prototypes where data-use is acceptable.
  • Run muse replay. The full trace can also be exported for review or handoff.
  • Storage location and retention are not documented at launch. Verify at https://developer.meta.com/ai/products/muse-code/ before treating the log as an audit-of-record.

Rolling Out Muse Code to Your Team?

We help teams operationalize new coding agents — tier policy, event-log retention, and adoption plans. Book a free 30-minute audit.

Book a Free Audit
Disclosure: Layer3Labs is reader-supported. When you buy through links on this page we may earn an affiliate commission, at no extra cost to you. Our picks are chosen on the merits — commissions never influence the ranking.