{
  "format": "delx/intent-card/v1",
  "id": "experiment-lift-api",
  "intent": "Experiment Lift for an agent workflow",
  "title": "Experiment Lift API for agents",
  "description": "Calculate descriptive conversion lift for control and treatment. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.",
  "keywords": [
    "Experiment Lift API",
    "Experiment Lift for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/experiment-lift-api",
  "machine_url": "https://commerce.delx.ai/intents/experiment-lift-api.json",
  "recommendation": {
    "tool_name": "util_experiment_lift",
    "service_name": "Delx Experiment Lift",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/experiment-lift",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "control_conversions": {
          "description": "Input field: control_conversions.",
          "type": "number"
        },
        "control_visitors": {
          "description": "Input field: control_visitors.",
          "type": "number"
        },
        "treatment_conversions": {
          "description": "Input field: treatment_conversions.",
          "type": "number"
        },
        "treatment_visitors": {
          "description": "Input field: treatment_visitors.",
          "type": "number"
        }
      },
      "required": [
        "control_conversions",
        "control_visitors",
        "treatment_conversions",
        "treatment_visitors"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "control_conversions": 50,
      "control_visitors": 1000,
      "treatment_conversions": 65,
      "treatment_visitors": 1000
    },
    "example_output": {
      "schema": "delx/util-experiment-lift/v1",
      "control_rate_percent": 5,
      "treatment_rate_percent": 6.5,
      "absolute_lift_points": 1.5,
      "relative_lift_percent": 30,
      "advisory": "Descriptive lift only; pre-register and run a statistical test before deciding."
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/experiment-lift -m POST -H 'x-delx-source: intent-card-experiment-lift-api' --max-amount 0.003 -b '{\"control_conversions\":50,\"control_visitors\":1000,\"treatment_conversions\":65,\"treatment_visitors\":1000}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-experiment-lift-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/experiment-lift"
  }
}
