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

# validate

> Health check your agents via Tailscale SSH

Runs health checks against all deployed agents via Tailscale SSH to verify they're reachable and functioning.

## Usage

```bash theme={null}
clawup validate [options]
```

## Options

| Option                    | Description                          |
| ------------------------- | ------------------------------------ |
| `-t, --timeout <seconds>` | SSH timeout in seconds (default: 30) |
| `--local`                 | Validate local Docker containers     |

## Examples

```bash theme={null}
# Validate all agents
clawup validate

# With custom timeout
clawup validate --timeout 60

# Validate local Docker containers
clawup validate --local
```
