sundew serve
Start the honeypot server.
| Flag | Default | Description |
|---|---|---|
--host | 0.0.0.0 | Listen address |
--port | 8080 | Listen port |
--persona | From config | Path to custom persona file |
sundew generate
Generate a new persona.
| Flag | Default | Description |
|---|---|---|
--industry | Random | Industry theme (fintech, saas, healthcare, ecommerce, devtools, logistics) |
--seed | Random | Seed for deterministic generation |
--output | stdout | Write persona to file |
--json-output | false | Output as JSON instead of YAML |
sundew query
Query captured events and sessions.
| Flag | Description |
|---|---|
--last-session | Show the most recent session |
--type | Filter by classification: human, automated, ai_assisted, ai_agent |
--last | Time window: 1h, 24h, 7d, etc. |
sundew stats
Display summary statistics.
sundew mcp-client
Run Sundew as an MCP server for querying captured data from AI tools.
sundew export
Export captured data for research.
| Flag | Default | Description |
|---|---|---|
--anonymize | false | Hash IPs, bucket timestamps, strip PII |
--format | json | Output format: json, csv |
--output | stdout | Write to file |