bunny login
Authenticate with bunny.net via the browser. A successful login stores credentials under the selected profile (defaults to default).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Log in, log out, and verify the active account with bunny login, bunny logout, and bunny whoami.
bunny logindefault).
# Browser-based login
bunny login
# Log in to a specific profile
bunny login --profile staging
# Overwrite an existing profile without prompting
bunny login --force
| Flag | Description |
|---|---|
--profile | Profile name to log in to (default: default) |
--force | Overwrite an existing profile without prompting |
bunny config init --api-key bny_xxx to
seed a profile, or export BUNNYNET_API_KEY.bunny logoutbunny logout
bunny logout --force
bunny logout --profile staging
| Flag | Description |
|---|---|
--profile | Profile to remove (default: default) |
--force | Skip confirmation prompts |
bunny whoamibunny whoami
# Logged in as Jamie Barton (jamie@bunny.net) 🐇
# Profile: default
# Account ID: 3d5a9c1e-7f42-4b8a-9c36-2e8d1f6a4b70
bunny whoami --output json
bunny whoami --profile staging
| Flag | Description |
|---|---|
--profile | Profile to inspect (default: default) |
--output | text or json |
Was this page helpful?