An AI-powered customer conversation simulator for cybersecurity sales engineer training. Practice handling real objections across endpoint, email, cloud, DSPM, container, and more — with live coaching feedback after each response.
- Pick a scenario (e.g. "Agent Performance Complaints", "DSPM vs DLP Confusion")
- The AI plays a realistic customer — frustrated IT admin, skeptical CISO, busy DevOps lead
- You respond as the SE
- Optional: get coach feedback after every message (score + what worked + what to improve)
- End the session for a full debrief with an overall score and specific things to practice
| Product | Scenario |
|---|---|
| Endpoint Security | Agent Performance Complaints |
| Email Security | Phishing Got Through |
| DSPM | DSPM vs DLP Confusion |
| Container Security | Dev Team Pushback |
| Cloud Security | Misconfiguration Led to Breach |
| Server & Workload | Legacy Server Coverage |
| File Storage Security | Ransomware Concern |
| CRM / SaaS Security | Salesforce Data Exposure Risk |
1. Clone and install dependencies
git clone https://github.com/debugbae/se-enabler.git
cd se-enabler
pip install -r requirements.txt2. Set your Anthropic API key
export ANTHROPIC_API_KEY=your_key_here3. Run the server
uvicorn main:app --reload4. Open in your browser
http://localhost:8000
- Python 3.10+
- An Anthropic API key