Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bunny.net/llms.txt

Use this file to discover all available pages before exploring further.

1

Install the CLI

Install bunny using the shell installer or npm:
curl -fsSL https://cli.bunny.net/install.sh | sh
The installer downloads a prebuilt binary for your platform and places it on your PATH. Works with sh, bash, or zsh.
See Installation for more options.
2

Authenticate

Log in with your bunny.net account:
bunny login
Opens your browser to complete sign-in. Credentials are stored in your CLI config under the default profile.
3

Verify you're logged in

Confirm the CLI is authenticated with the expected account:
bunny whoami
# Logged in as Jamie Barton (jamie@bunny.net) 🐇
# Profile: default
If you manage multiple accounts, see profiles for switching between them with --profile.
4

Run your first command

With the CLI authenticated, you can manage any bunny.net resource from your terminal:

bunny db

Create and manage Bunny Databases, open an interactive SQL shell, and generate auth tokens

bunny api

Make raw authenticated requests to any bunny.net API endpoint

bunny config

Manage CLI configuration and named profiles