---
title: "Create a project"
method: POST
path: "/v1/projects"
tags: ["Projects"]
---

# Create a project

`POST /v1/projects`

Creates a new project.

## Request body

- Project
  - `billingAccountId` string, required
  - `createBy` string
  - `id` string, required
  - `resourceCount` integer

## Response `200`

A successful response.

- Project
  - `billingAccountId` string, required
  - `createBy` string
  - `id` string, required
  - `resourceCount` integer

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/cudocompute/apis/cudo-compute-service.md) · [All operations](https://skmtc.net/cudocompute/apis/cudo-compute-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cudocompute/cudo-compute-service/revisions/93dc40dababc/schema)
