> ## 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 agent init

> Create a new agent locally

```bash theme={null}
kapso agent init <name> [OPTIONS]
```

## Options

| Option           | Description                                   |
| ---------------- | --------------------------------------------- |
| `--template, -t` | Agent template: `default`, `sales`, `support` |

## Examples

```bash theme={null}
kapso agent init customer_support
kapso agent init sales_bot --template sales
kapso agent init my_agent -t support
```
