---
title: "System Commands"
description: "System Commands"
resource: https://www.aiagents.nexus/docs/manual/cli-reference/system-commands
generated: { by: "process:nexus-agent-assets", at: 2026-09-07T09:13:03Z }
status: stable
---

# System Commands

## Cost Commands

```bash
naos cost status
naos cost set-budget <agent> --daily <cents> [--monthly <cents>]
naos cost history [--days <n>]
naos cost reset <agent>
naos cost reset --all
```

## Trust Commands

```bash
naos axis verify <agent>
naos axis verify --all
naos axis cache
```

## Broker Commands

```bash
naos broker skills
naos broker config
naos broker route <task>
naos broker execute <task>
naos broker stats
```

## Edge Commands

```bash
naos edge login
naos edge deploy <agent> [--all]
naos edge list
naos edge status <agent>
naos edge logs <agent>
naos edge undeploy <agent> [--all]
```

## Dashboard

```bash
naos dashboard [--port <port>] [--open]
```

## Audit

```bash
naos audit [--agent <name>] [--filter <type>] [--days <n>]
```
