Leakdown

Everything the CLI reads from .env.

The CLI reads .env from the folder you run it in. Every variable is optional until you need the feature behind it. Never commit .env.

Mail

These four variables turn on per-prospect mailboxes.

VariableValue
LEAKDOWN_IMAP_HOSTYour IMAP server, e.g. imap.gmail.com
LEAKDOWN_IMAP_USERThe inbox login
LEAKDOWN_IMAP_PASSAn app password
LEAKDOWN_MAIL_DOMAINA domain whose catch-all forwards to that inbox

Website orders

These two variables let the CLI pick up requests from the website.

VariableValue
LEAKDOWN_ORDERS_URLThe request site's production URL
LEAKDOWN_ORDERS_TOKENThe site's ORDERS_TOKEN
.env
LEAKDOWN_IMAP_HOST=
LEAKDOWN_IMAP_USER=
LEAKDOWN_IMAP_PASS=
LEAKDOWN_MAIL_DOMAIN=
LEAKDOWN_ORDERS_URL=
LEAKDOWN_ORDERS_TOKEN=

Passed to your AI CLI

ANTHROPIC_API_KEY, OPENAI_API_KEY and their *_BASE_URL reach the AI CLIs if you set them. That path is untested.

Ask the docsalpha
Open full page ↗

This is alpha. It does not write answers — it finds the paragraph of the docs that answers you and shows it word for word, or tells you the docs do not cover it. It can still pick the wrong paragraph, so check the page it links to before you rely on it.

Ask a question about the Leakdown CLI.

Answers are copied from the docs, never written. Type /help for commands.