Create a new Sandbox Pool.
Pools pre-provision sandboxes from a template for faster startup.
createPool(name: string, options: CreatePoolOptions): Promise<Pool>| Name | Type | Description |
|---|---|---|
name* | string | Pool name (lowercase letters, numbers, hyphens; max 63 chars). |
options* | CreatePoolOptions | Creation options including templateName, replicas, and optional timeout. |