Quick Start Guide
Getting Started
Install NARE CLI and run your first autonomous task in under 2 minutes.
Prerequisites
Python 3.8+
Required for running NARE CLI
API Key
Anthropic Claude API key (get from console.anthropic.com)
Git (optional)
For version control integration
Installation
# Install via pip
pip install narecli
This installs the
nare command globally.Configuration
1. Set your API key
# Linux/macOS
export ANTHROPIC_API_KEY="your-api-key-here"
# Windows
set ANTHROPIC_API_KEY=your-api-key-here
2. Verify installation
nare --version
Your First Task
Run a simple task
nare "create a hello world python script"
NARE will automatically:
- Analyze the task complexity
- Route to the appropriate tier
- Execute the task autonomously
- Show you the results