> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.claw-ops.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.claw-ops.com/_mcp/server.

# API Reference

> ClawOps REST API 인증, 기본 URL과 공통 규칙입니다.

# API Reference

ClawOps REST API는 HTTPS와 JSON을 사용합니다.

## Base URL

```text
https://api.claw-ops.com
```

## 인증

모든 요청의 `Authorization` 헤더에 API 키를 Bearer 토큰으로 전달합니다.

```bash
curl "https://api.claw-ops.com/v1/accounts/$CLAWOPS_ACCOUNT_ID/calls" \
  -H "Authorization: Bearer $CLAWOPS_API_KEY"
```

API 키는 서버 측 비밀 저장소에서 관리하고 Git 저장소, 브라우저 코드, 로그에 기록하지 마세요.

왼쪽 탐색 메뉴에서 OpenAPI 스펙으로 자동 생성된 전체 엔드포인트와 요청·응답 스키마를 확인할 수 있습니다.