{
    "schema_version": 1,
    "currency": "USD",
    "billing": {
        "self_serve_interval": "month",
        "annual_self_serve_available": false,
        "usage_overages": false,
        "enterprise_invoicing": "NET-30 available"
    },
    "trial": {
        "days": 14,
        "eligible_plans": [
            "pro",
            "team",
            "business"
        ],
        "payment_method_required_at_start": false,
        "eligibility": "One first paid-plan trial per eligible Personal account.",
        "without_payment_method_at_end": "The subscription cancels and the account returns to Personal."
    },
    "plans": [
        {
            "id": "free",
            "name": "Free",
            "price": 0,
            "price_basis": "forever",
            "self_serve": true,
            "description": "Vendor-status dashboard and alerts for up to 3 services.",
            "limits": {
                "vendor_services": 3,
                "history_days": 1
            },
            "highlights": [
                "Email alerts",
                "Browser push",
                "AI incident summaries"
            ]
        },
        {
            "id": "pro",
            "name": "Pro",
            "price": 10,
            "price_basis": "per user per month",
            "self_serve": true,
            "description": "Early-signal vendor alerts for an individual.",
            "limits": {
                "vendor_services": 50,
                "history_days": 30
            },
            "highlights": [
                "Early signals",
                "Weekly digest",
                "Multiple alert rules"
            ]
        },
        {
            "id": "team",
            "name": "Team",
            "price": 99,
            "price_basis": "flat per month",
            "self_serve": true,
            "description": "Owned uptime, team alerting, and one branded status page.",
            "limits": {
                "vendor_services": 50,
                "uptime_monitors": 50,
                "status_pages": 1,
                "history_days": 60
            },
            "highlights": [
                "Unlimited seats",
                "Email and signed webhook subscribers",
                "Multilingual custom-domain status page"
            ]
        },
        {
            "id": "business",
            "name": "Business",
            "price": 249,
            "price_basis": "flat per month",
            "self_serve": true,
            "description": "Advanced monitoring and incident tools for operating teams.",
            "limits": {
                "vendor_services": "unlimited",
                "uptime_monitors": 100,
                "status_pages": 3,
                "history_days": 90
            },
            "highlights": [
                "Dependency maps and alert clustering",
                "Basic SSL monitoring",
                "Incident assistance and multi-region probes"
            ]
        },
        {
            "id": "enterprise",
            "name": "Enterprise",
            "price": 999,
            "price_basis": "starting flat price per month",
            "starting_at": true,
            "self_serve": false,
            "description": "SSO, audit logs, faster checks, longer retention, and procurement support.",
            "limits": {
                "vendor_services": "unlimited",
                "uptime_monitors": 200,
                "status_pages": "unlimited",
                "history_days": 365
            },
            "highlights": [
                "SAML or OIDC SSO",
                "Audit logs",
                "NET-30 invoicing"
            ]
        }
    ],
    "product": "ServiceAlert.ai",
    "pricing_page": "https://servicealert.ai/pricing",
    "sales_contact": "https://servicealert.ai/book-demo?source=pricing-json&plan=enterprise",
    "last_reviewed": "2026-08-15"
}
