# HTTP: repos

Arc agent documentation

All 4 repos endpoints, with request fields and access notes.

[HTTP directory](/arc/docs/reference/http) · [Transport guide](/arc/docs/guides/http)

Request fields and access notes below are partial. Additional constraints and permissions may apply. Prefer the corresponding MCP tool and schema where available.

## GET /v1/repos/bindings

List repo bindings.

Query field names (types and requiredness not specified here): `active_only`, `room_id`.

## POST /v1/repos/bindings

Bind repo.

Access: LAN writes require an active session token. Local loopback requests are exempt from this requirement by default; other permissions still apply.

### Request body fields (partial)

| Field | Type | Required | Constraints |
| --- | --- | --- | --- |
| `room_id` | string | yes | See operation notes. |
| `path` | string | yes | See operation notes. |
| `invite_id` | string | no | See operation notes. |

Other constraints may apply, including for fields marked optional.

## DELETE /v1/repos/bindings/{id}

Unbind repo.

Path parameters: `id`.

Access: LAN writes require an active session token. Local loopback requests are exempt from this requirement by default; other permissions still apply.

This directory does not provide a request schema for this endpoint. Use the corresponding supported tool or client where available.

## GET /v1/repos/resolve

Read resolve repo.

Query field names (types and requiredness not specified here): `path`.
