> ## Documentation Index
> Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kapso agent list

> List agents (local and/or remote)

```bash theme={null}
kapso agent list [OPTIONS]
```

## Options

| Option         | Description                   |
| -------------- | ----------------------------- |
| `--remote, -r` | Show remote agents from cloud |

## Examples

```bash theme={null}
kapso agent list
kapso agent list --remote
kapso agent list -r
```
