{
  "format": "delx/intent-card/v1",
  "id": "inventory-skew-api",
  "intent": "Inventory Skew for an agent workflow",
  "title": "Inventory Skew API for agents",
  "description": "Skew an inventory target away from neutral for MM heuristics. Call when simple market-making inventory tilt without a full strategy engine. Returns skewed inventory target as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "Inventory Skew API",
    "Inventory Skew for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/inventory-skew-api",
  "machine_url": "https://commerce.delx.ai/intents/inventory-skew-api.json",
  "recommendation": {
    "tool_name": "util_inventory_skew",
    "service_name": "Inventory Skew",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/inventory-skew",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "inventory": {
          "description": "Input field: inventory.",
          "type": "integer"
        },
        "target": {
          "description": "Input field: target.",
          "type": "integer"
        }
      },
      "required": [
        "inventory",
        "target"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "inventory": 3,
      "target": 0
    },
    "example_output": {
      "schema": "delx/util-inventory-skew/v1",
      "inventory": 3,
      "target": 0,
      "skew": 3
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/inventory-skew -m POST -H 'x-delx-source: intent-card-inventory-skew-api' --max-amount 0.001 -b '{\"inventory\":3,\"target\":0}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-inventory-skew-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/inventory-skew"
  }
}
