---
title: "Create"
method: POST
path: "/v3/projects"
---

# Create

`POST /v3/projects`

Project

## Request body

- object
  - `name` string, required — Name of project
  - `description` string — Description of project

## Response `200`

200

- object
  - `project` object
    - `id` string
    - `name` string
    - `description` string
    - `created_at` string

---

[API](https://skmtc.net/doppler/apis/core.md) · [All operations](https://skmtc.net/doppler/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doppler/core/versions/8f244bc5b038/schema)
