create_repository
Create a new GitHub repository with customizable settings including name, description, privacy, and README initialization.
Instructions
Create a new repository for the authenticated user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| description | No | Repository description | |
| private | No | Whether the repository is private | |
| auto_init | No | Initialize with a README |