{
  "schema": "ployed.agent-pricing.v1",
  "generated_from": [
    "config/agent-pricing.json",
    "config/stripe-pricing.json"
  ],
  "unit": {
    "provider_cost_cents": 1,
    "retail_cents": 1.5,
    "currency": "usd"
  },
  "trial_grant_units": 200,
  "slack_turn_reservation_units": 25,
  "provisional_ttl_days": 7,
  "free_calls": [
    "pricing",
    "employees",
    "estimate",
    "account",
    "requests.read"
  ],
  "default_key_spend_cap_units": 5000,
  "default_key_rate_limit_per_minute": 60,
  "default_key_expiry_days": 90,
  "job": {
    "max_units_ceiling": 2000,
    "default_deadline_seconds": 3600,
    "max_deadline_seconds": 86400,
    "overrun_tolerance": 0.1
  },
  "registration_limits": {
    "per_principal_email_per_day": 3,
    "per_ip_per_hour": 10,
    "per_verified_platform_per_hour": 100
  },
  "principal_request_ttl_hours": 72,
  "email_limit_per_principal_per_day": 10,
  "audit_retention_days": 180,
  "beta_scope": {
    "included_employee_roles": 10,
    "customer_owned_compute": "unavailable_for_new_signup",
    "custom_roles": "requires_separate_qualification"
  },
  "tiers": [
    {
      "id": "byo_compute",
      "name": "Ployed — Bring Your Compute",
      "lookup_key": "ployed_byo_compute_monthly",
      "stripe_product_key": "ployed_byo_compute",
      "unit_amount": 2000,
      "interval": "month",
      "trial_days": 7,
      "trial_payment_method_collection": "if_required",
      "trial_missing_payment_method_behavior": "pause",
      "ai_employees": 10,
      "agent_work_units": 0,
      "included_integrations": 10,
      "features": [
        "Unavailable for new beta signups",
        "Existing subscribers retain their current billing terms"
      ],
      "public_signup": {
        "status": "unavailable",
        "reason": "Customer-owned model keys and subscriptions are not supported by the current beta execution path."
      }
    },
    {
      "id": "managed_compute",
      "name": "Ployed — We Bring The Compute",
      "lookup_key": "ployed_managed_compute_monthly",
      "stripe_product_key": "ployed_managed_compute",
      "unit_amount": 5000,
      "interval": "month",
      "trial_days": 7,
      "trial_payment_method_collection": "if_required",
      "trial_missing_payment_method_behavior": "pause",
      "ai_employees": 10,
      "agent_work_units": 3000,
      "included_integrations": 10,
      "recommended": true,
      "features": [
        "Ten AI employee roles, including CoSmo",
        "Connected tools with approval controls and execution receipts",
        "Shared company memory and the operating console",
        "Slack-native employee conversations",
        "3,000 monthly agent work units of managed compute included",
        "No model-provider account required",
        "Measured and pending compute usage in the console"
      ],
      "public_signup": {
        "status": "available"
      },
      "payment_link": "https://buy.stripe.com/14AbIU4QheGI5v1azY8Ra01"
    }
  ],
  "topups": [
    {
      "id": "agent_work_units_1k",
      "name": "Agent Work Unit Top-up",
      "lookup_key": "ployed_agent_work_units_1k",
      "stripe_product_key": "ployed_agent_work_units",
      "unit_amount": 1500,
      "replace_mismatched_lookup_key": true,
      "quantity": 1000,
      "description": "Adds 1,000 agent work units for workflows that exceed the included monthly managed-compute capacity."
    }
  ]
}
