[
{
"id": "free",
"name": "Free",
"price_monthly": 0,
"event_limit": 5000,
"features": ["AI triage on every error", "1 project", "7-day retention", "Email alerts"]
},
{
"id": "pro",
"name": "Pro",
"price_monthly": 19,
"event_limit": 50000,
"features": ["AI triage on every error", "5 projects", "30-day retention", "Slack + Discord alerts", "Vercel log drain"]
},
{
"id": "team",
"name": "Team",
"price_monthly": 49,
"event_limit": 250000,
"features": ["AI triage on every error", "Unlimited projects", "90-day retention", "Auto-fix PRs", "All log drains", "GitHub integration"]
},
{
"id": "scale",
"name": "Scale",
"price_monthly": 149,
"event_limit": 2000000,
"features": ["Everything in Team", "1-year retention", "Priority support", "SSO", "Custom integrations"]
}
]