Git Protocol Endpoint
This endpoint implements the Git smart HTTP protocol’s upload-pack phase, which transfers repository objects during fetch/clone operations.Automatic Usage
Called automatically by:Architecture
Authorizations
Use your Morph API key as the bearer token. Get your API key at https://morphllm.com/dashboard
Path Parameters
Repository identifier
Example:
"my-project"
Body
application/x-git-upload-pack-request · file
Git protocol pack negotiation data
Git protocol pack request (binary format)
Response
Repository data retrieved successfully
Git protocol pack data