> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trybrein.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Repositorios

> Registra la identidad del repositorio para flujos locales de topics y checkout.

## Repositorios

| Método   | Ruta                          | Propósito                            |
| -------- | ----------------------------- | ------------------------------------ |
| `GET`    | `/workspaces/:slug/repos`     | Lista los repositorios               |
| `POST`   | `/workspaces/:slug/repos`     | Registra un repositorio              |
| `GET`    | `/workspaces/:slug/repos/:id` | Obtiene los detalles del repositorio |
| `DELETE` | `/workspaces/:slug/repos/:id` | Elimina un repositorio               |

Los repositorios se registran desde la CLI usando el checkout actual. La organización y el nombre almacenados permiten resolver el workspace y enlazar topics localmente sin subir código fuente.
