# Developer Sandboxes

Cloned company databases for safe developer testing.

## List developer sandboxes

 - [GET /api/v2/developer-sandboxes](https://developer.caraer.com/apis/developer-sandboxes/list_1.md): Lists sandboxes owned by the caller's selected company.

## Create a developer sandbox

 - [POST /api/v2/developer-sandboxes](https://developer.caraer.com/apis/developer-sandboxes/create_1.md): Clones the selected company's Neo4j database (no new Company node). Activate with X-Caraer-Sandbox-Uuid; company identity stays the owner.

## Get a developer sandbox

 - [GET /api/v2/developer-sandboxes/{uuid}](https://developer.caraer.com/apis/developer-sandboxes/show_2.md)

