> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://platform.bctrl.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://platform.bctrl.ai/_mcp/server.

# Proxy Commands

> Manage proxies and browse managed proxy pools.

Manage proxies and browse managed proxy pools.

Output formatting flags (`--json`, `--jq`, and `--template`) are documented once in [Output Formatting](/cli/output) and are omitted from the tables below.

## `bctrl proxy list`

List proxies

```bash
bctrl proxy list [flags]
```

| Flag                   | Description                         |
| ---------------------- | ----------------------------------- |
| `-L, --limit <number>` | Maximum number of results to return |
| `--cursor <cursor>`    | Pagination cursor                   |

## `bctrl proxy get`

Get a proxy

```bash
bctrl proxy get <proxyId>
```

## `bctrl proxy create`

Create a proxy

```bash
bctrl proxy create
```

## `bctrl proxy patch`

Update a proxy

```bash
bctrl proxy patch <proxyId>
```

## `bctrl proxy test`

Test a proxy

```bash
bctrl proxy test <proxyId>
```

## `bctrl proxy delete`

Delete a proxy

```bash
bctrl proxy delete <proxyId> [flags]
```

| Flag        | Description      |
| ----------- | ---------------- |
| `-y, --yes` | Confirm deletion |

## `bctrl proxy pool list`

List proxy pools

```bash
bctrl proxy pool list [flags]
```

| Flag                    | Description                         |
| ----------------------- | ----------------------------------- |
| `-L, --limit <number>`  | Maximum number of results to return |
| `--cursor <cursor>`     | Pagination cursor                   |
| `--country <country>`   | Filter by ISO country code          |
| `--category <category>` | Filter by category                  |
| `--available <boolean>` | Filter by availability              |

## `bctrl proxy pool get`

Get a proxy pool

```bash
bctrl proxy pool get <poolId>
```