Frequently asked questions
How do I install landbase-cli?
How do I install landbase-cli?
landbase-cli auth login to authenticate. Full instructions are in the install guide.How do I authenticate?
How do I authenticate?
~/.landbase/platform.json.For non-interactive environments (CI, scripts, remote servers), use an API key instead:My authentication stopped working. What do I do?
My authentication stopped working. What do I do?
How do I update landbase-cli to the latest version?
How do I update landbase-cli to the latest version?
What is the difference between enrich and contact-enrich?
What is the difference between enrich and contact-enrich?
enrich— synchronous, single-record lookup for person attributes (title, seniority, department) and company attributes (industry, size, HQ location). Returns immediately.contact-enrich— asynchronous, batch job for finding work email addresses and phone numbers specifically. Returns arequest_idyou poll for results.
What do the match confidence tiers (strong, likely, plausible, unlikely) mean?
What do the match confidence tiers (strong, likely, plausible, unlikely) mean?
- strong — high confidence, multiple signals align. Use directly.
- likely — probable match, fewer signals. Good for most tasks.
- plausible — possible match, some ambiguity. Verify before using in high-stakes situations.
- unlikely — weak match. Review manually before using.
Why are some fields missing from enrichment results?
Why are some fields missing from enrichment results?
- The record was not found. If Landbase cannot confidently match your input to a record, it returns nothing rather than potentially incorrect data.
- The field is not in Landbase’s database for that record. Not every company or person has every field populated.
How do I download results as CSV instead of JSONL?
How do I download results as CSV instead of JSONL?
--download:Can I use landbase-cli in Claude Code?
Can I use landbase-cli in Claude Code?
/landbase-cli:search— run a prospect search/landbase-cli:auth— check auth status/landbase-cli:setup— verify the installation
Can I use landbase-cli in a script or CI pipeline?
Can I use landbase-cli in a script or CI pipeline?
What are sessions and when should I use them?
What are sessions and when should I use them?
--session=<label> to assign a label to a research thread:What is platform mode and what is legacy mode?
What is platform mode and what is legacy mode?
How do I get support?
How do I get support?
- Run
landbase-cli doctorfor self-diagnosis - Visit support.landbase.com
- For bugs or feature requests in the CLI itself, open an issue on the landbase-cli GitHub repository

