---
title: "Create a project for an organization"
method: POST
path: "/v0/organizations/{organization}/projects"
tags: ["organizations", "projects"]
---

# Create a project for an organization

`POST /v0/organizations/{organization}/projects`

Create a new project for an organization. The user must have `create` permissions for the organization. The new project will have a `main` branch, a `localhost` testbed, `latency` and `throughput` measures, and a threshold for both measures. ➕ Bencher Plus: The project visibility must be `public` unless the organization has a valid Bencher Plus subscription.

## Path parameters

- `organization` string, required

## Request body

- JsonNewProject
  - `name` string, required
  - `slug` string
  - `url` string
  - `visibility` 'public' | 'private'

## Response `201`

successful creation

- JsonProject
  - `claimed` string, date-time
  - `created` string, date-time, required
  - `modified` string, date-time, required
  - `name` string, required
  - `organization` string, uuid, required
  - `slug` string, required
  - `url` string
  - `uuid` string, uuid, required
  - `visibility` 'public' | 'private', required

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.net/bencherdev/apis/bencher-api.md) · [All operations](https://skmtc.net/bencherdev/apis/bencher-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bencherdev/bencher-api/versions/84086e99e6cd/schema)
