{"uid":"cap_XKLNhmvTFqy1KLuKdQ4xZ","slug":"delx-seeded-load-spread-8a39879f","name":"Delx Seeded Load Spread","description":"Seeded Load Spread: Seeded Load Spread assigns jobs reproducibly across workers with near-even counts from bounded caller-supplied values without an external provider. Call Seeded Load Spread 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 Load Spread as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, st…","url":"https://api.delx.ai/api/v1/x402/seeded-load-spread","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"jobs":{"type":"array","items":{"type":"string","maxLength":8192},"maxItems":256,"description":"Jobs supplied to Seeded Load Spread; used only for this bounded calculation and processed in memory without retention."},"seed":{"type":"string","maxLength":8192,"description":"Seed supplied to Seeded Load Spread; used only for this bounded calculation and processed in memory without retention."},"workers":{"type":"array","items":{"type":"string","maxLength":8192},"maxItems":256,"description":"Workers supplied to Seeded Load Spread; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"assignments":[{"job":"j5","worker":"w1"},{"job":"j3","worker":"w2"},{"job":"j1","worker":"w1"},{"job":"j2","worker":"w2"},{"job":"j4","worker":"w1"}]},"schema":"delx/util-seeded-load-spread/v1","status":"pass","evidence":{"retained":false,"input_sha256":"35b96f6d751a200abafd8e94c2742eb41b69f3690e36a4b9a12c6cfccd9ee067","external_calls":0},"operation":"seeded_decision:seeded_load_spread"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_jccL4bvpPaSTB8VN0qPsh","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Deterministically assigns a list of jobs to a list of workers using a seed value for reproducible, balanced load distribution.","exampleAgentPrompt":"Distribute these 5 jobs — j1, j2, j3, j4, j5 — across workers w1 and w2 using the seed 'my-seed-42', so I get a reproducible assignment each time.","exampleUseCases":[{"title":"Shard web scraping tasks across agents","prompt":"I have 200 URLs to scrape and 8 worker agents. Spread those URLs across the workers using seed 'scrape-run-001' so each agent gets a deterministic, balanced subset I can replay if anything fails."},{"title":"Reproducible batch processing assignment","prompt":"Assign these 50 document IDs to 4 processing threads using seed 'batch-2024-06-01'. I need the same assignment every run so retries are idempotent."},{"title":"Balanced queue partitioning for pipelines","prompt":"Split these 30 pipeline jobs across 3 queues — queue-a, queue-b, queue-c — using seed 'pipeline-v3' so the distribution is even and I can audit exactly which queue got which job."}],"resultDescription":"Returns a list of job-worker assignment pairs, where each job is assigned to exactly one worker. The response includes the assignment array, a status field ('pass'), evidence metadata (retained: false, input SHA-256 hash, zero external calls), and the schema identifier 'delx/util-seeded-load-spread/v1'.","failureModes":["Missing or empty jobs/workers arrays may result in empty assignments or an error response","Jobs or workers exceeding maxItems (256) or maxLength (8192) limits will be rejected","Invalid seed format may cause non-deterministic behavior or an error","Malformed JSON input returns a 400-level error"],"whenToPreferThis":"Choose this endpoint when you need reproducible, deterministic job-to-worker assignment — especially for retry-safe pipelines, auditable distributions, or any scenario where the same seed must produce the same mapping. Prefer it over random assignment when idempotency and debugging traceability matter. It processes entirely in memory with no data retention, making it safe for sensitive job identifiers.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T13:08:22.497Z","isFirstParty":false}