> ## Documentation Index
> Fetch the complete documentation index at: https://kapso-1adbad2d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kapso flow init

> Create a new flow locally

```bash theme={null}
kapso flow init <name>
```

## Examples

```bash theme={null}
kapso flow init onboarding_flow
kapso flow init customer_support
kapso flow init my_flow
```

Creates `flows/<name>/` directory with `flow.py` and `metadata.yaml` files.
