CLI

The veezee CLI ships inside @veezee/sdk: every tool as a subcommand, JSON output with --json.

Install

npm install -g @veezee/sdk

Commands

veezee provision
veezee resolve https://www.linkedin.com/in/williamhgates
veezee profile get williamhgates --sections experience,education
veezee people search --keywords "CTO" --company anthropic --limit 20
veezee company get microsoft --json
veezee posts get microsoft
veezee usage --json

The key comes from veezee provision (stored for the session), --key, or VEEZEE_API_KEY. Exit codes: 0 success, 2 usage error, 1 API error (the error JSON goes to stderr).