
POST /projects
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
POST /projects
Create a new project.
Creates a new project scoped to the authenticated team. Use a team API key as the Bearer token (not a project API key). The response includes the new project's api_key, which you use to authenticate all subsequent project-scoped API calls (e.g. POST /organizations).
Code Examples
API Explorer
Request Body
Content type: application/json
Responses
201 Project created successfully
Content type: application/json
Response Fields
Example Response
401 Missing or invalid team API key
422 Validation failed (e.g. missing name, free plan project limit reached)
POST /projects
