---
title: "Create project under the organization"
method: POST
path: "/organization/{organization_id}/projects"
tags: ["Organizations"]
---

# Create project under the organization

`POST /organization/{organization_id}/projects`

## Path parameters

- `organization_id` string, required

## Request body

- OrganizationProjectsCreateRequestBody — OrganizationProjectsCreateRequestBody
  - `base_port` integer — Valid port number (10000-30000)
  - `billing_group_id` string, required — Billing group ID to assign to the project.
  - `parent_id` string — Organization or unit ID to where to move the project
  - `project_id` string, required — Project ID
  - `tags` object, required — Tags
    - `ANY` string — Tag value
  - `tech_emails` object[] — Technical contact emails
    - `email` string, required — Technical contact email

## Response `200`

Response

- OrganizationProjectsCreateResponse — OrganizationProjectsCreateResponse
  - `account_id` string — [DEPRECATED] Account ID to where the project belongs
  - `base_port` integer — Valid port number (1-65535)
  - `billing_group_id` string — Billing group ID
  - `end_of_life_extension` object, required — End of life extension information
    - `ANY` object — ServiceEndOfLifeExtension
      - `eol_date` string, required — Extended EOL date
      - `version` string, required — Service version
  - `features` object — Feature flags
    - `ANY` boolean — Boolean
  - `organization_id` string, required — Organization ID
  - `parent_id` string, required — Organization or unit ID to where the project belongs
  - `project_id` string, required — Project ID
  - `tags` object, required — Tags
    - `ANY` string — Tag value
  - `tech_emails` object[], required — List of project technical email addresses
    - `email` string, required — Technical contact email

## Other responses

- `403` — Operation not allowed
- `404` — Resource not found
- `409` — Request conflict

---

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