---
title: "Create project"
method: POST
path: "/v0/projects"
---

# Create project

`POST /v0/projects`

Create a new project.

## Request body

- object
  - `slug` string, required — Project name/slug
  - `org` string, required — Organization name
  - `display_name` string, required — Human-readable project name
  - `targets` Target[], required — Targets to generate for
  - `revision` object, required — File contents to commit

## Response `200`

success

- Project — A project is a collection of SDKs generated from the same set of config files.
  - `object` 'project', required
  - `slug` string, required
  - `display_name` string, nullable, required
  - `org` string, required
  - `config_repo` string, required
  - `targets` Target[], required

## Changes

- **2026-01-05** `c9cc06ef2a81` — 1 warning, 1 info
  - added the new `sql` enum value to the `targets/items/` response property for the response status `200`
  - added the new `sql` enum value to the request property `targets/items/`
- **2025-12-17** `6783cf45e0ea` — 1 warning, 1 info
  - added the new `openapi` enum value to the `targets/items/` response property for the response status `200`
  - added the new `openapi` enum value to the request property `targets/items/`

[Change history](https://skmtc.dev/stainless-api/apis/my-api/changes/v0/projects/post.md)

---

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