> ## 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.

# Introduction

> Command-line interface for the MuleRun platform

## Overview

**MuleRun CLI** is the official command-line interface for
[MuleRun](https://www.mulerun.com). A single `mulerun` binary lets you:

* Launch a **coding agent** wired to your MuleRun account
  — [`mulerun code`](/cli/commands/code).
* Generate **images, videos, speech, and music** from the terminal
  — [`mulerun studio`](/cli/commands/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

<CardGroup cols={2}>
  <Card title="Install" icon="download" href="/cli/installation">
    Install the binary on macOS, Linux, or Windows.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/cli/quickstart">
    Log in and run your first commands in under a minute.
  </Card>

  <Card title="Coding agent" icon="code" href="/cli/commands/code">
    Launch a coding agent wired to MuleRun.
  </Card>

  <Card title="Studio" icon="palette" href="/cli/commands/studio">
    Generate images, video, speech, and music from the terminal.
  </Card>
</CardGroup>
