{
"plans": [
{
"planId": "plan_starter",
"name": "Starter",
"priceMonthlyUsd": 99,
"features": {
"investigationsPerMonth": 15,
"eventsPerMonth": 500,
"apiRateLimitPerMinute": 100,
"customSkills": false,
"relayAccess": false
}
},
{
"planId": "plan_pro",
"name": "Pro",
"priceMonthlyUsd": 349,
"features": {
"investigationsPerMonth": 60,
"eventsPerMonth": 3000,
"apiRateLimitPerMinute": 500,
"customSkills": true,
"relayAccess": true
}
},
{
"planId": "plan_business",
"name": "Business",
"priceMonthlyUsd": 899,
"features": {
"investigationsPerMonth": 200,
"eventsPerMonth": 10000,
"apiRateLimitPerMinute": 2000,
"customSkills": true,
"relayAccess": true
}
},
{
"planId": "plan_enterprise",
"name": "Enterprise",
"priceMonthlyUsd": null,
"features": {
"investigationsPerMonth": "custom",
"eventsPerMonth": "custom",
"apiRateLimitPerMinute": 2000,
"customSkills": true,
"relayAccess": true
}
}
]
}