Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

DealMachine CLI

The DealMachine CLI (dm) lets you look up properties, find contact info, and manage your account — all from the terminal. If you have an address, a name, or a phone number, you can get answers in seconds.

What You Can Do

Look up a property by address:
dm enrich address "123 Main St, Austin, TX 78704"
Find a person by name:
dm enrich name "David Oster" --state MO
Search for properties matching criteria:
dm properties search -f search.json
Check your credit usage:
dm usage
Autocomplete, validate, and standardize addresses:
dm addresses autocomplete "1200 Barton Springs" --state TX dm addresses validate "456 Oak Ave, Dallas, TX"

Command Categories

CategoryCommands
Authlogin, logout, whoami
Accountaccount, usage
Propertiesproperties search, properties count, properties get, properties ids
Peoplepeople search, people count, people get, people ids
Enrichmentenrich address, enrich latlng, enrich apn, enrich email, enrich phone, enrich name
Discoveryfilters, fields
Activityactivity search, activity get
Addressesaddresses validate
Configconfig get, config set, config path
Every command supports --json for machine-readable output, and --help for usage details.

Next Steps

Ready to try it? Head to the Quickstart to install and run your first command.