List all projects. Requires authentication. Use for project management operations
Scanned 2/10/2026
Install via CLI
openskills install agentuity/docs---
name: agentuity-cli-project-list
description: List all projects. Requires authentication. Use for project management operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity project list"
tags: "read-only slow requires-auth"
---
# Project List
List all projects
## Prerequisites
- Authenticated with `agentuity auth login`
## Usage
```bash
agentuity project list
```
## Examples
List projects (human-readable):
```bash
bunx @agentuity/cli project list
```
List projects in JSON format:
```bash
bunx @agentuity/cli --json project list
```
Alias for "project list" — list projects (human-readable):
```bash
bunx @agentuity/cli project ls
```
## Output
Returns: `array`
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.