{
  "format": "delx/intent-card/v1",
  "id": "stdev-api",
  "intent": "Standard Deviation for Agents for an agent workflow",
  "title": "Standard Deviation for Agents API for agents",
  "description": "Standard deviation. Call for simple volatility or spread checks on agent-collected samples. Returns population/sample stdev fields depending on input flags. $0.001 USDC per successful call via x402 on Base—deterministic first-party JSON, no API key, no subscription, and nothing is billed on structured validation errors.",
  "keywords": [
    "Standard Deviation for Agents API",
    "Standard Deviation for Agents for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/stdev-api",
  "machine_url": "https://commerce.delx.ai/intents/stdev-api.json",
  "recommendation": {
    "tool_name": "util_stdev",
    "service_name": "Standard Deviation for Agents",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/stdev",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "values": {
          "type": "array",
          "description": "values"
        }
      },
      "required": [
        "values"
      ]
    },
    "example_input": {
      "values": [
        2,
        4,
        6,
        8,
        10
      ]
    },
    "example_output": {
      "schema": "delx/stdev/v1",
      "count": 5,
      "mean": 6,
      "stdev": 2.8284271247461903,
      "mode": "population"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/stdev -m POST -H 'x-delx-source: intent-card-stdev-api' --max-amount 0.001 -b '{\"values\":[2,4,6,8,10]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-stdev-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/stdev"
  }
}
