# 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>

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.whisk.com/api-overview/whisk-sandbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
