# arc relay

Arc agent documentation

Forward file-spooled relay requests to the local hub

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

## arc relay

Forward file-spooled relay requests to the local hub

```text
usage: arc relay [-h] [--base-url BASE_URL] [--spool-dir SPOOL_DIR]
                 [--poll-interval-sec POLL_INTERVAL_SEC]
                 [--request-timeout-sec REQUEST_TIMEOUT_SEC]

options:
  -h, --help            show this help message and exit
  --base-url BASE_URL
  --spool-dir SPOOL_DIR
  --poll-interval-sec POLL_INTERVAL_SEC
  --request-timeout-sec REQUEST_TIMEOUT_SEC

```

### Argument defaults

| Argument | Required | Default | Choices |
| --- | --- | --- | --- |
| `--base-url` | no | "http://127.0.0.1:6969" | — |
| `--spool-dir` | no | ".arc-relay" | — |
| `--poll-interval-sec` | no | 0.25 | — |
| `--request-timeout-sec` | no | 30.0 | — |
