Skip to main content
Runflow home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
CLI
CLI Installation
Documentation
API Reference
Documentation
GitHub
Getting Started
Welcome to Runflow
CLI Overview
Quick Start
CLI
CLI Installation
Login & Authentication
Create Agent
Agents Management
Prompts Management
Kb
Profile Management
Local Testing
Core Concepts
Agents
Memory
Tools
Connectors
Workflows
Knowledge (RAG)
Context Management
HTTP Utilities
Prompts
LLM Standalone
Media Processing
Observability
Real-World Examples
Customer Support Agent with RAG
Sales Automation with Multi-Step Workflow
Intelligent Collections Agent (WhatsApp)
Customer Onboarding Assistant
Feedback Analysis System
Multi-Agent System (Supervisor Pattern)
Advanced
Multi-Modal (Images)
Streaming with Memory
Custom Memory Provider
Complex E-Commerce Workflow
Configuration
Installation
Environment Variables
Configuration File
API Client Configuration
Extending Runflow
Memory Provider Interface
Knowledge Provider Interface
LLM Provider Interface
Built-in Providers
Help & Support
Common Issues
On this page
Installation
Verify Installation
Requirements
Next Steps
CLI
CLI Installation
Copy page
Install Runflow CLI globally
Copy page
Installation
Install the CLI globally using npm:
Copy
npm
i
-g
@runflow-ai/cli
Verify Installation
After installation, verify that the CLI is working:
Copy
rf
--version
Or check the help:
Copy
rf
--help
Requirements
Node.js
: >= 22.0.0
npm
or
yarn
or
pnpm
Next Steps
Login
Authenticate with your API key
Agents
Manage your agents
Quick Start
Login & Authentication
⌘I