---
title: "POST /team/{team_id}/projects"
method: POST
path: "/team/{team_id}/projects"
tags: ["project"]
---

# POST /team/{team_id}/projects

`POST /team/{team_id}/projects`

## Path parameters

- `team_id` string, uuid, required

## Request body

- CreateProjectRequest
  - `description` string, nullable
  - `name` string, required

## Response `201`

Project created successfully

- Project
  - `created_at` string, date-time, required
  - `description` string, nullable
  - `id` string, uuid, required
  - `name` string, required
  - `team_id` string, uuid, required
  - `updated_at` string, date-time, required
  - `visibility` 'private' | 'shared_with_team', required

## Other responses

- `403` — Forbidden - user does not have write access to team
- `404` — Team not found
- `500` — Internal server error

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
