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

# backend

> Configure the storage backend (local or remote).

## Setup

Interactive wizard to choose between local (SQLite) and remote (cloud API) backends.

```bash theme={null}
openbunny backend setup
```

For remote mode, you'll be prompted for:

* Cloud API URL
* API token (PAK)
* Team selection

## Show

Display the current backend configuration.

```bash theme={null}
openbunny backend show
```

## Logout

Clear remote credentials and switch back to local mode.

```bash theme={null}
openbunny backend logout
```
