Docs

Create Repository for Authenticated User

Creates a repository for the authenticated GitHub user.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The name of the repository.

string

A short description of the repository.

boolean

Whether the repository is private.

boolean

Whether the repository is initialized with a minimal README.

Uncommon arguments
string

A URL with more information about the repository.

boolean

Whether issues are enabled.

boolean

Whether projects are enabled.

boolean

Whether the wiki is enabled.

boolean

Whether discussions are enabled.

number

The ID of the team that will be granted access to this repository when applicable.

string

The desired language or platform to apply to the .gitignore.

string

The license keyword of the open source license for this repository.

boolean

Whether to allow squash merges for pull requests.

boolean

Whether to allow merge commits for pull requests.

boolean

Whether to allow rebase merges for pull requests.

boolean

Whether to allow auto-merge to be used on pull requests.

boolean

Whether to delete head branches when pull requests are merged.

string

The default value for a squash merge commit title.

string

The default value for a squash merge commit message.

string

The default value for a merge commit title.

string

The default value for a merge commit message.

boolean

Whether downloads are enabled.

boolean

Whether this repository acts as a template that can be used to generate new repositories.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.