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

# Create

`POST /v3/configs`

Create a new branch config.

## Request body

- object
  - `project` string, required — Unique identifier for the project object.
  - `environment` string, required — Identifier for the environment object.
  - `name` string, required — Name of the new branch config.

## Response `200`

200

- object
  - `config` object
    - `name` string
    - `root` boolean
    - `locked` boolean
    - `initial_fetch_at` string
    - `last_fetch_at` string
    - `created_at` string
    - `environment` string
    - `project` 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)
