summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/tr/sdk.mdx
blob: 6e9e1054e409722f3454ae14d9312c1d3515fca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: SDK
description: opencode serveri icin type-safe JS istemcisi.
---

OpenCode JS/TS SDK, sunucu ile etkilesmek icin type-safe bir istemci saglar.

[Sunucu](/docs/server) sayfasinda mimariyi gorebilir, topluluk ornekleri icin [projects](/docs/ecosystem#projects) bolumune bakabilirsiniz.

## Kurulum

```bash
npm install @opencode-ai/sdk
```

## Baslangic

```javascript
import { createOpencode } from "@opencode-ai/sdk"

const { client } = await createOpencode()
```