propai
v2026.2.4
Published
PropAI Live gateway CLI for real estate ops
Readme
Agentic PropAI Live — Broker-Friendly Real Estate AI
PropAI Live is a simple, non-technical command line tool for real estate brokers. It helps you set up and run AI agents without touching code or folders.
Website: https://propai.live
Support: [email protected]
Contact: Vishal Ojha +91 8850163450
What You Need
- Node.js 22 or newer
- A stable internet connection
- Your own AI API key (OpenAI or Anthropic)
Install (Recommended)
npm install -g propai@latest
propai setupThe setup wizard is the only thing you need. It creates your safe workspace under ~/.propai and guides you step by step.
The Main Commands
propai setup
propai doctor
propai where-am-i
propai gateway start --foregroundWhat they do:
propai setup: Guided onboarding wizard (non-technical).propai doctor: Checks your system and tells you exactly how to fix issues.propai where-am-i: Tells you if you are in a safe folder.propai gateway start --foreground: Starts PropAI services.
Safety Rule (Important)
Do not run PropAI inside source code folders like:
GitHub/propainode_modules
If you see the warning:
"You're inside source code. PropAI should not be run here."
Just run:
cd ~Local Control Panel
Once running, PropAI opens a simple local dashboard at:
http://127.0.0.1:18789This shows:
- Running status
- Active agents
- Messages processed today
- Recent errors
- Recent logs
If Something Breaks
Run:
propai doctorIt will show what is working, what is broken, and how to fix it.
Need Help?
If you're stuck, run propai doctor and share the output with support.
