# Use Claude with Jobwright

Install Claude Code, sign in with Claude, then choose Claude in Jobwright.

Canonical page: https://www.jobwright.io/docs/agents/claude/
Markdown source: https://www.jobwright.io/docs/agents/claude.md

Install Claude Code, sign in with Claude, then select Claude in Jobwright.

## Before you start

- Use a Claude plan or Anthropic Console account that Claude Code accepts.
- Install the agent in the same operating-system environment as Jobwright. A Windows install cannot use an agent that exists only in WSL.

## Install the agent

### Windows

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

Install Git for Windows before you start Claude Code on native Windows.

### macOS and Linux
```bash
npm install -g @anthropic-ai/claude-code
```

## Sign in with the provider

Run Claude Code. Choose the sign-in option that matches your Claude plan and finish the provider flow.
```bash
claude
```

## Connect it to Jobwright

Open Jobwright. Open Settings, then Local agents. Select Rescan and choose Claude. Continue after the agent shows Ready.

> Jobwright does not receive the provider password, API key, access token, payment details, or recovery codes. Complete sign-in in the provider tool.

[Open the official setup guide](https://docs.anthropic.com/en/docs/claude-code/getting-started)
