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

# Vault Commands

> Manage encrypted secrets

See [Vault Configuration](/configuration/vault) for details on how the vault works.

## /secure init

```
/secure init
```

Create a new encrypted vault. You'll be prompted for a passphrase.

## /secure set

```
/secure set <name> <value>
```

Store a secret. Examples:

```
/secure set libera_pass my-sasl-password
/secure set flume_llm_key sk-ant-api03-xxxxx
```

## /secure del

```
/secure del <name>
```

Delete a secret.

## /secure list

```
/secure list
```

List secret names (values are not shown).

## /secure unlock

```
/secure unlock
```

Unlock the vault (prompts for passphrase).

## /secure passphrase

```
/secure passphrase
```

Change the vault passphrase.
