---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/functions/probeSandboxSpawn.md
---

# Function: probeSandboxSpawn()

```ts
function probeSandboxSpawn(
  enforcer: SandboxPolicyEnforcer,
  policy: SandboxPolicy,
): Promise<void>;
```

Defined in: [src/batteries/sandbox/preflight.ts:103](https://github.com/NHTIO/ADK/blob/v1.20260907.1/src/src/batteries/sandbox/preflight.ts#L103)

Probe spawning after policy admission, rather than as part of preflight.

## Parameters

| Parameter  | Type                                                              |
| ---------- | ----------------------------------------------------------------- |
| `enforcer` | [`SandboxPolicyEnforcer`](../interfaces/SandboxPolicyEnforcer.md) |
| `policy`   | [`SandboxPolicy`](../interfaces/SandboxPolicy.md)                 |

## Returns

`Promise`<`void`>
