---
title: "Create Sandbox"
method: POST
path: "/v2/sandboxes"
tags: ["Sandboxes"]
---

# Create Sandbox

`POST /v2/sandboxes`

Create a new sandbox for file uploads. The returned sandbox_id can be passed to POST /v2/teams/:team_id/runs to stage data for a run.

## Response `201`

Default Response

- object
  - `sandbox_id` string, required — The newly created sandbox's identifier
  - `expires_at` string, required — ISO 8601 timestamp when the sandbox will expire

## Other responses

- `401` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
