> For the complete documentation index, see [llms.txt](https://docs.whisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whisk.com/api-overview/whisk-sandbox.md).

# Whisk Sandbox

We do not accept new sandbox applications now

### API Host

<details>

<summary>About sandbox</summary>

The Test Kitchen API emulates our production API's behavior and helps you get started with our API services. However, it's important to know that there are some limitations imposed on Test Kitchen. Here are the key differences to be aware of between the sandbox and production APIs:&#x20;

### API Host

**Test Kitchen:** `testkitchen.whisk.com`

**Production:** `api.whisk.com`

### Recipe Search & Recipe Feed

**Test Kitchen:** A small subset of recipes are available through the search and feed specifically validating that everything is wired up correctly.

**Production:** Your recipe visibility depends on your Whisk agreement. You can discuss the details with your Whisk contact.&#x20;

### Retailers

**Test Kitchen retailers:** Walmart (US, all zip codes) and Tesco (GB)

**Production retailers:** <https://docs.whisk.com/resources/supported-retailers>

### List Transfer (Shopping list mobile)

All successful list transfers return the same transfer URL.&#x20;

### Call frequency

**Test Kitchen:** 10 calls per second, 200 calls per day

**Production:** 10 calls per second per endpoint. Higher limits can be discussed.&#x20;

### Example

```bash
curl "https://testkitchen.whisk.com/v1/search?type=recipe" \
     -H "Authorization: Token <Access-Token>"
```

</details>

###
