{
  "format": "delx/intent-card/v1",
  "id": "seeded-partition-api",
  "intent": "Seeded Partition for an agent workflow",
  "title": "Seeded Partition API for agents",
  "description": "Seeded Partition: Seeded Partition assigns each caller item reproducibly into a named partition from bounded caller-supplied values without an external provider. Call Seeded Partition when an agent needs a reproducible decision that another run can independently replay. Returns the deterministic selection plus seed provenance, population bounds, and the operation-specific outcome for Seeded Partition as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Uses Python pseudorandomness for reproducibility, not cryptography, lotteries with value, security tokens, gambling, or custody. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "Seeded Partition API",
    "Seeded Partition for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/seeded-partition-api",
  "machine_url": "https://commerce.delx.ai/intents/seeded-partition-api.json",
  "recommendation": {
    "tool_name": "util_seeded_partition",
    "service_name": "Seeded Partition",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/seeded-partition",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "items": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "string",
            "maxLength": 8192
          },
          "description": "Items supplied to Seeded Partition; used only for this bounded calculation and processed in memory without retention."
        },
        "partitions": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "string",
            "maxLength": 8192
          },
          "description": "Partitions supplied to Seeded Partition; used only for this bounded calculation and processed in memory without retention."
        },
        "seed": {
          "type": "string",
          "maxLength": 8192,
          "description": "Seed supplied to Seeded Partition; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "items",
        "partitions",
        "seed"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "items": [
        "job-a",
        "job-b",
        "job-c"
      ],
      "partitions": [
        "p0",
        "p1"
      ],
      "seed": "partition-9"
    },
    "example_output": {
      "schema": "delx/util-seeded-partition/v1",
      "operation": "seeded_decision:seeded_partition",
      "status": "pass",
      "result": {
        "assignments": [
          {
            "item": "job-a",
            "partition": "p1"
          },
          {
            "item": "job-b",
            "partition": "p1"
          },
          {
            "item": "job-c",
            "partition": "p0"
          }
        ],
        "partitions": [
          "p0",
          "p1"
        ]
      },
      "evidence": {
        "input_sha256": "16c9732a450605fd6f7161c943cb9aaf93438fa12dfb46c81cab5f8a388caa38",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/seeded-partition -m POST -H 'x-delx-source: intent-card-seeded-partition-api' --max-amount 0.001 -b '{\"items\":[\"job-a\",\"job-b\",\"job-c\"],\"partitions\":[\"p0\",\"p1\"],\"seed\":\"partition-9\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-seeded-partition-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/seeded-partition"
  }
}
