create_repository
Create a new Git repository in a project by providing its name, URL, branch, and SSH key for authentication.
Instructions
Create a new repository.
Args: project_id: ID of the project name: Repository name git_url: Git repository URL git_branch: Git branch to use ssh_key_id: SSH key ID for authentication
Returns: Created repository details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| git_url | Yes | ||
| git_branch | Yes | ||
| ssh_key_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||