---
title: "Add Repo"
method: POST
path: "/api/v1/orgs/{orgId}/helm/repos"
tags: ["helm"]
---

# Add Repo

`POST /api/v1/orgs/{orgId}/helm/repos`

Add new Helm repository

## Path parameters

- `orgId` integer, required

## Request body

- HelmReposAddRequest
  - `name` string, required
  - `url` string, required
  - `certFile` string
  - `keyFile` string
  - `caFile` string
  - `passwordSecretRef` string
  - `tlsSecretRef` string

## Response `200`

resource successfully added.

- HelmRepoListItem
  - `name` string
  - `cache` string
  - `url` string
  - `certFile` string
  - `keyFile` string
  - `caFile` string
  - `passwordSecretRef` string
  - `tlsSecretRef` string

## Other responses

- `default` — Internal server error

---

[API](https://skmtc.net/banzaicloud/apis/pipeline-api.md) · [All operations](https://skmtc.net/banzaicloud/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banzaicloud/pipeline-api/versions/a2e35c430378/schema)
