Validate Git Config
lyzr_git_validate_configValidate git connection configuration for an agent without saving. Verify repository, branch, and provider settings in one step.
Instructions
Validate a git connection configuration for an agent without saving it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization/owner name | |
| pat | No | Personal access token | |
| branch | No | Default branch to use (default main) | |
| agent_id | Yes | Agent id | |
| base_url | No | Base URL for self-hosted git providers | |
| provider | No | Git provider, e.g. github (default github) | |
| repo_name | Yes | Repository name | |
| environments | No | List of deployment environment names |