Port Configuration - Piper Morgan

Development Ports

Critical: These ports are fixed and must be used correctly in all documentation

Port 8001 - API Backend

Port 8081 - Web UI Frontend

Common Agent Mistakes to Avoid

Testing URL Examples

# API Testing
curl -X GET "http://localhost:8001/api/personality/profile/default" | jq '.'

# Web UI Testing (browser)
open http://localhost:8081/personality-preferences

Development Setup

Both services must run simultaneously:

  1. Backend API on 8001
  2. Frontend UI on 8081