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

# api

Start the API.

## Usage

```
Usage: keep api [OPTIONS]
```

## Options

* `multi_tenant`:

  * Type: BOOL
  * Default: `false`
  * Usage: `--multi-tenant`

  Enable multi-tenant mode

* `help`:

  * Type: BOOL
  * Default: `false`
  * Usage: `--help`

  Show this message and exit.

## CLI Help

```
Usage: keep api [OPTIONS]

  Start the API.

Options:
  --multi-tenant  Enable multi-tenant mode
  --help          Show this message and exit.
```
