---
title: Run repos
description: Repositories checked out in a run.
canonical_url: https://wiblo.app/docs/developers/api/agent-run-repos
last_updated: 2026-07-28T18:08:25+02:00
md_url: https://wiblo.app/docs/developers/api/agent-run-repos.md
---

# Run repos

## Endpoints

- `GET` [List agent run repos](/docs/developers/api/agent-run-repos/list-agent-run-repos) — `/v1/agent-runs/{runId}/repos`
- `POST` [Add agent run repo](/docs/developers/api/agent-run-repos/add-agent-run-repo) — `/v1/agent-runs/{runId}/repos`
- `DELETE` [Remove agent run repo](/docs/developers/api/agent-run-repos/remove-agent-run-repo) — `/v1/agent-runs/{runId}/repos/{folder}`
