List agents for a project. Requires authentication. Use for Agentuity cloud platform operations
Scanned 2/10/2026
Install via CLI
openskills install agentuity/docs---
name: agentuity-cli-cloud-agent-list
description: List agents for a project. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity cloud agent list"
---
# Cloud Agent List
List agents for a project
## Prerequisites
- Authenticated with `agentuity auth login`
- Project context required (run from project directory or use `--project-id`)
## Usage
```bash
agentuity cloud agent list [options]
```
## Options
| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--deploymentId` | string | Yes | - | Filter by deployment ID |
| `--verbose` | boolean | No | `false` | Show full descriptions |
## Examples
List items:
```bash
bunx @agentuity/cli cloud agent list
```
Use verbose option:
```bash
bunx @agentuity/cli cloud agent list --verbose
```
Show output in JSON format:
```bash
bunx @agentuity/cli --json cloud agent list
```
## Output
Returns: `array`
No comments yet. Be the first to comment!
Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.