projects_create
Create an Ultralytics workspace project, defaulting to private visibility. Set the display name, URL slug, owner, description, and choose public or private access.
Instructions
Create a project in your Ultralytics workspace. Defaults to private visibility (the platform defaults to public when visibility is omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name. | |
| owner | No | Workspace owner; defaults to the account owner. | |
| project | Yes | URL slug for the new project (distinct from the display name given by name). | |
| visibility | No | Visibility "private" (default) or "public". | |
| description | No | Project description. |