Git Protocol Endpoint
This endpoint implements the Git smart HTTP protocol’s reference discovery phase. It’s called automatically by:git clonegit fetchgit pullmorphGit.clone()morphGit.pull()
Authentication Flow
The git-proxy validates your Morph API key and translates it to Azure DevOps authentication automatically.When to Use
You typically won’t call this endpoint directly. It’s used under the hood by git clients and the Morph SDK.Authorizations
Use your Morph API key as the bearer token. Get your API key at https://morphllm.com/dashboard
Path Parameters
Repository identifier (e.g., 'my-project')
Example:
"my-project"
Query Parameters
Git service name (e.g., 'git-upload-pack' for fetch operations)
Available options:
git-upload-pack, git-receive-pack Example:
"git-upload-pack"
Response
Git references retrieved successfully
Git protocol packed references