Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Overview

MuleRun CLI is the official command-line interface for MuleRun. A single mulerun binary lets you:
  • Launch a coding agent wired to your MuleRun account — mulerun code.
  • Generate images, videos, speech, and music from the terminal — mulerun studio.
  • Manage task sessions, compute instances, Drive storage, and Pages through the same authenticated session.
The CLI is built for three audiences:
  • Developers working from the terminal who want one tool that bundles every MuleRun surface.
  • Operators and scripts automating session creation, instance lifecycle, and asset generation.
  • AI agents that shell out to a stable, JSON-aware command.

Highlights

  • Coding-agent ready: mulerun code launches a coding agent with a MuleRun-issued credential, no manual API-key juggling.
  • One-shot multimodal generation: mulerun studio covers 40+ image, video, speech, and music model endpoints behind a single subcommand.
  • Full platform access: sessions, compute instances (SSH, shell, exec, ACP chat), Drive storage, Pages, user/wallet info.
  • JSON output everywhere (-o json) for clean scripting and agent integration.
  • Proxy-aware with MULERUN_PROXY (SOCKS5 / HTTP) for restricted environments.
  • Self-upgrading via npm — mulerun upgrade (or automatic, gated by env vars).

Where to go next

Install

Install the binary on macOS, Linux, or Windows.

Quickstart

Log in and run your first commands in under a minute.

Coding agent

Launch a coding agent wired to MuleRun.

Studio

Generate images, video, speech, and music from the terminal.