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

# projects

> Manage Openlayer projects from the CLI

The `openlayer projects` command is used to manage Openlayer projects from the
[Openlayer CLI](/api-reference/cli/overview).

## Usage

```bash theme={null}
openlayer projects [command]
```

## Available subcommands

| Subcommand | Description                     |
| ---------- | ------------------------------- |
| `create`   | Create a new Openlayer project. |

### Examples

```bash theme={null}
# Create a new project
openlayer projects create
```
