---
title: "CreateProject creates a specified project."
method: POST
path: "/v1/projects"
---

# CreateProject creates a specified project.

`POST /v1/projects`

## Query parameters

- `project_id` string

## Request body

- Project — A Project is a top-level description of a collection of APIs. Typically there would be one project for an entire organization. Note: in a Google Cloud deployment, this resource and associated methods will be omitted and its children will instead be associated with Google Cloud projects.
  - `name` string — Resource name.
  - `display_name` string — Human-meaningful name.
  - `description` string — A detailed description.
  - `create_time` string, RFC3339 — Creation timestamp.
  - `update_time` string, RFC3339 — Last update timestamp.

## Response `200`

OK

- Project — A Project is a top-level description of a collection of APIs. Typically there would be one project for an entire organization. Note: in a Google Cloud deployment, this resource and associated methods will be omitted and its children will instead be associated with Google Cloud projects.
  - `name` string — Resource name.
  - `display_name` string — Human-meaningful name.
  - `description` string — A detailed description.
  - `create_time` string, RFC3339 — Creation timestamp.
  - `update_time` string, RFC3339 — Last update timestamp.

## Changes

- **2021-04-20** `7428736a439b` — 2 breaking, 8 warning, 4 info
  - the `create_time` response's property type changed from no type to `string`, and format from no format to `RFC3339` for status `200`
  - the `update_time` response's property type changed from no type to `string`, and format from no format to `RFC3339` for status `200`
  - removed the request property `create_time/nanos`
  - removed the request property `create_time/seconds`
  - …10 more
- **2021-02-27** `f26001c22757` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/apigee/apis/registry-api/changes/v1/projects/post.md)

---

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