---
title: "Create a Playground project"
method: POST
path: "/api/playground/project"
tags: ["Playground"]
---

# Create a Playground project

`POST /api/playground/project`

Creates a new project in the Playground.
Requires `admin`, `developer`, or the `playground_control` permission.

## Request body

- object
  - `project` string, required — Name of the new project (alphanumeric, must not start with a digit).
  - `user_id` integer

## Response `204`

Project created.

## Other responses

- `400` — Bad request.
- `403` — Access denied.

---

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