{
  "version": 2,
  "document": "agentisend/pricing",
  "description": "AgentiSend list pricing. Every monetary amount is an integer in minor units (cents) of the \"currency\" field — never a formatted string. Fields ending in \"_cap\" are null when no limit of that kind is enforced. Sending pauses at the tier inclusion; nothing is billed past that number. overage_minor_per_1000_emails is null on every tier until usage billing exists. There is no free plan: a new account can run the 14-day Pro trial described under \"trial\" once, without a card. This document and the pricing page are generated from one source module; they cannot disagree.",
  "currency": "usd",
  "units": {
    "monetary": "minor_units",
    "overage": "minor_units_per_1000_emails",
    "volume": "emails_per_month"
  },
  "terms_on_sale": [
    "month",
    "year"
  ],
  "trial": {
    "days": 14,
    "tier": "pro",
    "email_cap": 3000,
    "retention_days": 90,
    "card_required": false
  },
  "tiers": [
    {
      "id": "starter",
      "name": "Starter",
      "monthly_price_minor": 900,
      "included_emails_per_month": 30000,
      "daily_send_cap": null,
      "max_domains": null,
      "max_seats": 10,
      "retention_days": 30,
      "overage_minor_per_1000_emails": null,
      "scale_ladder": null,
      "trial_eligible": false,
      "prices": [
        {
          "term": "month",
          "per_month_minor": 900,
          "total_minor": 900,
          "months": 1,
          "discount_percent": 0,
          "interval": "month",
          "interval_count": 1
        },
        {
          "term": "year",
          "per_month_minor": 405,
          "total_minor": 4860,
          "months": 12,
          "discount_percent": 55,
          "interval": "year",
          "interval_count": 1
        }
      ]
    },
    {
      "id": "pro",
      "name": "Pro",
      "monthly_price_minor": 2200,
      "included_emails_per_month": 100000,
      "daily_send_cap": null,
      "max_domains": null,
      "max_seats": 25,
      "retention_days": 90,
      "overage_minor_per_1000_emails": null,
      "scale_ladder": null,
      "trial_eligible": true,
      "prices": [
        {
          "term": "month",
          "per_month_minor": 2200,
          "total_minor": 2200,
          "months": 1,
          "discount_percent": 0,
          "interval": "month",
          "interval_count": 1
        },
        {
          "term": "year",
          "per_month_minor": 990,
          "total_minor": 11880,
          "months": 12,
          "discount_percent": 55,
          "interval": "year",
          "interval_count": 1
        }
      ]
    },
    {
      "id": "scale",
      "name": "Scale",
      "monthly_price_minor": 5900,
      "included_emails_per_month": 100000,
      "daily_send_cap": null,
      "max_domains": 1000,
      "max_seats": 100,
      "retention_days": 180,
      "overage_minor_per_1000_emails": null,
      "scale_ladder": {
        "included_emails_per_month": 2500000,
        "monthly_price_minor": 57500
      },
      "trial_eligible": false,
      "prices": [
        {
          "term": "month",
          "per_month_minor": 5900,
          "total_minor": 5900,
          "months": 1,
          "discount_percent": 0,
          "interval": "month",
          "interval_count": 1
        },
        {
          "term": "year",
          "per_month_minor": 2655,
          "total_minor": 31860,
          "months": 12,
          "discount_percent": 55,
          "interval": "year",
          "interval_count": 1
        }
      ]
    }
  ]
}
