> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.medicomp.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.medicomp.com/_mcp/server.

# Sandbox

The Quippe [sandbox site](https://quippe.medicomp.com) is a test environment that allows you to experiment with and test the Quippe APIs without having to setup anything locally in your development environment. If you have not already done so, you can [sign up](https://medicomp.com/contact-us) for credentials to access the sandbox site.

In addition to hosting the Quippe APIs, the sandbox site also contains several test patients that you can reference when trying out the APIs:

| ID       | Name             | Age | Sex    |
| -------- | ---------------- | --- | ------ |
| 150290   | Seymour Patients | 58y | Male   |
| 222888   | William Atkins   | 69y | Male   |
| 164811   | Elsie Chen       | 34y | Female |
| 19016000 | Susie B. Goode   | 17y | Female |
| 19014000 | Precious Bundle  | 18m | Male   |

To use the APIs in the Quippe sandbox site, use `https://quippe.medicomp.com/api` as the root of your request URLs. For authentication, you can either use [HTTP basic authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Authentication#basic_authentication_scheme) and supply the credentials that you received when you signed up or use a [JSON web token](https://www.jwt.io/) generated by a request to the [/Quippe/Security/Token](/api-reference/rest/get-quippe-security-token) endpoint; see the [authentication topic](/quippe-rest-api/authentication) for details.