Skip to content

create_project

Create a new project in a workspace.

Projects group related library objects into a shared collection. The caller is
added as the project's first member. Fails if a project with the same name already
exists in the workspace or the workspace project limit is reached. Requires
workspace project-edit permission.

Parameters

ParameterTypeDefaultDescription
workspace_idrequiredstring (uuid)The workspace to create the project in.
namerequiredstring1–∞ charsThe project's display name. Must be unique within the workspace.
descriptionstring0–1000 charsOptional short project description.
instructionsstring0–200000 charsOptional project instructions that guide content created within it.