{
  "format": "delx/intent-card/v1",
  "id": "range-list-api",
  "intent": "Range List for an agent workflow",
  "title": "Range List API for agents",
  "description": "Generate a Python-style range list. Call when you need index sequences for batching without local loops. Returns values list and count (bounded) for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.",
  "keywords": [
    "Range List API",
    "Range List for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-07",
  "canonical_url": "https://commerce.delx.ai/intents/range-list-api",
  "machine_url": "https://commerce.delx.ai/intents/range-list-api.json",
  "recommendation": {
    "tool_name": "util_range_list",
    "service_name": "Delx Range List",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/range-list",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "start": {
          "description": "Input field: start.",
          "type": "integer"
        },
        "stop": {
          "description": "Input field: stop.",
          "type": "integer"
        },
        "step": {
          "description": "Input field: step.",
          "type": "integer"
        }
      },
      "required": [
        "start",
        "stop"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "start": 0,
      "stop": 4,
      "step": 1
    },
    "example_output": {
      "schema": "delx/util-range-list/v1",
      "values": [
        0,
        1,
        2,
        3
      ],
      "count": 4
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/range-list -m POST -H 'x-delx-source: intent-card-range-list-api' --max-amount 0.001 -b '{\"start\":0,\"stop\":4,\"step\":1}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-range-list-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/range-list"
  }
}
