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

# Deployment

> Deploy integrations to Botpress Cloud

Deploy your integration to make it available for bots.

## Build integration

```bash theme={null}
bp build
```

## Deploy to cloud

```bash theme={null}
bp deploy
```

## Deployment options

### Visibility

```bash theme={null}
bp deploy --visibility public  # Public
bp deploy --visibility private # Private
bp deploy --visibility unlisted # Unlisted
```

### Dry run

```bash theme={null}
bp deploy --dry-run
```

## Development mode

Run integration locally:

```bash theme={null}
bp dev
```
