Claude CLI (Required)
AIDEN uses the Claude CLI as its primary AI backend. You must install and authenticate it before using AI features.
Install Claude CLI
npm install -g @anthropic-ai/claude-cliAuthenticate
claude authThis opens a browser window to authenticate with your Anthropic account. Once authenticated, the CLI stores credentials locally.
Verify
claude --versionAPI Key Configuration
AIDEN supports configuring AI provider API keys in the app settings:
Anthropic API Key
- Get your API key from console.anthropic.com
- Open AIDEN → Settings → AI Providers
- Enter your Anthropic API key
OpenAI API Key (Optional)
- Get your API key from platform.openai.com
- Open AIDEN → Settings → AI Providers
- Enter your OpenAI API key
Model Selection
AIDEN primarily uses Claude models for:
- Project Analysis — Understanding your codebase
- Story Planning — Refining specs in chat
- Agent Mode — Full autonomous coding with tool access
- Orchestrator — Project-wide coordination
Usage & Costs
AI API calls are billed by your provider (Anthropic/OpenAI). AIDEN itself doesn’t charge for AI usage — you pay your provider directly. Monitor usage in your provider’s dashboard.