---
title: "Add Repo"
method: POST
path: "/workspaces/{workspace_id}/repos"
tags: ["workspaces"]
---

# Add Repo

`POST /workspaces/{workspace_id}/repos`

## Path parameters

- `workspace_id` string, required

## Request body

- WorkspaceMemberAddRequest
  - `repo_id` string, required
  - `alias` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/6bb9d0da77e3?raw)
