📖 Documentation Menu

Agent

CLI Agent

Run DRIP research queries from your terminal. No browser, no GUI — structured intelligence output piped wherever you need it.

Installation

Use npx for one-off queries (no install needed), or install globally for repeated use:

One-off (no install)
npx drip-agent research anthropic.com
Global install
npm install -g drip-agent

After global install, use drip-agent directly:

drip-agent research stripe.com

Commands

CommandArgumentsDescription
research<domain>Full company research — industry, funding, tech stack, key people
enrich<email|url>Person enrichment — name, title, company, social profiles
balanceCheck your wallet balance and recent DRIP transactions
setupConfigure wallet and preferences

Flags

FlagDescription
-f jsonOutput as JSON (default is human-readable)
--verboseShow data source queries and timing details
--helpShow help and available commands

Examples

Company research with JSON output
drip-agent research vercel.com -f json
Person enrichment
drip-agent enrich satya@microsoft.com
Verbose output for debugging
drip-agent research openai.com --verbose
💡The CLI uses the same x402 payment flow as the web agent. On first run, drip-agent setup will prompt you to configure your Solana wallet.