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

# Registry

> Registry management for packages and recipes

The `registry` command manages the PraisonAI package and recipe registry.

## Usage

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai registry [OPTIONS] COMMAND [ARGS]...
```

## Commands

| Command | Description           |
| ------- | --------------------- |
| `list`  | List registry entries |
| `serve` | Start registry server |

## Examples

### List registry entries

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai registry list
```

### Start registry server

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai serve registry
```

## See Also

* [Recipe Registry](/docs/cli/recipe-registry) - Recipe registry details
* [Package](/docs/cli/package) - Package management
