# arc project

Arc agent documentation

Project snapshot export currently returns confirmation_required and exits without a CLI replay loop. Use the desktop or documented HTTP confirmation flow; capsule export has its own working CLI flow.

[CLI reference index](/arc/docs/reference/cli) · [CLI behavior guide](/arc/docs/guides/cli)

## arc project

Project snapshot export currently returns confirmation_required and exits without a CLI replay loop. Use the desktop or documented HTTP confirmation flow; capsule export has its own working CLI flow.

```text
usage: arc project [-h] {create,list,export} ...

positional arguments:
  {create,list,export}
    create              Create a project
    list                List projects
    export              Export a project bundle

options:
  -h, --help            show this help message and exit

```

### Argument defaults

| Argument | Required | Default | Choices |
| --- | --- | --- | --- |

## arc project create

Create a project

```text
usage: arc project create [-h] --name NAME [--glyph GLYPH]
                          [--base-url BASE_URL]

options:
  -h, --help           show this help message and exit
  --name NAME
  --glyph GLYPH
  --base-url BASE_URL

```

### Argument defaults

| Argument | Required | Default | Choices |
| --- | --- | --- | --- |
| `--name` | yes | null | — |
| `--glyph` | no | null | — |
| `--base-url` | no | "http://127.0.0.1:6969" | — |

## arc project list

List projects

```text
usage: arc project list [-h] [--base-url BASE_URL]

options:
  -h, --help           show this help message and exit
  --base-url BASE_URL

```

### Argument defaults

| Argument | Required | Default | Choices |
| --- | --- | --- | --- |
| `--base-url` | no | "http://127.0.0.1:6969" | — |

## arc project export

Export a project bundle

```text
usage: arc project export [-h] [--out OUT_DIR] [--base-url BASE_URL] project

positional arguments:
  project              project_id or slug

options:
  -h, --help           show this help message and exit
  --out OUT_DIR
  --base-url BASE_URL

```

### Argument defaults

| Argument | Required | Default | Choices |
| --- | --- | --- | --- |
| `project` | yes | null | — |
| `--out` | no | null | — |
| `--base-url` | no | "http://127.0.0.1:6969" | — |
