Skip to main content
POST
Create a project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required

The unique identifier of the workspace the project is created in

Body

application/json

Request body for creating a project

name
string
required

Project display name

Minimum string length: 1
description
string

Project description

project_creator
string<email>

Email of the user to grant the project-creator membership to (API key actors only). A signed-in user does not see the new project until their session refreshes, which happens on their next request to the control plane.

Response

Project created successfully

The created project

success
boolean
required
data
object
required

Project object