activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Feb 19, 2026

Create Repository

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI Path
The Create Repository activity provisions a new GitHub repository under the authenticated user or organization. POST/user/repos

Input

ParameterDescriptionData Type
Repository nameName of the repository; not case‑sensitive.string
DescriptionShort human‑readable description of the repository.string
PrivateWhether the repository should be private (true) or public (false). boolean
HomepageURL with more information about the repository (for example, project homepage). string
Team IDID of a team to grant access to the repository when creating it in an organization. int32
Auto initializeWhether to create an initial commit with an empty README.boolean
Allow auto mergeWhether to allow auto‑merge on pull requests.boolean
Delete branch on mergeWhether to automatically delete head branches when pull requests are merged (requires organization owner for enabling in some scenarios). boolean
TemplateWhether this repository should be available as a template repository. boolean
Gitignore templateGitignore template to apply by language or platform name (for example, Haskell). string
License templateLicense template key (for example, mit, mpl-2.0) to apply an open source license file. string
Has issuesWhether to enable GitHub Issues for this repository.boolean
VisibilityRepository visibility: public, private, or internal. string

Output

ParameterDescriptionData Type
Repository IDInternal ID of the created repository.int32
Create repositoryFull response object for the repository.Object
Note:
  • In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
  • In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.