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

# truss init

> Create a new Truss.

```
truss init [OPTIONS] TARGET_DIRECTORY
```

## Options

<ParamField body="-b, --backend" type="TrussServer|TGI|VLLM">
  What type of server to create. Default: `TrussServer`.
</ParamField>

<ParamField body="--help">
  Show help message and exit.
</ParamField>

## Arguments

<ParamField body="TARGET_DIRECTORY" type="str">
  A Truss is created in this directory.
</ParamField>

## Example

```
truss init whisper-truss
```
