{
  "currency": "USD",
  "checkout_endpoint": "https://xagent.id/api/agent/checkout/session",
  "annual_billing": {
    "months_paid": 12,
    "months_served": 14
  },
  "public_subscription_plan_ids": [
    "starter",
    "professional",
    "growth"
  ],
  "usage_add_on_plan_ids": [
    "agent_credits"
  ],
  "recurring_add_on_plan_ids": [
    "chain_identity"
  ],
  "plans": [
    {
      "id": "free_audit",
      "checkout_plan": null,
      "price": 0,
      "billing_type": "free",
      "unit": "per audit",
      "includes": [
        "AI readiness report",
        "public evidence links",
        "upgrade recommendations"
      ]
    },
    {
      "id": "starter",
      "checkout_plan": "starter",
      "price": 9.99,
      "billing_type": "recurring",
      "unit": "monthly per verified domain",
      "public": true,
      "first_year_annual_usd": 69,
      "includes": [
        "verifiable website identity on your own domain",
        "machine-readable site profile",
        "management console and change history",
        "quarterly AI visibility snapshot"
      ]
    },
    {
      "id": "professional",
      "checkout_plan": "professional",
      "price": 24.99,
      "billing_type": "recurring",
      "unit": "monthly per verified domain",
      "public": true,
      "recommended": true,
      "first_year_annual_usd": 99,
      "includes": [
        "Starter",
        "dedicated website agent with Google-issued identity",
        "cross-ecosystem identity verification",
        "monthly AI visibility report"
      ]
    },
    {
      "id": "growth",
      "checkout_plan": "growth",
      "price": 79,
      "billing_type": "recurring",
      "unit": "monthly per verified domain",
      "public": true,
      "first_year_annual_usd": 399,
      "includes": [
        "Professional",
        "competitor benchmark",
        "managed optimizations with owner approval and instant restore",
        "priority support"
      ]
    },
    {
      "id": "chain_identity",
      "checkout_plan": "chain_identity",
      "price": 4.99,
      "billing_type": "recurring",
      "unit": "monthly add-on per verified domain",
      "public": true,
      "includes": [
        "on-chain identity registered to your own wallet (ERC-8004)"
      ]
    },
    {
      "id": "agent_credits",
      "checkout_plan": "agent_credits",
      "price": 10,
      "billing_type": "one_time",
      "unit": "prepaid credit pack",
      "public": true,
      "includes": [
        "scoped agent job credits",
        "job quote",
        "redacted payment proof",
        "provider-confirmed entitlement"
      ]
    },
    {
      "id": "generated_files",
      "checkout_plan": "discover",
      "price": 250,
      "billing_type": "one_time",
      "unit": "one time",
      "public": false,
      "includes": [
        "robots policy",
        "llms.txt",
        "schema starter",
        "installation checklist"
      ]
    },
    {
      "id": "site_agent_setup",
      "checkout_plan": "agent",
      "price": 5600,
      "billing_type": "one_time",
      "unit": "project",
      "public": false,
      "includes": [
        "Site Agent Key",
        "agent-card",
        "MCP/A2A readiness",
        "deployment verification"
      ]
    },
    {
      "id": "continuous_optimization",
      "checkout_plan": "convert",
      "price": 250,
      "billing_type": "recurring",
      "unit": "monthly add-on",
      "public": false,
      "includes": [
        "A1/A2/B1 monitoring",
        "monthly optimization queue",
        "new agent-channel updates"
      ]
    }
  ]
}