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

# prompt

> List and inspect reusable, versioned prompt datasets.

Prompts are reusable, versioned prompt datasets used by agents and workflows.

## Usage

```bash theme={null}
machina prompt list                    # list prompts
machina prompt list --json             # output as JSON
machina prompt get <name>              # get a prompt with a content preview
```

## Subcommands

| Command             | Description                          |
| ------------------- | ------------------------------------ |
| `prompt list`       | List prompts in the project          |
| `prompt get <name>` | Show a prompt with a content preview |
