{
  "meta": {
    "title": "Pricing - AgentGuard47",
    "description": "AgentGuard47 pricing keeps the SDK free for local runtime guardrails and adds hosted control only when incidents, alerts, and team operations need retention.",
    "canonical": "https://agentguard47.com/pricing"
  },
  "heading": "Start free. Pay when control becomes shared.",
  "intro": "The SDK is the first move. Hosted plans are for retained incidents, alerts, remote kill, and team visibility.",
  "plans": [
    {
      "name": "trial",
      "label": "Free SDK",
      "monthly": 0,
      "annual": 0,
      "retentionDays": 30,
      "eventLimit": 500000,
      "seats": 1,
      "keys": 5,
      "bestFor": "Local proof",
      "summary": "Start here.",
      "highlights": [
        "MIT-licensed SDK with zero SDK runtime dependencies",
        "Local budget enforcement, loop detection, and retry control",
        "14-day hosted control-plane trial when you want team workflows"
      ],
      "ctaLabel": "Start with the SDK",
      "ctaUrl": "/quickstart"
    },
    {
      "name": "pro",
      "label": "Pro control plane",
      "monthly": 39,
      "annual": 390,
      "retentionDays": 30,
      "eventLimit": 500000,
      "seats": 1,
      "keys": 5,
      "bestFor": "First production workflow",
      "summary": "Hosted control for one operator.",
      "highlights": [
        "Retained history and incident visibility",
        "Hosted alerts and remote kill",
        "Hosted setup, API keys, and control-plane operations"
      ],
      "ctaLabel": "Start hosted trial",
      "ctaUrl": "https://app.agentguard47.com/sign-up"
    },
    {
      "name": "team",
      "label": "Team control plane",
      "monthly": 79,
      "annual": 790,
      "retentionDays": 90,
      "eventLimit": 5000000,
      "seats": 10,
      "keys": 20,
      "bestFor": "Shared operations",
      "summary": "The same control path for a team.",
      "highlights": [
        "Longer retention and larger event limits",
        "Multi-user team workflows",
        "More API keys for multiple services and environments"
      ],
      "ctaLabel": "Start hosted trial",
      "ctaUrl": "https://app.agentguard47.com/sign-up"
    }
  ],
  "comparisonRows": [
    {
      "label": "Monthly price",
      "values": [
        "$0 / month",
        "$39 / month",
        "$79 / month"
      ]
    },
    {
      "label": "Annual price",
      "values": [
        "Free",
        "$390 / year",
        "$790 / year"
      ]
    },
    {
      "label": "Retention",
      "values": [
        "30 days",
        "30 days",
        "90 days"
      ]
    },
    {
      "label": "Monthly event limit",
      "values": [
        "500,000 / month",
        "500,000 / month",
        "5,000,000 / month"
      ]
    },
    {
      "label": "Users",
      "values": [
        "1",
        "1",
        "10"
      ]
    },
    {
      "label": "API keys",
      "values": [
        "5",
        "5",
        "20"
      ]
    }
  ],
  "faq": [
    {
      "question": "Do I need the hosted plan to use AgentGuard?",
      "answer": "No. Start with the SDK."
    },
    {
      "question": "What does the paid control plane add?",
      "answer": "Retained incidents, alerts, remote kill, and team workflows."
    }
  ]
}