Create a git connection
Create a connection between a git provider and a repository
POST
Create a connection between a git provider and a specific repository. The connection can then be referenced by projects for automated deployments.
Path parameters
namespace
type: string
requiredThe namespace (user or organization) to create the git connection in.
Body parameters
provider_id
type: string
requiredThe git provider ID to use for authentication (e.g., `gp_3a4b5c6d`).
repo_owner
type: string
requiredThe repository owner or organization (e.g., `acme`).
repo_name
type: string
requiredThe repository name (e.g., `inference-engine`).
Previous → List git providers