create_repository
Create a new GitLab project by specifying a name and optionally setting the group namespace, description, visibility, and initializing with a README.
Instructions
Create a new GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| namespace_id | No | Group namespace ID to create the project in. Omit to use the current user's namespace. | |
| description | No | Repository description | |
| visibility | No | Repository visibility level | |
| initialize_with_readme | No | Initialize with README.md |