# RPA Service User Guide
## Quick Start
Start: ~/projects/rpa-mcp-server/control.sh start
Test: curl http://localhost:9100/rpa/status
## Natural Language Automation
curl -X POST http://localhost:9100/natural/execute \
-H "Content-Type: text/plain" \
-d "Open calculator and wait 2 seconds"
## View Sessions
curl http://localhost:9100/audit/sessions
curl http://localhost:9100/audit/session/SESSION_ID
## Session Files
/tmp/rpa-{id}/video.mp4 - Recording
/tmp/rpa-{id}/step*.png - Screenshots
/tmp/rpa-{id}/log.txt - Execution log
## Actions
open, wait, click, type, key, screenshot, drag, scroll
## Performance
Memory: ~140MB
Session: ~10MB
AI: 397MB (rpa-json model)
Response: 2-5 seconds