---
title: argusctl nexus
description: Drive Nexus from Argus. Requires a PAT with nexus:proxy scope. Talks to the rion-nexus backend (default: rion-backend.onrender.com) via the /api/portal/from-argus delegation endpoint.
---

# argusctl nexus



{/* AUTO-GENERATED by scripts/generate-cli-reference.mjs from `argusctl introspect --json`.
    Do not edit by hand. Regenerate with: pnpm generate:cli */}

> Generated from argusctl v0.1.0 on 2026-06-09. Run `argusctl introspect --json` for the machine-readable tree.

## `argusctl nexus`

Drive Nexus from Argus. Requires a PAT with nexus:proxy scope. Talks to the rion-nexus backend (default: rion-backend.onrender.com) via the /api/portal/from-argus delegation endpoint.

```bash
argusctl nexus <subcommand>
```

### `argusctl nexus whoami`

Echo the Argus principal as Nexus sees it. No state change.

```bash
argusctl nexus whoami [options]
```

| Option              | Description            |
| ------------------- | ---------------------- |
| `--nexus-api <url>` | Nexus backend base URL |
| `--token <pat>`     | PAT to use             |
| `--json`            |                        |
| `--fields <list>`   |                        |

### `argusctl nexus tenant`

Tenant operations.

```bash
argusctl nexus tenant <subcommand>
```

#### `argusctl nexus tenant list`

List all tenants (compact view).

```bash
argusctl nexus tenant list [options]
```

| Option              | Description |
| ------------------- | ----------- |
| `--nexus-api <url>` |             |
| `--token <pat>`     |             |
| `--json`            |             |
| `--fields <list>`   |             |

#### `argusctl nexus tenant get`

Look up a single tenant by client\_id or clerk\_org\_id.

```bash
argusctl nexus tenant get <id> [options]
```

| Argument | Required |
| -------- | -------- |
| `id`     | yes      |

| Option              | Description |
| ------------------- | ----------- |
| `--nexus-api <url>` |             |
| `--token <pat>`     |             |
| `--json`            |             |
| `--fields <list>`   |             |

### `argusctl nexus api`

Print or set the configured Nexus base URL.

```bash
argusctl nexus api [options]
```

| Option        | Description                                  |
| ------------- | -------------------------------------------- |
| `--set <url>` | persist \<url> to \~/.config/argus/nexus-api |


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)