---
title: "Create sandbox provider instance"
method: POST
path: "/api/projects/{projectId}/sandbox-providers/"
tags: ["Sandbox Providers"]
---

# Create sandbox provider instance

`POST /api/projects/{projectId}/sandbox-providers/`

Create sandbox provider instance. Accepts a JSON request body when defined and returns the resulting resource or action status.

## Path parameters

- `projectId` string, required

## Request body

- CreateSandboxProviderRequest — create Sandbox Provider Request payload accepted by the API.
  - `type` string, required — type value for the create Sandbox Provider Request object.
  - `name` string, required — Human-readable name.
  - `config` object — config value for the create Sandbox Provider Request object.

## Response `200`

Provider

- SandboxProvider — sandbox Provider API object.
  - `id` string — Stable identifier for the object.
  - `type` string — type value for the sandbox Provider object.
  - `name` string — Human-readable name.
  - `config` object — config value for the sandbox Provider object.

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
