---
title: "Creates a project"
method: POST
path: "/v1/appsecops/projects/create"
tags: ["AppSecOps"]
---

# Creates a project

`POST /v1/appsecops/projects/create`

Creates a project

## Request body

- AppSecopsProjectRequest
  - `name` string, required — Name of the application
  - `description` string — Project description
  - `tenant_id` string, required — Tenant ID
  - `application_ids` string[], required — Project related application IDs
  - `tags` KeyValuePair[]
    - `key` string — Key of the pair
    - `value` string — Value of the pair

## Response `200`

Success

- AppSecopsProjectResponse
  - `name` string, required — Name of the application
  - `description` string — Project description
  - `tenant_id` string, required — Tenant ID
  - `application_ids` string[], required — Project related application IDs
  - `tags` KeyValuePair[]
    - `key` string — Key of the pair
    - `value` string — Value of the pair
  - `project_id` string — Unique ID of the project
  - `created_at` string, date-time — Project created time
  - `created_by` string — Name of the user who created a project
  - `updated_at` string, date-time — Project updated time
  - `updated_by` string — Name of the user who recently updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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