Lev CLI

Coming soon — your deals, contacts, and term sheets from the command line. Tables for humans, JSON for scripts, giving technical teams a controlled way to connect Lev context, tools, and actions.

Work your deals from the terminal. Coming soon — the Lev CLI brings deals, contacts, term sheets, and market data to the command line, with the same live records, auth, and permissions as the rest of Lev.

Install and log in

pipx install lev-cli (coming soon), then lev auth login with your API key. The key lives in your OS keychain — never in a file.

Keychain-backed auth

Credentials are stored by your OS, not written to disk.

Same permissions as Lev

The CLI sees exactly what your account can see.

Inspect from the command line

lev deals list for a clean table of your book, lev deals get --include financials for the detail — deals, contacts, term sheets, placements, and market rates.

Human-readable by default

Rich tables in an interactive terminal, JSON the moment you pipe.

jq-ready

lev deals list | jq works with no extra flags.

Script with confidence

A stable JSON contract for data and errors: fields are added between minor versions, never renamed or removed. Build the cron job once.

Stable output schema

List and detail responses follow a documented, versioned shape.

Spreadsheet-friendly

-o csv turns any list into an export.

Everything the platform knows, one command away. The CLI reads and writes the same live records as the Lev app — tables for humans, JSON for scripts.

Install in one line

pipx install lev-cli (coming soon), authenticate, and go.

Output that adapts

Tables when you look, JSON when you pipe, CSV when you export.

Safe to build on

A stable JSON contract and keychain-stored credentials.