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

# project list

> List projects

Lists all projects accessible to the authenticated user, showing their ID, name, runtime, source repository, and creation date.

## Usage

```bash theme={null}
alpic project list
```

Lists all projects across all teams.

## Extended Usage

Filter projects by team:

```bash theme={null}
alpic project list --team-id <teamId>
```

## Options

| Flag                | Description                 | Default |
| ------------------- | --------------------------- | ------- |
| `--team-id`         | Filter by team ID           | —       |
| `--non-interactive` | Disable interactive prompts | `false` |
