Create a new ground (project)
create_projectCreate a new project ground to map structure, dependencies, and bugs. Requires a unique slug and display name; the authenticated user owns it.
Instructions
Creates a new ground. Slug must match /^[a-z0-9][a-z0-9-]{0,49}$/ and be unique. The authenticated user owns it. Requires a write-scope token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name. | |
| slug | Yes | URL slug. Lowercase letters, digits, hyphens; 1–50 chars. | |
| visibility | No | Defaults to private. | |
| description | No |