create_repository
Create a new GitLab repository with configurable name, visibility, description, and namespace. Optionally add an initial README file.
Instructions
Create a new GitLab project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| visibility | No | Repository visibility level | |
| description | No | Repository description | |
| namespace_id | No | Group namespace ID to create the project in. Omit to use the current user's namespace. | |
| initialize_with_readme | No | Initialize with README.md |