---
title: "Create project"
method: POST
path: "/v1/connect/projects"
---

# Create project

`POST /v1/connect/projects`

Create a new project for the authenticated workspace

## Request body

- CreateProjectOpts
  - `name` string, required — Name of the project
  - `app_name` string — Display name for the Connect application
  - `support_email` string, email — Support email displayed to end users
  - `connect_require_key_auth_test` boolean — Send a test request to the upstream API when adding Connect accounts for key-based apps

## Response `201`

project created

- Project — Project that can be accessed via the Connect API
  - `id` string, required — Hash ID for the project
  - `name` string, required — Display name of the project
  - `app_name` string, nullable — App name shown to Connect users
  - `support_email` string, email, nullable — Support email configured for the project
  - `connect_require_key_auth_test` boolean — Send a test request to the upstream API when adding Connect accounts for key-based apps

## Other responses

- `429` — too many requests

---

[API](https://skmtc.net/pipedream/apis/pipedream-rest-api.md) · [All operations](https://skmtc.net/pipedream/apis/pipedream-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedream/pipedream-rest-api/revisions/c25dbf225c49/schema)
