# arc resolve

Arc agent documentation

Resolve the Arc room bound to a directory (hook/script-friendly)

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

## arc resolve

Resolve the Arc room bound to a directory (hook/script-friendly)

```text
usage: arc resolve [-h] [--base-url BASE_URL] [--json] [--timeout TIMEOUT]
                   [path]

positional arguments:
  path                 directory to resolve (default: current directory)

options:
  -h, --help           show this help message and exit
  --base-url BASE_URL
  --json               print the full resolve payload as JSON
  --timeout TIMEOUT    hub timeout in seconds (kept small: hook callers must
                       never hang a session on a missing daemon)

```

### Argument defaults

| Argument | Required | Default | Choices |
| --- | --- | --- | --- |
| `path` | no | null | — |
| `--base-url` | no | "http://127.0.0.1:6969" | — |
| `--json` | no | false | — |
| `--timeout` | no | 2.0 | — |
