Create Repository
gitlab_create_repositoryCreate a GitLab repository by providing a name and optional settings for description, visibility, namespace, path, and default branch.
Instructions
Create a new GitLab project/repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | ||
| visibility | No | ||
| description | No | ||
| namespace_id | No | ||
| default_branch | No | ||
| initialize_with_readme | No |