> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apigo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw

> 플랫폼 API를 통해 OpenClaw(이전의 Clawdbot)에서 Claude 모델을 사용하세요.

> 플랫폼 API 기본 URL 및 API 키와 함께 OpenClaw(이전 Clawdbot)를 사용하세요.

## OpenClaw 설치

> 기존 OpenClaw 사용자는 아래 설치 명령을 사용하여 먼저 OpenClaw를 업데이트하는 것이 좋습니다.

원클릭 설치를 위해 터미널에서 다음 명령을 실행하세요.

**맥OS/리눅스**

```bash theme={null}
curl -fsSL https://openclaw.bot/install.sh | bash
```

**창**

```powershell theme={null}
iwr -useb https://openclaw.ai/install.ps1 | iex
```

## 플랫폼 API 구성

설치 후 OpenClaw 구성 흐름을 입력합니다.

```bash theme={null}
openclaw configure
```

처음 시작할 때 온보딩 마법사가 자동으로 열리면 그곳에서 동일한 설정을 완료할 수 있습니다.

### 권장 사항: UI에서 구성

1. 터미널에서 게이트웨이를 시작합니다.

```bash theme={null}
openclaw gateway run
```

2. 브라우저에서 `http://127.0.0.1:18789`를 엽니다.
3. 구성으로 이동하여 `models`를 엽니다.
4. 다음을 사용하여 현재 공급자를 추가하거나 편집합니다.
   * `Base URL`: 플랫폼의 Anthropic 호환 엔드포인트(예: `https://maas.apigo.ai`)
   * `API Key`: 플랫폼 API 키(예: `APIGO_API_KEY`)
5. UI에 `Auth Header` 옵션이 표시되면 활성화된 상태로 유지하세요.
6. `Save`를 클릭한 다음 `Update`를 클릭하여 구성을 적용합니다.

### 모델을 선택하세요

The model does not need to be hardcoded in this guide. After the platform base URL and API key are configured, review the currently available options in the <a href="https://www.apigo.ai/models" target="_blank" rel="noreferrer">모델 카탈로그</a> and choose the model that fits your use case inside OpenClaw.

OpenClaw에서 모델 선택기를 다시 열어야 하는 경우 채팅 UI에서 `/model`를 사용하거나 구성 UI의 `models` 섹션에서 기본 모델을 변경하세요.

## 연결 테스트

다음 명령을 실행하여 채팅이 작동하는지 확인하세요.

```bash theme={null}
openclaw tui
```

대화가 성공적으로 시작되면 구성이 작동하는 것입니다.
