---
title: "Creates a new project"
method: POST
path: "/projects"
tags: ["Project"]
---

# Creates a new project

`POST /projects`

Use this endpoint to create a new project in your organization. The `metadata` attribute can be used to associate
additional information about this project.

Once the project is created, [it can be found in the manager](https://redirection.io/manager).

## Request body

- ProjectCreateJson
  - `metadata` object
  - `name` string, required

## Response `201`

Project resource created

- ProjectJson
  - `id` string, required
  - `metadata` object, required
  - `name` string, required
  - `plan` string, required
  - `slug` string, required

## Other responses

- `400` — Invalid input
- `422` — An error occurred

---

[API](https://skmtc.net/redirection/apis/redirection-io.md) · [All operations](https://skmtc.net/redirection/apis/redirection-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redirection/redirection-io/versions/50d19e1f364a/schema)
