Claude

Claude Code

Claude Code is Anthropic’s AI coding assistant agent, available as Claude Code for command-line development workflows.

Installation

Install Claude Code via npm:

npm install -g @anthropic-ai/claude-code

Or download directly from Anthropic.

Plans and Pricing

View the Claude pricing page

Configuration

See the full Claude agent configuration reference.

Add Claude to your Operator configuration:

# ~/.config/operator/config.toml

[agents.claude]
enabled = true
path = "claude"  # or full path to binary

Authentication

Claude Code requires an API key or Claude Pro subscription. Set up authentication:

claude auth login

Troubleshooting

Claude not found

Ensure Claude is in your PATH:

which claude

Authentication errors

Re-authenticate with:

claude auth logout
claude auth login