Creates a new Git repository in Azure DevOps and the Morph database. Supports organization-scoped repositories. Most developers use morphGit.init() from the SDK instead of calling this directly.
org_id is automatically determined from your API key’s association.Use your Morph API key as the bearer token. Get your API key at https://morphllm.com/dashboard
Repository creation request
Unique repository identifier. Must be unique across your account/organization.
"my-app"
Human-readable repository name. Defaults to repoId if not provided.
"My Application"
Default branch name for the repository
"main"
Repository created successfully
Whether the repository was created successfully
true
Repository identifier
"my-app"
Azure DevOps repository path (internal identifier)
"u-user123-r-my-app"
Git remote URL for this repository
"https://repos.morphllm.com/v1/repos/my-app"
Repository name
"My Application"
Default branch name
"main"