Home
Docs
Get Started / Quick Start

Quick Start

Run your first Heddle session in under two minutes.

1. Install the CLI

Terminal
npm install -g @roackb2/heddle

2. Set your API key

Terminal
export OPENAI_API_KEY="your_key"   # or ANTHROPIC_API_KEY

3. Start a session

2-Minute Try-It Path
cd /path/to/your/project
heddle
# → "Summarize this repo and show the main entrypoints."

What's next?