> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hexr.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# hexr status

> Show deployed agents with their status, container health, and SPIFFE identity.

## Usage

```bash theme={null}
hexr status [--namespace <namespace>]
```

***

## Output

```bash theme={null}
$ hexr status

Deployed Agents (tenant-acme-corp):
┌───────────────────────────────┬─────────┬────────────┬──────────┬────────────────────────────────────────────┐
│ Agent                         │ Status  │ Containers │ Age      │ SPIFFE ID                                  │
├───────────────────────────────┼─────────┼────────────┼──────────┼────────────────────────────────────────────┤
│ research-analyst              │ Running │ 4/4        │ 2h       │ spiffe://hexr.cloud/agent/acme/research-…  │
│ content-crew                  │ Running │ 4/4        │ 1d       │ spiffe://hexr.cloud/agent/acme/content-…   │
│ financial-analysis            │ Running │ 4/4        │ 3d       │ spiffe://hexr.cloud/agent/acme/financial-…  │
│ browser-research              │ Running │ 3/3        │ 3d       │ spiffe://hexr.cloud/agent/acme/browser-…   │
│ multiprocess-test             │ Running │ 3/3        │ 3d       │ spiffe://hexr.cloud/agent/acme/multi-…     │
└───────────────────────────────┴─────────┴────────────┴──────────┴────────────────────────────────────────────┘

5 agents deployed | 5 running | 0 pending | 0 failed
```
