# Whisk Sandbox

When you [create a new account](/master/guides/creating-an-account.md), you'll receive a key for our Whisk API sandbox called the Test Kitchen.

The Test Kitchen API is similar to the same ones you'd find in production. This sandbox is designed to help get you started with all of the API's features. 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:** `graph.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 (aka: 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:** unlimited calls per second, calls per month defined by your contract

### Example

`curl "https://testkitchen.whisk.com/v1/search?type=recipe" \`\
&#x20;    `-H 'Authorization: Token <Access-Token>’`<br>


---

# 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/master/guides/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.
