# Use Kimi with Jobwright

Install OpenCode, connect Moonshot AI, then choose OpenCode in Jobwright.

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

Install OpenCode, connect Moonshot AI, then select OpenCode in Jobwright.

## Before you start

- Kimi chat access might not include Moonshot API access. Check your Moonshot account before you start.
- 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 opencode-ai
```

### macOS and Linux
```bash
curl -fsSL https://opencode.ai/install | bash
```

## Sign in with the provider

Run OpenCode. Enter /connect and choose Moonshot AI. Complete provider access, then enter /models and choose a Kimi model.
```bash
opencode
/connect
/models
```

## Connect it to Jobwright

Open Jobwright. Open Settings, then Local agents. Select Rescan and choose OpenCode. 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://opencode.ai/docs/providers#moonshot-ai)
