CLI

Manage disposable inboxes from your terminal. Watch for emails in real-time, read content, and extract OTPs without leaving your workflow.

Install

brew install bmcreations/tap/blip

Commands

blip login

Sign in to your Blip account. Opens your browser for magic link authentication. Required for PRO features and to persist inboxes across sessions.

$ blip login
Opening browser for authentication...
Waiting for confirmation...
✓ Signed in (PRO tier)

blip logout

Clear stored session token.

blip create

Create a new disposable inbox.

Flag Description
--slugCustom address prefix (PRO/AGENT)
--domainDomain to use
--sniperSniper window in minutes (PRO)
$ blip create --slug my-test
✓ Inbox created: my-test@bl1p.dev
Expires: 2026-03-20 14:00 UTC

blip inbox [address] [--watch]

List inboxes, view inbox details, or watch for emails in real-time.

# List all inboxes
$ blip inbox
1. swift-fox-42@bl1p.dev (3 emails, expires in 23h)
2. calm-owl-17@bl1p.dev (0 emails, expires in 22h)
# Watch for new emails
$ blip inbox swift-fox-42@bl1p.dev --watch
Watching for emails... (type /help for commands)
● [1] verify@example.com — "Confirm your account"
● [2] noreply@service.com — "Welcome!"
In watch mode: type a number to read an email, /list to refresh, /quit to exit.

blip read <email-id>

Display a specific email's full content.

$ blip read email-abc123
From: verify@example.com
Subject: Confirm your account
Date: 2026-03-19 14:32 UTC
Your verification code is: 847293

blip open

Open the Blip web app in your browser with your current session.

blip whoami

Show your current session tier and user info.

blip billing

Open the Stripe billing portal to manage your subscription.