---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/type-aliases/SandboxPlatform.md
description: Platform identity supplied by the construction site.
---

# Type Alias: SandboxPlatform

```ts
type SandboxPlatform = "darwin" | "linux" | "win32" | string;
```

Defined in: [src/batteries/sandbox/preflight.ts:14](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/preflight.ts#L14)

Platform identity supplied by the construction site.
