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
| Command | Arguments | Description |
|---|---|---|
| research | <domain> | Full company research — industry, funding, tech stack, key people |
| enrich | <email|url> | Person enrichment — name, title, company, social profiles |
| balance | — | Check your wallet balance and recent DRIP transactions |
| setup | — | Configure wallet and preferences |
Flags
| Flag | Description |
|---|---|
| -f json | Output as JSON (default is human-readable) |
| --verbose | Show data source queries and timing details |
| --help | Show 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.