> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-3071-org-scoped-api-keys.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# init

> TypeScript SDK 레퍼런스

> **init**(`project`, `settings?`): `Promise`\<[`WeaveClient`](../interfaces/weaveclient)>

Weave 트레이싱에 필요한 Weave 클라이언트를 초기화합니다.

정의 위치: [src/clientApi.ts:87](https://github.com/wandb/weave/blob/8c5f077eb11c42b84000726ff20504abc728d3fb/sdks/node/src/clientApi.ts#L87)

<div id="parameters">
  ## 매개변수
</div>

<div id="project">
  ### 프로젝트
</div>

`string`

W\&B 프로젝트 이름입니다(`project` 또는 `entity/project` 형식일 수 있습니다). W\&B 팀(예: `team/project`)을
지정하지 않으면 기본 entity가 사용됩니다.
기본 defaul[https://docs.wandb.ai/platform/app/settings-page/user-settings#default-team](https://docs.wandb.ai/platform/app/settings-page/user-settings#default-team)/platform/app/settings-page/user-settings#default-team

<div id="settings">
  ### settings?
</div>

`Partial`\<[`Settings`](../type-aliases/settings)>

(선택) Weave 트레이싱 설정

<div id="returns">
  ## 반환값
</div>

`Promise`\<[`WeaveClient`](../interfaces/weaveclient)>

초기화된 Weave 클라이언트로 해석되는 Promise입니다.

<div id="throws">
  ## 예외 발생
</div>

초기화에 실패한 경우
