v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBProjects
Create project in the current organization
Creates a new project within the authed organization. The project key must be unique within the organization. If this is called in an Organization that has permissions controlled via an external IdP (https://docs.devcycle.com/platform/security-and-guardrails/permissions#full-role-based-access-control-project-level-roles--enterprise-only) - then no users will have permission to access this project.
post/v1/projects
Request body
Example request
{
"name": "Delivery App",
"key": "delivery-app",
"description": "A web app to manage outbound deliveries",
"color": "#4073FF"
}Response
The project has been successfully created
Example response
{
"_id": "61450f3daec96f5cf4a49946",
"name": "Delivery App",
"key": "delivery-app",
"description": "A web app to manage outbound deliveries",
"color": "#4073FF"
}