> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Installation

> Install Runflow CLI globally

## Installation

Install the CLI globally using npm:

```bash theme={null}
npm i -g @runflow-ai/cli
```

## Verify Installation

After installation, verify that the CLI is working:

```bash theme={null}
rf --version
```

Or check the help:

```bash theme={null}
rf --help
```

## Requirements

* **Node.js**: >= 22.0.0
* **npm** or **yarn** or **pnpm**

## Next Steps

<CardGroup cols={2}>
  <Card title="Login" icon="key" href="/cli/login">
    Authenticate with your API key
  </Card>

  <Card title="Agents" icon="robot" href="/cli/agents">
    Manage your agents
  </Card>
</CardGroup>
