post https://api.split.io/internal/api/v2/workspaces
Allows you to create projects (formerly known as workspaces).
Note: When you create a project from this API, this won't create the default environment. You must use the create environment API to create an environment.
Access requirements
The Authorization Bearer (Admin API Key authorizing the request) must have one of the following roles and scopes:
Admin API Key roles accepted
- API_ALL_GRANTED
- API_ADMIN
- API_WORKSPACE_ADMIN
Admin API Key scopes accepted
- GLOBAL
To learn more about Admin API Key roles and scopes, see API keys overview.
JSON Payload
{
"name": "string",
"requiresTitleAndComments": true
}