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

# royaltyport projects

> List all projects accessible to the authenticated token.

```bash theme={null}
royaltyport projects
```

Lists all projects that the authenticated token's organization has access to.

***

## Output

Prints a table with project details:

```
ID                                     Name                Created
─────────────────────────────────────  ──────────────────  ──────────
a1b2c3d4-e5f6-7890-abcd-ef1234567890  Record Label Ltd    1/15/2025
e5f6g7h8-i9j0-1234-abcd-ef5678901234  Publishing Co       3/22/2025
```

| Column      | Description                  |
| ----------- | ---------------------------- |
| **ID**      | Project UUID                 |
| **Name**    | Project display name         |
| **Created** | Date the project was created |

***

## Example

```bash theme={null}
royaltyport projects
```
