uselink_create_project
Create a new project on uselink. Workspace is inferred from your access token, and the URL slug is auto-generated from the project name if omitted.
Instructions
Create a new project. Workspace is inferred from the PAT — workspace-scoped tokens create inside that workspace, personal tokens create a personal project. Slug is auto-generated from the name if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project display name | |
| slug | No | URL slug (optional — derived from name) |