Save Git Config
lyzr_git_save_configSave or update an agent's git connection by specifying provider, repository, credentials, and branch. Configure self-hosted providers and deployment environments.
Instructions
Save or update the git connection (provider, repo, credentials) for an agent.
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 |