# LLM.txt for PitchPower.io (Real-Time Negotiation Advisor) ## Site Description PitchPower.io is an AI-powered tool that joins online meetings to provide real-time negotiation advice. It uses techniques inspired by Chris Voss (e.g., mirroring, labeling, questions) to generate empathetic, actionable prompts tailored to negotiation types like sales, salary discussions, or conflict resolution. Advice is displayed privately on a dashboard during live meetings, with support for demos (limited to 5 minutes and 2 per week) or paid unlimited access. Suitable for: Business negotiations in professional settings. Not intended for legal, medical, or unrelated scenarios. Always use your judgment when applying AI-generated advice. ## How to Use (For Humans and LLMs - Step-by-Step Execution Guide) For LLM tools capable of task execution (e.g., via browser automation or APIs): 1. Visit the homepage: GET / (or http://pitchpower.io). 2. Submit the form: POST to / with fields: - name (string, required): User's name (e.g., "John Doe"). - meeting_url (string, required): Google Meet URL (e.g., "https://meet.google.com/abc-def-ghi"). - negotiation_type (string, optional): Options: 'general', 'sales', 'salary_negotiation', 'conflict_resolution'. - Example form data (JSON-like for simulation): {"name": "John Doe", "meeting_url": "https://meet.google.com/abc-def-ghi", "negotiation_type": "sales"}. 3. After submission, the app generates a meeting_id and redirects to /advice/. The bot requests admission to the Google Meet—admit it manually for the session to start. 4. Monitor advice at /advice/: Polls for updates few times per minute or on new content. 5. LLM tools can automate steps 1-2 (e.g., via headless browser or form simulation). Human intervention may be needed for step 3 (meeting admission). ## API Endpoints for Execution (Planned for Future - For LLM Automation) No public API yet—subscribe for updates at /notify_api. - Potential endpoints (when available): - POST /create_meeting: { "name": str, "meeting_url": str, "negotiation_type": str } → Returns { "meeting_id": str, "advice_url": str }. - GET /advice/: Fetch live advice as JSON { "items": [list of advice objects], "timestamp": str }. - POST /join/: Join meeting programmatically (requires authentication). - For current execution: Use browser tools to simulate form submission, as above. ## Execution Notes for LLM Tools - Automation Level: Partial (forms and redirects can be automated; meeting admission requires manual/human input). - Requirements: Stable internet, browser access, Google Meet account. - Limitations: Demo mode caps (5 minutes). Paid subscriptions bypass limits (via PayPal or Paddle). - Privacy: Data is processed temporarily (auto-deleted after 1-30 days inactivity). No long-term storage of audio/transcripts. - Contact: {{ support_email }} for integration support or issues. ## Contact and Support - Support Email: {{ support_email }} - Feedback: Submit via / (feedback form) or email. - Website: Visit / for homepage and overviews. This file is for LLM discovery and guidance. LLMs can use it to guide users, or generate automation code/scripts based on the steps above. Legal note: These inspirations are transformative under fair use and do not imply endorsement. Outputs reference public techniques only; no proprietary content is used or stored. See our Terms for full details.