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

# SDK örnekleri

> T1 process, T2 Worker ve credential lifecycle örneklerini doğru güvenlik iddiasıyla çalıştırın.

<Note>Bu sayfadaki `pnpm smoke:*` komutları evoX monorepo checkout'u içindir (checked-in örnek ve güvenlik harness'ları). Standalone başlangıç için <a href="/sdk/quickstart">Hızlı başlangıç</a> ve <a href="/sdk/tutorial-first-plugin">İlk gerçek plugin</a> sayfalarını kullanın.</Note>

## Trusted counter — T1

```bash theme={}
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-example
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-example-mock
```

## Browser Worker status — T2 kaynak örneği

`examples/developer-plugins/browser-worker-status` yalnız browser Worker transportu ve `key.display` kullanır. Node, DOM, direct network, filesystem veya process fallbackı yoktur.

```bash theme={}
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-browser-worker-example
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-sandbox
```

İlk smoke source/behavior sözleşmesini; ikincisi gerçek sandboxed Chromium sınırını doğrular. Bu kaynak örneği henüz bundle, package, publish preview veya Market readiness kanıtı değildir.

## Credential lifecycle

`examples/developer-plugins/credential-lifecycle` lifecycle-only credential API’lerini kullanır; raw token getterı yoktur.

```bash theme={}
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-credential-example
```

<Note>Permission setini “ileride gerekebilir” diye büyütmeyin. Her capability’nin gerçek kullanıcı görevi ve fail-closed davranışı olmalıdır.</Note>
