---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/variables/runSandboxPreflight.md
description: Compatibility alias for the construction-site call in WP-A1.
---

# Variable: runSandboxPreflight

```ts
const runSandboxPreflight: (
  options: PreflightOptions,
) => Promise<SandboxPreflight> = preflightSandbox;
```

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

Compatibility alias for the construction-site call in WP-A1.

Run the once-only, fail-closed environment gauntlet used by `createSandbox()`.

## Parameters

| Parameter | Type                                                    |
| --------- | ------------------------------------------------------- |
| `options` | [`PreflightOptions`](../interfaces/PreflightOptions.md) |

## Returns

`Promise`<[`SandboxPreflight`](../interfaces/SandboxPreflight.md)>
