> ## 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.

# Developer SDK overview

> Learn the evoX T1 local development and T2 default-deny public runtime model.

<video autoPlay muted loop playsInline disablePictureInPicture className="w-full rounded-2xl pointer-events-none select-none" src="https://cdn.jsdelivr.net/gh/phun333/phun333@main/635377242-b2b2f6df-f397-450d-933b-a83657575edf.mp4" />

The evoX Developer SDK connects plugin behavior through a host-assigned identity and typed capability calls. A plugin cannot choose its own identity, profile binding or permissions through a runtime message.

<Columns cols={2}>
  <Card title="Choose trust tiers" href="/en/sdk/trust-tiers">Compare the T0, T1 and T2 boundaries.</Card>
  <Card title="Run the first T1 example" href="/en/sdk/quickstart">Verify the counter example with a process and a mock host.</Card>
  <Card title="Prepare a project with the CLI" href="/en/sdk/cli">Validate the project, produce a browser bundle and package it.</Card>
  <Card title="Define the manifest" href="/en/sdk/manifest">Declare runtime, compatibility, permission and action fields.</Card>
  <Card title="Publish the pack" href="/en/sdk/publishing">Prepare the pack, upload it and submit it to Market moderation.</Card>
  <Card title="Read the distribution status" href="/en/sdk/distribution-status">See the boundary between local development and public readiness.</Card>
</Columns>

## Core contract

* **T1 is not a sandbox.** It provides separate Node process lifecycle/crash isolation but may have the OS access of the user account.
* **T2 is default-deny.** The host-owned sandboxed Chromium Worker uses only declared ∩ granted capability calls.
* The public SDK provides no raw secret getter.
* A direct network, filesystem or process fallback does not count as T2 compatibility.
* Public executable upload/install stays closed until the production chain is complete.
